https://mooseframework.inl.gov
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ThermalSS316PropertiesTest Class Reference

#include <ThermalSS316PropertiesTest.h>

Inheritance diagram for ThermalSS316PropertiesTest:
[legend]

Public Member Functions

 ThermalSS316PropertiesTest ()
 

Protected Member Functions

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

Protected Attributes

const ThermalSS316Properties_sp
 
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 ThermalSS316PropertiesTest.h.

Constructor & Destructor Documentation

◆ ThermalSS316PropertiesTest()

ThermalSS316PropertiesTest::ThermalSS316PropertiesTest ( )
inline

Definition at line 18 of file ThermalSS316PropertiesTest.h.

18 : MooseObjectUnitTest("SolidPropertiesApp") { buildObjects(); }
MooseObjectUnitTest(const std::string &app_name)

Member Function Documentation

◆ buildObjects()

void ThermalSS316PropertiesTest::buildObjects ( )
inlineprotected

Definition at line 21 of file ThermalSS316PropertiesTest.h.

Referenced by ThermalSS316PropertiesTest().

22  {
23  InputParameters uo_pars = _factory.getValidParams("ThermalSS316Properties");
24  _fe_problem->addUserObject("ThermalSS316Properties", "sp", uo_pars);
25  _sp = &_fe_problem->getUserObject<ThermalSS316Properties>("sp");
26  }
std::shared_ptr< FEProblem > _fe_problem
InputParameters getValidParams(const std::string &name) const
Stainless steel alloy 316 thermal solid properties as a function of temperature.
const ThermalSS316Properties * _sp

Member Data Documentation

◆ _sp

const ThermalSS316Properties* ThermalSS316PropertiesTest::_sp
protected

Definition at line 28 of file ThermalSS316PropertiesTest.h.

Referenced by buildObjects().


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