https://mooseframework.inl.gov
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 
27 template <bool is_ad>
29 {
30 public:
32 
34 
35 protected:
36  void computeQpProperties() override;
37 
39  const Real _A;
40 
42  const Real _B;
43 
46 
49 
52 
55 
58 
61 
64 
66 };
67 
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)
Real _BB
Empirical constant BB in k = k_ijk * BB * exp(AA * phi)
Base class Material designed to provide the permeability tensor.
PorousFlowPermeabilityExponentialTempl(const InputParameters &parameters)
enum PorousFlowPermeabilityExponentialTempl::PoropermFunction _poroperm_function
TensorValue< Real > RealTensorValue
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
PorousFlowPermeabilityExponentialTempl< false > PorousFlowPermeabilityExponential
PorousFlowPermeabilityExponentialTempl< true > ADPorousFlowPermeabilityExponential
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const RealTensorValue _k_anisotropy
Tensor multiplier k_ijk in k = k_ijk * A * phi^n / (1 - phi)^m.
const MaterialProperty< std::vector< Real > > *const _dporosity_qp_dvar
d(quadpoint porosity)/d(PorousFlow variable)
const MaterialProperty< std::vector< RealGradient > > *const _dporosity_qp_dgradvar
d(quadpoint porosity)/d(grad(PorousFlow variable))
const GenericMaterialProperty< Real, is_ad > & _porosity_qp
Quadpoint porosity.
PoropermFunction
Name of porosity-permeability relationship.