perm-ref-trans-iso¶
Module: biphasic
Category: materialprop
Type string: "perm-ref-trans-iso"
Parameters¶
| Name | Description | Default | Units |
|---|---|---|---|
perm0 |
perm0 | 1 | [L^4/F.t] |
perm1T |
perm1T | 0 | [L^4/F.t] |
perm1A |
perm1A | 0 | [L^4/F.t] |
perm2T |
perm2T | 0 | [L^4/F.t] |
perm2A |
perm2A | 0 | [L^4/F.t] |
M0 |
M0 | 0 | [] |
MT |
MT | 0 | [] |
MA |
MA | 0 | [] |
alpha0 |
alpha0 | 0 | [] |
alphaT |
alphaT | 0 | [] |
alphaA |
alphaA | 0 | [] |
Description¶
The material type for a biphasic material with strain-dependent permeability which is transversely isotropic in the reference configuration is perm-ref-trans-iso.
This material uses a strain-dependent permeability tensor that accommodates strain-induced anisotropy:
where \(J\) is the Jacobian of the deformation, i.e. \(J=\det\mathbf{F}\) where \(\mathbf{F}\) is the deformation gradient, and \(\mathbf{b}=\mathbf{F}\cdot\mathbf{F}^{T}\) is the left Cauchy-Green tensor. \(\mathbf{m}\) is a second order tensor representing the spatial structural tensor describing the axial direction, given by
where \(\mathbf{V}\) is a unit vector along the axial direction. Here, \(\varphi_{r}^{s}\) is the referential solid volume fraction in the current configuration and \(\varphi_{0}=\varphi_{r}^{s}\left(0\right)\) is its value in the reference configuration. Note that the permeability in the reference state (\(\mathbf{F}=\mathbf{I}\)) is given by,
Example:
<permeability name="Permeability" type="perm-ref-trans-iso">
<perm0>0.002</perm0>
<perm1A>0.01</perm1A>
<perm2A>0.01</perm2A>
<perm1T>0.001</perm1T>
<perm2T>0.05</perm2T>
<M0>1.0</M0>
<MA>0.5</MA>
<MT>1.5</MT>
<alpha0>1.0</alpha0>
<alphaA>0.5</alphaA>
<alphaT>2.0</alphaT>
</permeability>