Changeset 11362


Ignore:
Timestamp:
02/08/12 13:44:57 (13 years ago)
Author:
seroussi
Message:

minor wrong kappa parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Elements/Penta.cpp

    r11361 r11362  
    39873987        heatcapacity=matpar->GetHeatCapacity();
    39883988        thermalconductivity=matpar->GetThermalConductivity();
    3989         kappa=heatcapacity/(rho_ice*thermalconductivity);
     3989        kappa=thermalconductivity/(rho_ice*heatcapacity);
    39903990        this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
    39913991        this->parameters->FindParam(&stabilization,ThermalStabilizationEnum);
Note: See TracChangeset for help on using the changeset viewer.