Changeset 19061 for issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
- Timestamp:
- 02/02/15 14:45:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r19033 r19061 1622 1622 return false; 1623 1623 } 1624 } 1625 /*}}}*/ 1626 IssmDouble Tria::IceMass(void){/*{{{*/ 1627 1628 IssmDouble rho_ice; 1629 1630 if(!IsIceInElement())return 0.; //do not contribute to the volume of the ice! 1631 1632 /*recover ice density: */ 1633 rho_ice=matpar->GetMaterialParameter(MaterialsRhoIceEnum); 1634 1635 return rho_ice*this->IceVolume(); 1624 1636 } 1625 1637 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.