Base class for components that are defined using an action.
Helper class to help Components accept boundary condition parameters that the Physics may use to gene...
Helper class to help Components define the initial conditions the Physics may need from the parameter...
ActionComponent to connect two components.
virtual void addMeshGenerators() override
static InputParameters validParams()
virtual void checkIntegrity() override
Used for various checks notably:
bool _enforce_all_nodes_match_on_boundaries
Whether to enforce that all nodes match on a boundary when stitching them.
const MooseEnum _junction_method
How to connect the two components.
Helper class to help Components define the material properties the Physics may need from the paramete...
Helper class to help creating an entire physics Note: Trying out virtual inheritance.
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...