|
FEBio
1.5.0
|
Public Member Functions | |
| FEPermRefTransIso () | |
| constructor | |
| mat3ds | Permeability (FEMaterialPoint &pt) |
| permeability | |
| tens4ds | Tangent_Permeability_Strain (FEMaterialPoint &mp) |
| Tangent of permeability. | |
| void | Init () |
| data initialization and checking | |
| DECLARE_REGISTERED (FEPermRefTransIso) | |
| DECLARE_PARAMETER_LIST () | |
Data Fields | |
| double | m_perm0 |
| permeability for I term | |
| double | m_perm1T |
| transverse permeability for b term | |
| double | m_perm1A |
| axial permeability for b term | |
| double | m_perm2T |
| transverse permeability for b^2 term | |
| double | m_perm2A |
| axial permeability for b^2 term | |
| double | m_M0 |
| nonlinear exponential coefficient for I term | |
| double | m_MT |
| nonlinear exponential coefficient for transverse direction | |
| double | m_MA |
| nonlinear exponential coefficient for axial direction | |
| double | m_alpha0 |
| nonlinear power exponent for I term | |
| double | m_alphaT |
| nonlinear power exponent for transverse direction | |
| double | m_alphaA |
| nonlinear power exponent for axial direction | |
| FEPermRefTransIso::FEPermRefTransIso | ( | ) |
constructor
Constructor.
| void FEPermRefTransIso::Init | ( | ) | [virtual] |
| mat3ds FEPermRefTransIso::Permeability | ( | FEMaterialPoint & | pt | ) | [virtual] |
1.7.5.1