#include <ThermalMonolithicSiCPropertiesTest.h>
◆ ThermalMonolithicSiCPropertiesTest()
ThermalMonolithicSiCPropertiesTest::ThermalMonolithicSiCPropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
void ThermalMonolithicSiCPropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 24 of file ThermalMonolithicSiCPropertiesTest.h.
Referenced by ThermalMonolithicSiCPropertiesTest().
27 uo_pars1.
set<
MooseEnum>(
"thermal_conductivity_model") =
"SNEAD";
28 _fe_problem->addUserObject(
"ThermalMonolithicSiCProperties",
"sp1", uo_pars1);
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);
std::shared_ptr< FEProblem > _fe_problem
Monolithic silicon carbide properties as a function of temperature.
const ThermalMonolithicSiCProperties * _sp2
const ThermalMonolithicSiCProperties * _sp1
InputParameters getValidParams(const std::string &name) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
◆ _sp1
◆ _sp2
The documentation for this class was generated from the following file: