29 virtual bool isInflow()
const override;
const PostprocessorValue *const _temperature_pp
Postprocessor with the inlet temperature.
Base class for weakly compressible flux boundary conditions.
const Moose::Functor< ADReal > & _temperature
Fluid temperature functor.
ADReal enthalpy(const T &loc_arg, const Moose::StateArg &state, const bool inflow) const
Computes the enthalpy using what the user has specified.
DualNumber< Real, DNDerivativeType, true > ADReal
virtual bool isInflow() const override
override because energy_pp is not considered in base class
static InputParameters validParams()
const SinglePhaseFluidProperties *const _fluid
Fluid properties object.
const PostprocessorValue *const _energy_pp
Postprocessor with the inlet energy flow rate.
Common class for single phase fluid properties.
ADReal computeQpResidual() override
const Moose::Functor< ADReal > *const _h_fluid
Pointer to the specific enthalpy functor.
Scalar< const PostprocessorValue > PostprocessorValue
const Moose::Functor< ADReal > *const _pressure
Fluid pressure functor.
WCNSFVEnergyFluxBC(const InputParameters ¶ms)
Flux boundary condition for the weakly compressible energy equation.
const Moose::Functor< ADReal > * _cp
Fluid specific heat capacity functor.