A much simpler (and thus potentially less buggy) version of pure CO2.
#include <dune/common/stdstreams.hh>
#include <dumux/common/parameters.hh>
#include <dumux/material/idealgas.hh>
#include <cmath>
#include <dumux/material/components/base.hh>
#include <dumux/material/components/gas.hh>
#include <dumux/material/components/shomate.hh>
Go to the source code of this file.
Classes | |
class | Dumux::Components::SimpleCO2< Scalar > |
A simple version of pure CO2. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Components |
Variables | |
template<class Scalar> | |
const SimpleCO2< Scalar >::ShomateMethod | Dumux::Components::SimpleCO2< Scalar >::shomateMethod |
Shomate parameters for carbon dioxide published by NIST [NIST] https://webbook.nist.gov/cgi/cbook.cgi?ID=C124389&Units=SI&Mask=1&Type=JANAFG&Table=on#JANAFG First row defines the temperature ranges, further rows give the parameters (A,B,C,D,E,F,G,H) for the respective temperature ranges. | |