https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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 ()
 
TaddObject (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

Member Function Documentation

◆ buildObjects()

void CaloricallyImperfectGasTest::buildObjects ( )
inlineprotected

Definition at line 22 of file CaloricallyImperfectGasTest.h.

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 }
InputParameters getValidParams(const std::string &name) const
T & set(const std::string &name, bool quiet_mode=false)
std::shared_ptr< FEProblem > _fe_problem
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

Referenced by CaloricallyImperfectGasTest().


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