#include <ThermalMonolithicSiCPropertiesTest.h>
◆ ThermalMonolithicSiCPropertiesTest()
| ThermalMonolithicSiCPropertiesTest::ThermalMonolithicSiCPropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
| void ThermalMonolithicSiCPropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 24 of file ThermalMonolithicSiCPropertiesTest.h.
25 {
27 uo_pars1.
set<
MooseEnum>(
"thermal_conductivity_model") =
"SNEAD";
28 _fe_problem->addUserObject(
"ThermalMonolithicSiCProperties",
"sp1", uo_pars1);
30
32 uo_pars2.
set<
MooseEnum>(
"thermal_conductivity_model") =
"STONE";
33 uo_pars2.set<
Real>(
"density") = 3000.0;
34 _fe_problem->addUserObject(
"ThermalMonolithicSiCProperties",
"sp2", uo_pars2);
36 }
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
const ThermalMonolithicSiCProperties * _sp1
const ThermalMonolithicSiCProperties * _sp2
Monolithic silicon carbide 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 ThermalMonolithicSiCPropertiesTest().
◆ _sp1
◆ _sp2
The documentation for this class was generated from the following file: