#include <ThermalUCPropertiesTest.h>
Definition at line 15 of file ThermalUCPropertiesTest.h.
◆ ThermalUCPropertiesTest()
| ThermalUCPropertiesTest::ThermalUCPropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
| void ThermalUCPropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 21 of file ThermalUCPropertiesTest.h.
22 {
24 _fe_problem->addUserObject(
"ThermalUCProperties",
"sp1", uo_pars1);
26
28 uo_pars2.
set<
Real>(
"density") = 13000.0;
29 _fe_problem->addUserObject(
"ThermalUCProperties",
"sp2", uo_pars2);
31 }
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
const ThermalUCProperties * _sp1
const ThermalUCProperties * _sp2
const T & getUserObject(const std::string ¶m_name, bool is_dependency=true) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Referenced by ThermalUCPropertiesTest().
◆ _sp1
◆ _sp2
The documentation for this class was generated from the following file: