biphasic¶
Module: biphasic
Category: material
Type string: "biphasic"
Parameters¶
| Name | Description | Default | Units |
|---|---|---|---|
phi0 |
phi0 | 0 | [] |
fluid_density |
fluid_density | 0 | [M/L^3] |
tau |
tau | 0 | [] |
solid |
[] | ||
permeability |
[] | ||
solvent_supply |
[] | ||
active_supply |
[] | ||
mat_axis |
[] |
Description¶
The material type for a biphasic material is biphasic.
The solid property encloses a description of the solid matrix constitutive relation and associated material properties. The solid must be an unconstrained materil. The permeability property defines the permeability constitutive relation and associated material properties. The parameter phi0 must be greater than 0 (no solid) and less than 1 (no porosity). The volume fraction of fluid (also known as the porosity) in the reference configuration is given by \(1-\varphi_{r}^{s}\). The fluid density \(\rho_{T}^{w}\) specified in fluid_density and the solid density \(\rho_{T}^{s}\) specified in density within the solid property are needed only when body forces are prescribed.
Example:
<material id="1" name="Biphasic tissue" type="biphasic">
<solid name="Elasticity" type="neo-Hookean">
<E>1.0</E>
<v>0.3</v>
</solid>
<phi0>0.2</phi0>
<permeability name="Permeability" type="perm-const-iso">
... (description of permeability material)
</permeability>
</material>
-
Aguilar, G, Gaspar, F, Lisbona, F, and Rodrigo, C24558811158, "Numerical stabilization of Biot's consolidation model by a perturbation on the flow equation", International journal for numerical methods in engineering 75, 11 (2008), pp. 1282--1300. ↩