https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ThermalCompositeSiCPropertiesTest Class Reference

#include <ThermalCompositeSiCPropertiesTest.h>

Inheritance diagram for ThermalCompositeSiCPropertiesTest:
[legend]

Public Member Functions

 ThermalCompositeSiCPropertiesTest ()
 

Protected Member Functions

void buildObjects ()
 
TaddObject (const std::string &type, const std::string &name, InputParameters &params)
 

Protected Attributes

const ThermalCompositeSiCProperties_sp1
 
const ThermalCompositeSiCProperties_sp2
 
std::unique_ptr< MooseMesh_mesh
 
std::shared_ptr< MooseApp_app
 
Factory_factory
 
std::shared_ptr< FEProblem_fe_problem
 

Detailed Description

Definition at line 15 of file ThermalCompositeSiCPropertiesTest.h.

Constructor & Destructor Documentation

◆ ThermalCompositeSiCPropertiesTest()

ThermalCompositeSiCPropertiesTest::ThermalCompositeSiCPropertiesTest ( )
inline

Member Function Documentation

◆ buildObjects()

void ThermalCompositeSiCPropertiesTest::buildObjects ( )
inlineprotected

Definition at line 24 of file ThermalCompositeSiCPropertiesTest.h.

25 {
26 InputParameters uo_pars1 = _factory.getValidParams("ThermalCompositeSiCProperties");
27 _fe_problem->addUserObject("ThermalCompositeSiCProperties", "sp1", uo_pars1);
29
30 InputParameters uo_pars2 = _factory.getValidParams("ThermalCompositeSiCProperties");
31 uo_pars2.set<Real>("density") = 3000.0;
32 _fe_problem->addUserObject("ThermalCompositeSiCProperties", "sp2", uo_pars2);
34 }
InputParameters getValidParams(const std::string &name) const
T & set(const std::string &name, bool quiet_mode=false)
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 &param_name, bool is_dependency=true) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

Referenced by ThermalCompositeSiCPropertiesTest().

Member Data Documentation

◆ _sp1

const ThermalCompositeSiCProperties* ThermalCompositeSiCPropertiesTest::_sp1
protected

Definition at line 36 of file ThermalCompositeSiCPropertiesTest.h.

Referenced by buildObjects().

◆ _sp2

const ThermalCompositeSiCProperties* ThermalCompositeSiCPropertiesTest::_sp2
protected

Definition at line 39 of file ThermalCompositeSiCPropertiesTest.h.

Referenced by buildObjects().


The documentation for this class was generated from the following file: