Changeset 11362
- Timestamp:
- 02/08/12 13:44:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Elements/Penta.cpp
r11361 r11362 3987 3987 heatcapacity=matpar->GetHeatCapacity(); 3988 3988 thermalconductivity=matpar->GetThermalConductivity(); 3989 kappa= heatcapacity/(rho_ice*thermalconductivity);3989 kappa=thermalconductivity/(rho_ice*heatcapacity); 3990 3990 this->parameters->FindParam(&dt,TimesteppingTimeStepEnum); 3991 3991 this->parameters->FindParam(&stabilization,ThermalStabilizationEnum);
Note:
See TracChangeset
for help on using the changeset viewer.