const MaterialProperty< std::array< Real, PorousFlowConstants::MAX_HYSTERESIS_ORDER > > & _hys_sat_tps_old
Old value of recorded saturation values at the turning points.
Computes the hysteresis order for use by the hysteretic capillary pressure and relative-permeability ...
static InputParameters validParams()
MaterialProperty< std::array< Real, PorousFlowConstants::MAX_HYSTERESIS_ORDER > > & _hys_sat_tps
Recorded saturation values at the turning points.
virtual void computeQpProperties() override
MaterialProperty< unsigned > & _hys_order
Computed hysteresis order at the nodes or quadpoints.
const std::vector< Real > _previous_turning_points
Previous turning points that were encountered prior to the simulation.
const MaterialProperty< std::vector< Real > > & _sat_older
Older value of saturation.
const MaterialProperty< std::vector< Real > > & _sat_old
Old value of saturation.
const unsigned _liquid_ph_num
Liquid phase number.
virtual void initQpStatefulProperties() override
PorousFlowHysteresisOrder(const InputParameters ¶meters)
const MaterialProperty< unsigned > & _hys_order_old
Old value of hysteresis order at the nodes or quadpoints.
const std::string _liquid_phase
Stringified liquid phase number.
const unsigned _initial_order
Initial order.