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

#include <StiffenedGasTwoPhaseFluidPropertiesTest.h>

Inheritance diagram for StiffenedGasTwoPhaseFluidPropertiesTest:
[legend]

Public Member Functions

 StiffenedGasTwoPhaseFluidPropertiesTest ()
 

Protected Member Functions

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

Protected Attributes

const StiffenedGasTwoPhaseFluidProperties_fp
 
const StiffenedGasFluidProperties_fp_liquid
 
const StiffenedGasFluidProperties_fp_vapor
 
const Real _T_triple
 
const Real _L_fusion
 
std::unique_ptr< MooseMesh_mesh
 
std::shared_ptr< MooseApp_app
 
Factory_factory
 
std::shared_ptr< FEProblem_fe_problem
 

Detailed Description

Definition at line 16 of file StiffenedGasTwoPhaseFluidPropertiesTest.h.

Constructor & Destructor Documentation

◆ StiffenedGasTwoPhaseFluidPropertiesTest()

StiffenedGasTwoPhaseFluidPropertiesTest::StiffenedGasTwoPhaseFluidPropertiesTest ( )
inline

Member Function Documentation

◆ buildObjects()

void StiffenedGasTwoPhaseFluidPropertiesTest::buildObjects ( )
inlineprotected

Definition at line 26 of file StiffenedGasTwoPhaseFluidPropertiesTest.h.

Referenced by StiffenedGasTwoPhaseFluidPropertiesTest().

27  {
28  InputParameters uo_pars = _factory.getValidParams("StiffenedGasTwoPhaseFluidProperties");
29  uo_pars.set<Real>("T_triple") = _T_triple;
30  uo_pars.set<Real>("L_fusion") = _L_fusion;
31  _fe_problem->addUserObject("StiffenedGasTwoPhaseFluidProperties", "fp", uo_pars);
32  _fp = &_fe_problem->getUserObject<StiffenedGasTwoPhaseFluidProperties>("fp");
35  }
std::shared_ptr< FEProblem > _fe_problem
virtual const UserObjectName & getLiquidName() const
Returns the name of the liquid single-phase fluid properties object.
virtual const UserObjectName & getVaporName() const
Returns the name of the vapor single-phase fluid properties object.
T & set(const std::string &name, bool quiet_mode=false)
InputParameters getValidParams(const std::string &name) const
const StiffenedGasTwoPhaseFluidProperties * _fp
Two-phase stiffened gas fluid properties.
Stiffened gas fluid properties.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

Member Data Documentation

◆ _fp

const StiffenedGasTwoPhaseFluidProperties* StiffenedGasTwoPhaseFluidPropertiesTest::_fp
protected

Definition at line 37 of file StiffenedGasTwoPhaseFluidPropertiesTest.h.

Referenced by buildObjects().

◆ _fp_liquid

const StiffenedGasFluidProperties* StiffenedGasTwoPhaseFluidPropertiesTest::_fp_liquid
protected

Definition at line 38 of file StiffenedGasTwoPhaseFluidPropertiesTest.h.

Referenced by buildObjects().

◆ _fp_vapor

const StiffenedGasFluidProperties* StiffenedGasTwoPhaseFluidPropertiesTest::_fp_vapor
protected

Definition at line 39 of file StiffenedGasTwoPhaseFluidPropertiesTest.h.

Referenced by buildObjects().

◆ _L_fusion

const Real StiffenedGasTwoPhaseFluidPropertiesTest::_L_fusion
protected

Definition at line 42 of file StiffenedGasTwoPhaseFluidPropertiesTest.h.

Referenced by buildObjects().

◆ _T_triple

const Real StiffenedGasTwoPhaseFluidPropertiesTest::_T_triple
protected

Definition at line 41 of file StiffenedGasTwoPhaseFluidPropertiesTest.h.

Referenced by buildObjects().


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