3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Files | Classes

Equations of state. More...

Description

Equations of state.

Equations of state (EOS) are auxiliary classes which provide relations between a fluid phase's temperature, pressure, composition and density. Since these classes are only used internally in fluid systems, their programming interface is currently ad-hoc.

Files

file  pengrobinson.hh
 Implements the Peng-Robinson equation of state for liquids and gases.
 
file  pengrobinsonmixture.hh
 Implements the Peng-Robinson equation of state for a mixture.
 
file  pengrobinsonparams.hh
 Base class for Peng-Robinson parameters of a single-component fluid or a mixture.
 
file  pengrobinsonparamsmixture.hh
 The mixing rule for the oil and the gas phases of the SPE5 problem.
 

Classes

class  Dumux::PengRobinson< Scalar >
 Implements the Peng-Robinson equation of state for liquids and gases. More...
 
class  Dumux::PengRobinsonMixture< Scalar, StaticParameters >
 Implements the Peng-Robinson equation of state for a mixture. More...
 
class  Dumux::PengRobinsonParams< Scalar >
 Stores and provides access to the Peng-Robinson parameters. More...
 
class  Dumux::PengRobinsonParamsMixture< Scalar, FluidSystem, phaseIdx, useSpe5Relations >
 The mixing rule for the oil and the gas phases of the SPE5 problem. More...