|
FEBio
1.5.0
|
Material class that implements the equilibrium of a perfect osmometer. More...
#include <FEPerfectOsmometer.h>
Public Member Functions | |
| FEPerfectOsmometer () | |
| void | Init () |
| Initialization routine. | |
| virtual mat3ds | Stress (FEMaterialPoint &mp) |
| Returns the Cauchy stress. | |
| virtual tens4ds | Tangent (FEMaterialPoint &mp) |
| Returs the spatial tangent. | |
| double | BulkModulus () |
| returns the bulkmodulus | |
| DECLARE_REGISTERED (FEPerfectOsmometer) | |
| DECLARE_PARAMETER_LIST () | |
Data Fields | |
| double | m_phiwr |
| fluid volume fraction in reference configuration | |
| double | m_iosm |
| internal osmolarity in reference configuration | |
| double | m_Rgas |
| universal gas constant | |
| double | m_Tabs |
| absolute temperature | |
| double | m_bosm |
| bath osmolarity | |
Material class that implements the equilibrium of a perfect osmometer.
| FEPerfectOsmometer::FEPerfectOsmometer | ( | ) | [inline] |
When used on its own (not in a solid mixture), this materials is intrinsically unstable
1.7.5.1