https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowPermeabilityExponential.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
13
27template <bool is_ad>
67
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
PorousFlowPermeabilityExponentialTempl< false > PorousFlowPermeabilityExponential
PorousFlowPermeabilityExponentialTempl< true > ADPorousFlowPermeabilityExponential
Base class Material designed to provide the permeability tensor.
Material designed to provide the permeability tensor which is calculated from porosity using the equa...
Real _AA
Empirical constant AA in k = k_ijk * BB * exp(AA * phi)
const MaterialProperty< std::vector< RealGradient > > *const _dporosity_qp_dgradvar
d(quadpoint porosity)/d(grad(PorousFlow variable))
enum PorousFlowPermeabilityExponentialTempl::PoropermFunction _poroperm_function
Real _BB
Empirical constant BB in k = k_ijk * BB * exp(AA * phi)
const MaterialProperty< std::vector< Real > > *const _dporosity_qp_dvar
d(quadpoint porosity)/d(PorousFlow variable)
PoropermFunction
Name of porosity-permeability relationship.
const GenericMaterialProperty< Real, is_ad > & _porosity_qp
Quadpoint porosity.
const RealTensorValue _k_anisotropy
Tensor multiplier k_ijk in k = k_ijk * A * phi^n / (1 - phi)^m.