PorousFlowPermeabilityKozenyCarmanTempl(const InputParameters ¶meters)
Material designed to provide the permeability tensor which is calculated from porosity using a form o...
Base class for material designed to provide the permeability tensor which is calculated from porosity...
enum PorousFlowPermeabilityKozenyCarmanTempl::PoropermFunction _poroperm_function
Real computeA() const override
retrieve constant value for A computed in constructor
PorousFlowPermeabilityKozenyCarmanTempl< false > PorousFlowPermeabilityKozenyCarman
PorousFlowPermeabilityKozenyCarmanTempl< true > ADPorousFlowPermeabilityKozenyCarman
usingPorousFlowPermeabilityBaseMembers
const Real _f
Multiplying factor in A = f * d^2.
PoropermFunction
Name of porosity-permeability relationship.
static InputParameters validParams()
const Real _phi0
Reference porosity in A = k0 * (1 - phi0)^m / phi0^n.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real _A
Multiplying factor in k = k_ijk * A * phi^n / (1 - phi)^m.
const Real _k0
Reference scalar permeability in A = k0 * (1 - phi0)^m / phi0^n.
const Real _d
Grain diameter in A = f * d^2.