|
FEBio
1.5.0
|
Base class for solute materials. More...
#include <FESolute.h>
Public Member Functions | |
| FESolute () | |
| FESolute constructor. | |
| void | Init () |
| performs initialization and parameter checking | |
| double | Density () |
| solute density | |
| double | MolarMass () |
| solute molecular weight | |
| int | ChargeNumber () |
| solute charge number | |
| void | Serialize (DumpFile &ar) |
| Serialization. | |
| void | SetSoluteID (const int ID) |
| set solute ID | |
| int | GetSoluteID () |
| get solute ID | |
| DECLARE_REGISTERED (FESolute) | |
Data Fields | |
| double | m_rhoT |
| true solute density | |
| double | m_M |
| solute molecular weight | |
| int | m_z |
| charge number of solute | |
| FESoluteDiffusivity * | m_pDiff |
| pointer to diffusivity material | |
| FESoluteSolubility * | m_pSolub |
| pointer to solubility material | |
| FESoluteSupply * | m_pSupp |
| pointer to solute supply material | |
Base class for solute materials.
| void FESolute::Serialize | ( | DumpFile & | ar | ) | [virtual] |
1.7.5.1