|
FEBio
1.5.0
|
Public Member Functions | |
| FESupplyBinding () | |
| constructor | |
| double | Supply (FEMaterialPoint &pt) |
| Solute supply. | |
| double | Tangent_Supply_Strain (FEMaterialPoint &mp) |
| Tangent of supply with respect to strain. | |
| double | Tangent_Supply_Concentration (FEMaterialPoint &mp) |
| Tangent of supply with respect to concentration. | |
| double | ReceptorLigandSupply (FEMaterialPoint &mp) |
| receptor-ligand complex supply | |
| double | SupplySS (FEMaterialPoint &pt) |
| Solute supply at steady-state. | |
| double | ReceptorLigandConcentrationSS (FEMaterialPoint &mp) |
| receptor-ligand complex concentration at steady-state | |
| double | SolidSupply (FEMaterialPoint &pt) |
| referential solid supply | |
| double | SolidConcentrationSS (FEMaterialPoint &pt) |
| referential solid volume fraction under steady-state conditions | |
| void | Init () |
| data initialization and checking | |
| DECLARE_REGISTERED (FESupplyBinding) | |
| DECLARE_PARAMETER_LIST () | |
Data Fields | |
| double | m_kf |
| forward reaction rate constant | |
| double | m_kr |
| reverse reaction rate constant | |
| double | m_crt |
| total receptor concentration (referential) | |
| FESupplyBinding::FESupplyBinding | ( | ) |
constructor
Constructor.
| void FESupplyBinding::Init | ( | ) | [virtual] |
| double FESupplyBinding::ReceptorLigandConcentrationSS | ( | FEMaterialPoint & | mp | ) | [virtual] |
receptor-ligand complex concentration at steady-state
Receptor-ligand concentration at steady-state.
Implements FESoluteSupply.
| double FESupplyBinding::ReceptorLigandSupply | ( | FEMaterialPoint & | mp | ) | [virtual] |
| double FESupplyBinding::SolidConcentrationSS | ( | FEMaterialPoint & | mp | ) | [virtual] |
referential solid volume fraction under steady-state conditions
Referential solid concentration (moles of solid/referential volume) at steady-state
Implements FESoluteSupply.
| double FESupplyBinding::SolidSupply | ( | FEMaterialPoint & | pt | ) | [virtual] |
referential solid supply
Referential solid supply (moles of solid/referential volume/time)
Implements FESoluteSupply.
| double FESupplyBinding::SupplySS | ( | FEMaterialPoint & | pt | ) | [virtual] |
| double FESupplyBinding::Tangent_Supply_Concentration | ( | FEMaterialPoint & | mp | ) | [virtual] |
Tangent of supply with respect to concentration.
Tangent of solute supply with respect to referential concentration.
Implements FESoluteSupply.
| double FESupplyBinding::Tangent_Supply_Strain | ( | FEMaterialPoint & | mp | ) | [virtual] |
Tangent of supply with respect to strain.
Tangent of solute supply with respect to strain.
Implements FESoluteSupply.
1.7.5.1