Go to the source code of this file.
|
| TEST (PorousFlowFLACrelpermTest, relperm) |
|
| TEST (PorousFlowFLACrelpermTest, drelperm) |
|
| TEST (PorousFlowFLACrelpermTest, d2relperm) |
|
| TEST (PorousFlowFLACrelpermTest, adrelperm) |
|
|
const double | eps = 1.0E-8 |
|
◆ TEST() [1/4]
TEST |
( |
PorousFlowFLACrelpermTest |
, |
|
|
relperm |
|
|
) |
| |
Definition at line 16 of file PorousFlowFLACrelpermTest.C.
T relativePermeability(const T &seff, Real m)
Relative permeability as a function of effective saturation.
◆ TEST() [2/4]
TEST |
( |
PorousFlowFLACrelpermTest |
, |
|
|
drelperm |
|
|
) |
| |
Definition at line 24 of file PorousFlowFLACrelpermTest.C.
T relativePermeability(const T &seff, Real m)
Relative permeability as a function of effective saturation.
Real dRelativePermeability(Real seff, Real m)
Derivative of relative permeability with respect to effective saturation.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
◆ TEST() [3/4]
TEST |
( |
PorousFlowFLACrelpermTest |
, |
|
|
d2relperm |
|
|
) |
| |
Definition at line 39 of file PorousFlowFLACrelpermTest.C.
Real d2RelativePermeability(Real seff, Real m)
Second derivative of relative permeability with respect to effective saturation.
Real dRelativePermeability(Real seff, Real m)
Derivative of relative permeability with respect to effective saturation.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
◆ TEST() [4/4]
TEST |
( |
PorousFlowFLACrelpermTest |
, |
|
|
adrelperm |
|
|
) |
| |
Definition at line 54 of file PorousFlowFLACrelpermTest.C.
57 sat.derivatives() = {};
65 EXPECT_NEAR(adrelperm.value(), relperm, 1.0E-5);
66 EXPECT_NEAR(adrelperm.derivatives()[0], drelperm, 1.0E-5);
T relativePermeability(const T &seff, Real m)
Relative permeability as a function of effective saturation.
DualNumber< Real, DNDerivativeType, true > ADReal
Real dRelativePermeability(Real seff, Real m)
Derivative of relative permeability with respect to effective saturation.
void derivInsert(SemiDynamicSparseNumberArray< Real, libMesh::dof_id_type, NWrapper< N >> &derivs, libMesh::dof_id_type index, Real value)
◆ eps
const double eps = 1.0E-8 |