PorousFlowFluidStateIC calculates an initial value for the total mass fraction of a component summed over all phases, z. More...
#include <PorousFlowFluidStateIC.h>
Public Member Functions | |
| PorousFlowFluidStateIC (const InputParameters ¶meters) | |
| virtual Real | value (const Point &p) override |
Protected Attributes | |
| const VariableValue & | _gas_porepressure |
| Gas porepressure (Pa) More... | |
| const VariableValue & | _temperature |
| Fluid temperature (C or K) More... | |
| const VariableValue & | _Xnacl |
| NaCl mass fraction (kg/kg) More... | |
| const VariableValue & | _saturation |
| Gas saturation (-) More... | |
| const Real | _T_c2k |
| Conversion from degrees Celsius to degrees Kelvin. More... | |
| const PorousFlowDictator & | _dictator |
| The PorousFlowDictator UserObject. More... | |
| const PorousFlowFluidStateMultiComponentBase & | _fs |
| FluidState UserObject. More... | |
PorousFlowFluidStateIC calculates an initial value for the total mass fraction of a component summed over all phases, z.
Definition at line 26 of file PorousFlowFluidStateIC.h.
| PorousFlowFluidStateIC::PorousFlowFluidStateIC | ( | const InputParameters & | parameters | ) |
Definition at line 36 of file PorousFlowFluidStateIC.C.
|
overridevirtual |
Definition at line 49 of file PorousFlowFluidStateIC.C.
|
protected |
The PorousFlowDictator UserObject.
Definition at line 45 of file PorousFlowFluidStateIC.h.
|
protected |
FluidState UserObject.
Definition at line 47 of file PorousFlowFluidStateIC.h.
Referenced by value().
|
protected |
Gas porepressure (Pa)
Definition at line 35 of file PorousFlowFluidStateIC.h.
Referenced by value().
|
protected |
|
protected |
Conversion from degrees Celsius to degrees Kelvin.
Definition at line 43 of file PorousFlowFluidStateIC.h.
Referenced by value().
|
protected |
Fluid temperature (C or K)
Definition at line 37 of file PorousFlowFluidStateIC.h.
Referenced by value().
|
protected |
NaCl mass fraction (kg/kg)
Definition at line 39 of file PorousFlowFluidStateIC.h.
Referenced by value().
1.8.16