#include <ThermalGraphitePropertiesTest.h>
◆ ThermalGraphitePropertiesTest()
| ThermalGraphitePropertiesTest::ThermalGraphitePropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
| void ThermalGraphitePropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 21 of file ThermalGraphitePropertiesTest.h.
22 {
25 _fe_problem->addUserObject(
"ThermalGraphiteProperties",
"sp1", uo_pars1);
27
30 uo_pars2.set<
Real>(
"density") = 2000.0;
31 _fe_problem->addUserObject(
"ThermalGraphiteProperties",
"sp2", uo_pars2);
33 }
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
const ThermalGraphiteProperties * _sp2
const ThermalGraphiteProperties * _sp1
Graphite thermal properties as a function of temperature.
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 ThermalGraphitePropertiesTest().
◆ _sp1
◆ _sp2
The documentation for this class was generated from the following file: