Prev Subsubsection 4.9.3.3: Referentially Isotropic Diffusivity Up Subsection 4.9.3: Diffusivity Materials Subsubsection 4.9.3.5: Albro Isotropic Diffusivity Next
4.9.3.4 Referentially Orthotropic Diffusivity
The material type for a strain-dependent diffusivity which is orthotropic in the reference configuration is “diff-ref-ortho”. The following material parameters need to be defined:
<free_diff> | free diffusivity | [L /t] |
<diff0> | isotropic diffusivity | [L /t] |
<diff1> | diffusivities along orthogonal directions ( ) | [L /t] |
<diff2> | diffusivities along orthogonal directions ( ) | [L /t] |
<M0> | isotropic exponential strain-dependence coefficient ( ) | [ ] |
<M> | orthotropic exponential strain-dependence coefficient ( , ) | [ ] |
<alpha0> | isotropic power-law exponent ( ) | [ ] |
<alpha> | power-law exponent ( , ) | [ ] |
This material uses a strain-dependent diffusivity tensor that accommodates strain-induced anisotropy: where, is the Jacobian of the deformation, i.e. where is the deformation gradient. are second order tensors representing the spatial structural tensors describing the orthogonal planes of symmetry, given by where are orthonormal vectors normal to the planes of symmetry (defined as described in Section 4.1.1↑). Note that the diffusivity in the reference state ( is given by .
Example:
<diffusivity name="Diffusivity" type="diff-ref-ortho"> <phi0>0.2</phi0> <free_diff>0.005</free_diff> <diff00>0.001</diff00> <diff1>0.01, 0.02, 0.03</diff1> <diff2>0.001, 0.002, 0.003</diff2> <M0>0.5</M0> <M>1.5, 2.0, 2.5</M> <alpha0>1.5</alpha0> <alpha>2, 2.5, 3</alpha> </diffusivity>