#include <ThermalCompositeSiCPropertiesTest.h>
◆ ThermalCompositeSiCPropertiesTest()
| ThermalCompositeSiCPropertiesTest::ThermalCompositeSiCPropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
| void ThermalCompositeSiCPropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 24 of file ThermalCompositeSiCPropertiesTest.h.
25 {
27 _fe_problem->addUserObject(
"ThermalCompositeSiCProperties",
"sp1", uo_pars1);
29
31 uo_pars2.
set<
Real>(
"density") = 3000.0;
32 _fe_problem->addUserObject(
"ThermalCompositeSiCProperties",
"sp2", uo_pars2);
34 }
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
const ThermalCompositeSiCProperties * _sp1
const ThermalCompositeSiCProperties * _sp2
Composite 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 ThermalCompositeSiCPropertiesTest().
◆ _sp1
◆ _sp2
The documentation for this class was generated from the following file: