My Project
|
Determines the phase compositions, pressures and saturations given the total mass of all components for the chiwoms problem. More...
#include <opm/material/fluidmatrixinteractions/NullMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/MaterialTraits.hpp>
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
#include <opm/material/densead/Evaluation.hpp>
#include <opm/material/densead/Math.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/Constants.hpp>
#include <opm/material/eos/PengRobinsonMixture.hpp>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/classname.hh>
#include <limits>
#include <iostream>
#include <iomanip>
#include <stdexcept>
#include <type_traits>
#include <fmt/format.h>
Go to the source code of this file.
Classes | |
class | Opm::PTFlash< Scalar, FluidSystem > |
Determines the phase compositions, pressures and saturations given the total mass of all components for the chiwoms problem. More... | |
Namespaces | |
namespace | Opm |
This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
Determines the phase compositions, pressures and saturations given the total mass of all components for the chiwoms problem.