const InputParameters & parameters() const
void mooseError(Args &&... args) const
Base class for Physics which create the Navier Stokes flow equations.
Creates all the objects needed to solve the Navier-Stokes equations with the SIMPLE algorithm using t...
void addMomentumFluxKernels()
virtual void addUserObjects() override
virtual void addSolverVariables() override
virtual void addMomentumPressureKernels() override
virtual void addRhieChowUserObjects() override
Function which adds the RhieChow interpolator user objects for weakly and incompressible formulations...
void addMomentumTimeKernels() override
Functions adding kernels for the incompressible momentum equation If the material properties are not ...
virtual void initializePhysicsAdditional() override
unsigned short getNumberAlgebraicGhostingLayersNeeded() const override
Return the number of algebraic ghosting layers needed.
virtual void addMomentumBoussinesqKernels() override
virtual void addInletBC() override
Functions adding boundary conditions for the flow simulation.
virtual MooseFunctorName getLinearFrictionCoefName() const override
Get the name of the linear friction coefficient. Returns an empty string if no friction.
virtual void addFVKernels() override
static InputParameters validParams()
virtual void addMomentumFrictionKernels() override
virtual std::vector< UserObjectName > getSuppliedUserObjects() const override
virtual void addOutletBC() override
virtual void addFVInterpolationMethods() override
virtual void addMomentumGravityKernels() override
virtual void addWallsBC() override
void addPressureCorrectionKernels()
Function adding kernels for the incompressible pressure correction equation.
const bool _non_orthogonal_correction
Whether to use the correction term for non-orthogonality.
virtual void addSeparatorBC() override
virtual bool hasForchheimerFriction() const override
Return whether a Forchheimer friction model is in use.
virtual void addFunctorMaterials() override