SimpleH2O.hpp File Reference

A simple version of pure water. More...

#include <opm/material/IdealGas.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include "Component.hpp"
#include <cmath>
Include dependency graph for SimpleH2O.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::SimpleH2O< Scalar >
 A simple version of pure water. More...
 

Namespaces

 Opm
 

Detailed Description

A simple version of pure water.

Compared to the water formulation of IAPWS'97, this class provides a much simpler component that represents the thermodynamic properties of of pure water. This implies that the likelyhood for bugs in this class is reduced and the numerical performance is increased. (At the cost of accuracy for the representation of the physical quantities, of course.)

Template Parameters
ScalarThe type used for representing scalar values