96 bool correct_skewness =
false,
A class for requiring an object to be boundary restricted.
const FaceInfo * _face_info
Holds information for the face we are currently examining.
Keeps track of stuff related to assembling.
Class for stuff related to variables.
SystemBase & _sys
Reference to SystemBase.
Base class for creating new types of boundary conditions.
MooseVariableFE< VectorValue< Real > > VectorMooseVariable
Assembly & _assembly
Reference to assembly.
Class that hold the whole problem being solved.
Moose::FaceArg singleSidedFaceArg(const FaceInfo *fi=nullptr, Moose::FV::LimiterType limiter_type=Moose::FV::LimiterType::CentralDifference, bool correct_skewness=false, const Moose::StateArg *state_limiter=nullptr) const
Determine the single sided face argument when evaluating a functor on a face.
MooseVariableFV< Real > & _var
Base class for a system (of equations)
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
An interface for accessing Moose::Functors for systems that care about automatic differentiation, e.g.
Interface for objects that needs transient capabilities.
This data structure is used to store geometric and variable related metadata about each cell face in ...
Interface for notifications that the mesh has changed.
A structure defining a "face" evaluation calling argument for Moose functors.
Every object that can be built by the factory should be derived from this class.
bool hasFaceSide(const FaceInfo &fi, bool fi_elem_side) const override
An interface for producers of functor face arguments, e.g.
SubProblem & _subproblem
Reference to SubProblem.
Interface for objects that need to use distributions.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
FVBoundaryCondition(const InputParameters ¶meters)
Class constructor.
MooseVariableFE< Real > MooseVariable
Interface for objects that need to use UserObjects.
FEProblemBase & _fv_problem
Reference to the ruling finite volume problem.
Generic class for solving transient nonlinear problems.
Interface for objects that need to get values of MooseVariables.
const InputParameters & parameters() const
Get the parameters of the object.
State argument for evaluating functors.
static InputParameters validParams()
const SubProblem & subProblem() const
Get a reference to the subproblem.
Interface for objects that need to use functions.
MooseMesh & _mesh
Mesh this BC is defined on.
Interface class for classes which interact with Postprocessors.
const MooseVariableFV< Real > & variable() const