InitStateEquil.hpp File Reference

Routines that actually solve the ODEs that emerge from the hydrostatic equilibrium problem. More...

#include <opm/models/utils/propertysystem.hh>
#include <opm/material/common/Tabulated1DFunction.hpp>
#include <opm/material/fluidstates/SimpleModularFluidState.hpp>
#include <array>
#include <cstddef>
#include <memory>
#include <utility>
#include <vector>
#include <string>
Include dependency graph for InitStateEquil.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::EQUIL::Details::RK4IVP< RHS >
 
class  Opm::EQUIL::Details::PhasePressODE::Water< FluidSystem >
 
class  Opm::EQUIL::Details::PhasePressODE::Oil< FluidSystem, RS >
 
class  Opm::EQUIL::Details::PhasePressODE::Gas< FluidSystem, RV, RVW >
 
class  Opm::EQUIL::Details::PressureTable< FluidSystem, Region >
 
struct  Opm::EQUIL::Details::PressureTable< FluidSystem, Region >::PressureFunction< ODE >::InitCond
 
struct  Opm::EQUIL::Details::PhaseQuantityValue
 Simple set of per-phase (named by primary component) quantities. More...
 
class  Opm::EQUIL::Details::PhaseSaturations< MaterialLawManager, FluidSystem, Region, CellID >
 
struct  Opm::EQUIL::Details::PhaseSaturations< MaterialLawManager, FluidSystem, Region, CellID >::Position
 
class  Opm::EQUIL::DeckDependent::InitialStateComputer< FluidSystem, Grid, GridView, ElementMapper, CartesianIndexMapper >
 

Namespaces

namespace  Opm
 
namespace  Opm::EQUIL
 
namespace  Opm::EQUIL::Miscibility
 
namespace  Opm::EQUIL::Details
 
namespace  Opm::EQUIL::Details::PhasePressODE
 
namespace  Opm::EQUIL::DeckDependent
 

Functions

template<typename CellRange , typename Comm >
void Opm::EQUIL::Details::verticalExtent (const CellRange &cells, const std::vector< std::pair< double, double > > &cellZMinMax, const Comm &comm, std::array< double, 2 > &span)
 
template<class Element >
std::pair< double, double > Opm::EQUIL::Details::cellZMinMax (const Element &element)
 

Detailed Description

Routines that actually solve the ODEs that emerge from the hydrostatic equilibrium problem.