PorousFlowFluidPropertyIC calculates an initial value for a fluid property (such as enthalpy) using pressure and temperature in the single phase regions.
More...
#include <PorousFlowFluidPropertyIC.h>
PorousFlowFluidPropertyIC calculates an initial value for a fluid property (such as enthalpy) using pressure and temperature in the single phase regions.
Definition at line 24 of file PorousFlowFluidPropertyIC.h.
◆ PropertyEnum
Enum of fluid properties that can be set using this IC.
Enumerator |
---|
ENTHALPY | |
INTERNAL_ENERGY | |
DENSITY | |
Definition at line 37 of file PorousFlowFluidPropertyIC.h.
◆ PorousFlowFluidPropertyIC()
PorousFlowFluidPropertyIC::PorousFlowFluidPropertyIC |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 34 of file PorousFlowFluidPropertyIC.C.
35 : InitialCondition(parameters),
38 _property_enum(getParam<MooseEnum>(
"property").getEnum<PropertyEnum>()),
39 _fp(getUserObject<SinglePhaseFluidProperties>(
"fp")),
40 _T_c2k(getParam<MooseEnum>(
"temperature_unit") == 0 ? 0.0 : 273.15)
◆ value()
Real PorousFlowFluidPropertyIC::value |
( |
const Point & |
p | ) |
|
|
overridevirtual |
◆ _fp
◆ _porepressure
const VariableValue& PorousFlowFluidPropertyIC::_porepressure |
|
protected |
◆ _property_enum
◆ _T_c2k
const Real PorousFlowFluidPropertyIC::_T_c2k |
|
protected |
◆ _temperature
const VariableValue& PorousFlowFluidPropertyIC::_temperature |
|
protected |
The documentation for this class was generated from the following files: