https://mooseframework.inl.gov
PorousFlowPermeabilityKozenyCarmanFromVar.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 
23 template <bool is_ad>
26 {
27 public:
29 
31 
32 protected:
34  Real computeA() const override;
35 
37  const VariableValue & _A;
38 
40 };
41 
Base class for material designed to provide the permeability tensor which is calculated from porosity...
const VariableValue & _A
Multiplying factor in k = k_ijk * A * phi^n / (1 - phi)^m.
PorousFlowPermeabilityKozenyCarmanFromVarTempl< true > ADPorousFlowPermeabilityKozenyCarmanFromVar
OutputTools< Real >::VariableValue VariableValue
PorousFlowPermeabilityKozenyCarmanFromVarTempl< false > PorousFlowPermeabilityKozenyCarmanFromVar
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real computeA() const override
retrieve constant value for A computed in constructor
Material designed to provide the permeability tensor which is calculated from porosity using a form o...