#include <ADFluidPropsTest.h>
Definition at line 16 of file ADFluidPropsTest.h.
◆ ADFluidPropsTest()
ADFluidPropsTest::ADFluidPropsTest |
( |
| ) |
|
|
inline |
Definition at line 19 of file ADFluidPropsTest.h.
MooseObjectUnitTest(const std::string &app_name)
const SinglePhaseFluidProperties & buildObj(const std::string name="fp", bool allow_imperfect_jac=false)
◆ buildObj()
Definition at line 22 of file ADFluidPropsTest.h.
Referenced by ADFluidPropsTest().
26 uo_pars.
set<
Real>(
"molar_mass") = 0.028966206103678928;
27 uo_pars.
set<
Real>(
"gamma") = 1.41;
28 uo_pars.
set<
bool>(
"allow_imperfect_jacobians") = allow_imperfect_jac;
std::shared_ptr< FEProblem > _fe_problem
const SinglePhaseFluidProperties * _fp
InputParameters getValidParams(const std::string &name) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature...
◆ buildTwoPhaseFluidProperties()
Definition at line 34 of file ADFluidPropsTest.h.
37 const std::string class_name =
"StiffenedGasTwoPhaseFluidProperties";
38 const UserObjectName fp_2phase_name =
"fp_2phase";
40 _fe_problem->addUserObject(class_name, fp_2phase_name, params);
std::shared_ptr< FEProblem > _fe_problem
InputParameters getValidParams(const std::string &name) const
Base class for fluid properties used with two-phase flow.
◆ _fp
The documentation for this class was generated from the following file: