85 " can only be defined on an internal face if the 'direction' parameter is supplied!");
DualNumber< Real, DNDerivativeType, true > ADReal
const FaceInfo * _face_info
const Elem * neighborPtr() const
A parent class for INSFV flow boundary conditions.
const std::string & type() const
void mooseError(Args &&... args) const
Base class for weakly compressible flux boundary conditions.
const Moose::Functor< ADReal > & _rho
Fluid density functor.
const bool _direction_specified_by_user
Flag to store if the flow direction is specified by the user.
ADReal inflowMassFlux(const Moose::StateArg &state) const
computes the inflow massflux
static InputParameters validParams()
const PostprocessorValue *const _mdot_pp
Postprocessor with the inlet mass flow rate.
const Real _scaling_factor
Scaling factor.
void jacobianSetup() override
const Moose::Functor< ADReal > *const _vel_z
const PostprocessorValue *const _velocity_pp
Postprocessor with the inlet velocity.
void residualSetup() override
in residual and jacobian setup we check if the area is zero
void checkForInternalDirection() const
check for improper use on an internal face, e.g.
virtual bool isInflow() const
true if a boundary is an inflow boundary, false if outflow
ADReal inflowSpeed(const Moose::StateArg &state) const
computes the inflow speed
const Moose::Functor< ADReal > & _vel_x
Velocity components.
const Moose::Functor< ADReal > *const _vel_y
const Point _direction
The direction in which the flow is entering/leaving the domain.
const PostprocessorValue *const _area_pp
Postprocessor with the inlet area.
ADRealVectorValue varVelocity(const Moose::StateArg &state) const
returns the velocity vector (vel_x, vel_y, vel_z)