|
FEBio
1.5.0
|
Public Member Functions | |
| FEDiffConstOrtho () | |
| constructor | |
| double | Free_Diffusivity (FEMaterialPoint &pt) |
| free diffusivity | |
| double | Tangent_Free_Diffusivity_Concentration (FEMaterialPoint &mp, const int isol) |
| Tangent of free diffusivity with respect to concentration. | |
| mat3ds | Diffusivity (FEMaterialPoint &pt) |
| diffusivity | |
| tens4ds | Tangent_Diffusivity_Strain (FEMaterialPoint &mp) |
| Tangent of diffusivity with respect to strain. | |
| mat3ds | Tangent_Diffusivity_Concentration (FEMaterialPoint &mp, const int isol) |
| Tangent of diffusivity with respect to concentration. | |
| void | Init () |
| data initialization and checking | |
| DECLARE_REGISTERED (FEDiffConstOrtho) | |
| DECLARE_PARAMETER_LIST () | |
Data Fields | |
| double | m_free_diff |
| free diffusivity | |
| double | m_diff [3] |
| principal diffusivities | |
| FEDiffConstOrtho::FEDiffConstOrtho | ( | ) |
constructor
Constructor.
| mat3ds FEDiffConstOrtho::Diffusivity | ( | FEMaterialPoint & | pt | ) | [virtual] |
| double FEDiffConstOrtho::Free_Diffusivity | ( | FEMaterialPoint & | pt | ) | [virtual] |
| void FEDiffConstOrtho::Init | ( | ) | [virtual] |
1.7.5.1