setupGridAndProps.hpp File Reference
#include <opm/core/utility/parameters/ParameterGroup.hpp>
#include <opm/core/utility/Units.hpp>
#include <dune/grid/CpGrid.hpp>
#include <dune/grid/sgrid.hh>
#include <opm/porsol/common/ReservoirPropertyCapillary.hpp>
#include <opm/parser/eclipse/Parser/Parser.hpp>
#include <opm/parser/eclipse/Parser/ParseContext.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <boost/filesystem.hpp>
Include dependency graph for setupGridAndProps.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Functions

template<class RP >
bool Opm::useJ ()
 Helper for determining whether we should. More...
 
template<>
bool Opm::useJ< ReservoirPropertyCapillary< 3 > > ()
 
template<template< int > class ResProp>
void Opm::setupGridAndProps (const Opm::parameter::ParameterGroup &param, Dune::CpGrid &grid, ResProp< 3 > &res_prop)
 
template<template< int > class ResProp>
void Opm::setupGridAndPropsEclipse (Opm::DeckConstPtr deck, bool periodic_extension, bool turn_normals, bool clip_z, bool unique_bids, double perm_threshold, const std::string &rock_list, bool use_jfunction_scaling, double sigma, double theta, Dune::CpGrid &grid, ResProp< 3 > &res_prop)
 
template<template< int > class ResProp>
void Opm::setupGridAndProps (const Opm::parameter::ParameterGroup &param, Dune::SGrid< 3, 3 > &grid, ResProp< 3 > &res_prop)