Computes the boundary value of the specific enthalpy from pressure and temperature variables...
const SinglePhaseFluidProperties & _fp
Single phase fluid property user object.
const Moose::Functor< ADReal > & _temperature
The functor computing the temperature value for this BC.
const InputParameters & parameters() const
DualNumber< Real, DNDerivativeType, true > ADReal
FVSpecificEnthalpyFromPressureTemperatureDirichletBC(const InputParameters ¶meters)
Common class for single phase fluid properties.
const Moose::Functor< ADReal > & _pressure
The functor computing the pressure value for this BC.
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
static InputParameters validParams()