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

#include <FlibeFluidPropertiesTest.h>

Inheritance diagram for FlibeFluidPropertiesTest:
[legend]

Public Member Functions

 FlibeFluidPropertiesTest ()
 

Protected Member Functions

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

Protected Attributes

const FlibeFluidProperties_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 FlibeFluidPropertiesTest.h.

Constructor & Destructor Documentation

◆ FlibeFluidPropertiesTest()

FlibeFluidPropertiesTest::FlibeFluidPropertiesTest ( )
inline

Definition at line 18 of file FlibeFluidPropertiesTest.h.

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

Member Function Documentation

◆ buildObjects()

void FlibeFluidPropertiesTest::buildObjects ( )
inlineprotected

Definition at line 21 of file FlibeFluidPropertiesTest.h.

Referenced by FlibeFluidPropertiesTest().

22  {
23  InputParameters uo_pars = _factory.getValidParams("FlibeFluidProperties");
24  _fe_problem->addUserObject("FlibeFluidProperties", "fp", uo_pars);
25  _fp = &_fe_problem->getUserObject<FlibeFluidProperties>("fp");
26  }
std::shared_ptr< FEProblem > _fe_problem
InputParameters getValidParams(const std::string &name) const
Fluid properties for 2LiF-BeF2 (flibe) .
const FlibeFluidProperties * _fp

Member Data Documentation

◆ _fp

const FlibeFluidProperties* FlibeFluidPropertiesTest::_fp
protected

Definition at line 28 of file FlibeFluidPropertiesTest.h.

Referenced by buildObjects().


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