https://mooseframework.inl.gov
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CaloricallyImperfectGasTest Class Reference

#include <CaloricallyImperfectGasTest.h>

Inheritance diagram for CaloricallyImperfectGasTest:
[legend]

Public Member Functions

 CaloricallyImperfectGasTest ()
 

Protected Member Functions

void buildObjects ()
 
T & addObject (const std::string &type, const std::string &name, InputParameters &params)
 

Protected Attributes

std::unique_ptr< MooseMesh_mesh
 
std::shared_ptr< MooseApp_app
 
Factory_factory
 
std::shared_ptr< FEProblem_fe_problem
 

Detailed Description

Definition at line 16 of file CaloricallyImperfectGasTest.h.

Constructor & Destructor Documentation

◆ CaloricallyImperfectGasTest()

CaloricallyImperfectGasTest::CaloricallyImperfectGasTest ( )
inline

Definition at line 19 of file CaloricallyImperfectGasTest.h.

19 : MooseObjectUnitTest("FluidPropertiesApp") { buildObjects(); }
MooseObjectUnitTest(const std::string &app_name)

Member Function Documentation

◆ buildObjects()

void CaloricallyImperfectGasTest::buildObjects ( )
inlineprotected

Definition at line 22 of file CaloricallyImperfectGasTest.h.

Referenced by CaloricallyImperfectGasTest().

23  {
24  InputParameters default_fn_params = _factory.getValidParams("ConstantFunction");
25  default_fn_params.set<Real>("value") = 1.0;
26  _fe_problem->addFunction("ConstantFunction", "default_fn", default_fn_params);
27  }
std::shared_ptr< FEProblem > _fe_problem
T & set(const std::string &name, bool quiet_mode=false)
InputParameters getValidParams(const std::string &name) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

The documentation for this class was generated from the following file: