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.
static InputParameters validParams()
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)
const UserObjectName _numerical_flux_name
name of numerical flux user object being tested
virtual void addInitialConditions() override
Adds the initial conditions.
virtual void addAuxVariables() override
Adds aux variables.
const bool _use_slope_reconstruction
option to use slope reconstruction
const VariableName _A_name
cross-sectional area variable name, elemental average
const std::string _reconstruction_material_name
reconstruction material name
const bool _add_bc
option to BC
const MooseEnum _ic_option
initial conditions option
const VariableName _rhouA_name
rho*u*A variable name
virtual void addUserObjects() override
Adds user objects.
const VariableName _rhoA_name
rho*A variable name
const VariableName _A_linear_name
cross-sectional area variable name, linear Lagrange
const UserObjectName _boundary_flux_name
name of boundary flux user object being tested
const UserObjectName _fp_name
fluid properties object name
virtual void addMesh() override
Adds the mesh.
virtual void addObjects() override
Adds all non-mesh objects.
virtual void addMaterials() override
Adds materials.
const MaterialPropertyName _direction_name
direction material property name
const bool _add_dg_kernel
option to add DG kernel
const VariableName _rhoEA_name
rho*E*A variable name
virtual void addSolutionVariables() override
Adds the solution variables.
const FunctionName & _A_fn_name
area function name
Base class for adding common actions for Jacobian tests.