14 #define registerWCNSFVScalarTransportBaseTasks(app_name, derived_name) \ 15 registerMooseAction(app_name, derived_name, "add_variable"); \ 16 registerMooseAction(app_name, derived_name, "add_ic"); \ 17 registerMooseAction(app_name, derived_name, "add_fv_kernel"); \ 18 registerMooseAction(app_name, derived_name, "add_fv_bc") virtual void addScalarAdvectionKernels() override
WCNSFVScalarTransportPhysics(const InputParameters ¶meters)
Creates all the objects needed to solve the Navier Stokes scalar transport equations using the nonlin...
virtual void addScalarSourceKernels() override
Equivalent of NSFVAction addScalarCoupledSourceKernels.
virtual void addScalarDiffusionKernels() override
static InputParameters validParams()
virtual void addSolverVariables() override
virtual void addScalarInletBC() override
Functions adding boundary conditions for the incompressible simulation.
virtual void addScalarTimeKernels() override
Functions adding kernels for the incompressible / weakly-compressible scalar transport equation If th...
Creates all the objects needed to solve the Navier Stokes scalar transport equations.
const InputParameters & parameters() const
virtual void addScalarOutletBC() override
virtual void addScalarWallBC() override