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