Base class for PorousFlow actions.
Base class for actions involving a single fluid phase.
const std::vector< AuxVariableName > _save_component_rate_in
Name of the variables (if any) that will record the fluid-components' rate of change.
CouplingTypeEnum
Determines the coupling type.
const MooseEnum _time_unit
Unit used for time.
const bool _add_darcy_aux
Add a AuxVariables to record Darcy velocity.
virtual void addAuxObjects() override
Add all AuxVariables and AuxKernels.
virtual void addDictator() override
Add the PorousFlowDictator object.
const MooseEnum _temperature_unit
Unit used for temperature.
enum PorousFlowSinglePhaseBase::FluidPropertiesTypeEnum _fluid_properties_type
VariableName _nacl_name
Name of the NaCl variable.
static InputParameters validParams()
const VariableName _pp_var
Porepressure NonlinearVariable name.
virtual void addKernels() override
Add all Kernels.
UserObjectName _fp
Name of the fluid-properties UserObject.
const std::string _base_name
base_name used in the TensorMechanics strain calculator
FluidPropertiesTypeEnum
Determines the fluid-properties type.
@ PorousFlowSingleComponentFluid
const Real _biot_coefficient
Fluid specific heat capacity at constant volume.
virtual void addMaterials() override
Add all Materials.
const MooseEnum _pressure_unit
Unit used for porepressure.
enum PorousFlowSinglePhaseBase::CouplingTypeEnum _coupling_type
virtual void addMaterialDependencies() override
Add all material dependencies so that the correct version of each material can be added.
const bool _add_stress_aux
Add AuxVariables for stress.
const bool _thermal
Flags to indicate whether thermal or mechanical effects are included.