25 virtual void addMesh()
override;
40 const std::vector<Real> & values_left,
41 const std::vector<Real> & values_right);
Sets up a Jacobian test for 1-phase rDG.
const UserObjectName _boundary_flux_name
name of boundary flux user object being tested
const VariableName _rhoA_name
rho*A variable name
static InputParameters validParams()
const bool _add_bc
option to BC
virtual void addAuxVariables() override
Adds aux variables.
const bool _use_slope_reconstruction
option to use slope reconstruction
const VariableName _rhoEA_name
rho*E*A variable name
virtual void addObjects() override
Adds all non-mesh objects.
const UserObjectName _fp_name
fluid properties object name
JacobianTest1PhaseRDGAction(const InputParameters ¶ms)
const UserObjectName _numerical_flux_name
name of numerical flux user object being tested
const MooseEnum _ic_option
initial conditions option
void addSolutionVariablesRiemannIC(const std::vector< VariableName > &variables, const std::vector< Real > &values_left, const std::vector< Real > &values_right)
Adds solution variables with Riemann problem IC (constant left and right states)
Base class for adding common actions for Jacobian tests.
const bool _add_dg_kernel
option to add DG kernel
virtual void addUserObjects() override
Adds user objects.
const FunctionName & _A_fn_name
area function name
const VariableName _rhouA_name
rho*u*A variable name
virtual void addSolutionVariables() override
Adds the solution variables.
virtual void addMaterials() override
Adds materials.
const std::string _reconstruction_material_name
reconstruction material name
virtual void addInitialConditions() override
Adds the initial conditions.
const VariableName _A_linear_name
cross-sectional area variable name, linear Lagrange
const MaterialPropertyName _direction_name
direction material property name
const VariableName _A_name
cross-sectional area variable name, elemental average
virtual void addMesh() override
Adds the mesh.