https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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 ()
 
TaddObject (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.

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);
35 }
InputParameters getValidParams(const std::string &name) const
T & set(const std::string &name, bool quiet_mode=false)
std::shared_ptr< FEProblem > _fe_problem
Stiffened gas fluid properties.
Two-phase stiffened gas fluid properties.
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.
const T & getUserObject(const std::string &param_name, bool is_dependency=true) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

Referenced by StiffenedGasTwoPhaseFluidPropertiesTest().

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: