A class for the CO2 fluid properties.
#include <cmath>#include <iostream>#include <dune/common/stdstreams.hh>#include <dune/common/math.hh>#include <dumux/common/exceptions.hh>#include <dumux/material/constants.hh>#include <dumux/material/components/base.hh>#include <dumux/material/components/liquid.hh>#include <dumux/material/components/gas.hh>Go to the source code of this file.
Classes | |
| class | Dumux::Components::CO2< Scalar, CO2Tables > |
| A class for the CO2 fluid properties. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Components |
Variables | |
| template<class Scalar, class CO2Tables> | |
| const Scalar | Dumux::Components::CO2< Scalar, CO2Tables >::R = Constants<Scalar>::R |
| template<class Scalar, class CO2Tables> | |
| bool | Dumux::Components::CO2< Scalar, CO2Tables >::warningThrown = false |