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

#include <PBSodiumFluidPropertiesTest.h>

Inheritance diagram for PBSodiumFluidPropertiesTest:
[legend]

Public Member Functions

 PBSodiumFluidPropertiesTest ()
 

Protected Member Functions

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

Protected Attributes

const PBSodiumFluidProperties_fp
 
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 PBSodiumFluidPropertiesTest.h.

Constructor & Destructor Documentation

◆ PBSodiumFluidPropertiesTest()

PBSodiumFluidPropertiesTest::PBSodiumFluidPropertiesTest ( )
inline

Definition at line 18 of file PBSodiumFluidPropertiesTest.h.

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

Member Function Documentation

◆ buildObjects()

void PBSodiumFluidPropertiesTest::buildObjects ( )
inlineprotected

Definition at line 21 of file PBSodiumFluidPropertiesTest.h.

Referenced by PBSodiumFluidPropertiesTest().

22  {
23  InputParameters uo_pars = _factory.getValidParams("PBSodiumFluidProperties");
24  _fe_problem->addUserObject("PBSodiumFluidProperties", "fp", uo_pars);
25  _fp = &_fe_problem->getUserObject<PBSodiumFluidProperties>("fp");
26  }
std::shared_ptr< FEProblem > _fe_problem
Class that implements the equations of state for single phase liquid sodium.
InputParameters getValidParams(const std::string &name) const
const PBSodiumFluidProperties * _fp

Member Data Documentation

◆ _fp

const PBSodiumFluidProperties* PBSodiumFluidPropertiesTest::_fp
protected

Definition at line 28 of file PBSodiumFluidPropertiesTest.h.

Referenced by buildObjects().


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