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

#include <LeadLithiumFluidPropertiesTest.h>

Inheritance diagram for LeadLithiumFluidPropertiesTest:
[legend]

Public Member Functions

 LeadLithiumFluidPropertiesTest ()
 

Protected Member Functions

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

Protected Attributes

const LeadLithiumFluidProperties_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 LeadLithiumFluidPropertiesTest.h.

Constructor & Destructor Documentation

◆ LeadLithiumFluidPropertiesTest()

LeadLithiumFluidPropertiesTest::LeadLithiumFluidPropertiesTest ( )
inline

Member Function Documentation

◆ buildObjects()

void LeadLithiumFluidPropertiesTest::buildObjects ( )
inlineprotected

Definition at line 21 of file LeadLithiumFluidPropertiesTest.h.

22 {
23 InputParameters uo_pars = _factory.getValidParams("LeadLithiumFluidProperties");
24 _fe_problem->addUserObject("LeadLithiumFluidProperties", "fp", uo_pars);
26 }
InputParameters getValidParams(const std::string &name) const
const LeadLithiumFluidProperties * _fp
Fluid properties for 83Pb17Li (LeadLithium)
std::shared_ptr< FEProblem > _fe_problem
const T & getUserObject(const std::string &param_name, bool is_dependency=true) const

Referenced by LeadLithiumFluidPropertiesTest().

Member Data Documentation

◆ _fp

const LeadLithiumFluidProperties* LeadLithiumFluidPropertiesTest::_fp
protected

Definition at line 28 of file LeadLithiumFluidPropertiesTest.h.

Referenced by buildObjects().


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