www.mooseframework.org
Classes | Functions
CO2FluidProperties.h File Reference

Go to the source code of this file.

Classes

class  CO2FluidProperties
 CO2 fluid properties Most thermophysical properties taken from: Span and Wagner, "A New Equation of State for Carbon Dioxide Covering the Fluid Region from the Triple-Point Temperature to 1100K at Pressures up to 800 MPa", J. More...
 

Functions

template<>
InputParameters validParams< CO2FluidProperties > ()
 

Function Documentation

◆ validParams< CO2FluidProperties >()

template<>
InputParameters validParams< CO2FluidProperties > ( )

Definition at line 20 of file CO2FluidProperties.C.

21 {
22  InputParameters params = validParams<HelmholtzFluidProperties>();
23  params.addClassDescription(
24  "Fluid properties for carbon dioxide (CO2) using the Span & Wagner EOS");
25  return params;
26 }
validParams< HelmholtzFluidProperties >
InputParameters validParams< HelmholtzFluidProperties >()
Definition: HelmholtzFluidProperties.C:16