3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Files | Classes | Functions
3pwateroil (three phase, water oil) benchmarks and tests

A SAGD test problem using the ThreePWaterOilModel. The files are listed below. More...

Description

A SAGD test problem using the ThreePWaterOilModel. The files are listed below.

Files

file  porousmediumflow/3pwateroil/implicit/main.cc
 Test for the three-phase three-component box model.
 
file  test/porousmediumflow/3pwateroil/implicit/problem.hh
 Non-isothermal SAGD problem.
 
file  test/porousmediumflow/3pwateroil/implicit/problem.hh
 Non-isothermal SAGD problem.
 
file  porousmediumflow/3pwateroil/implicit/spatialparams.hh
 Definition of the spatial parameters for the SAGD problem.
 

Classes

class  Dumux::SagdSpatialParams< GridGeometry, Scalar >
 Definition of the spatial parameters for the SAGD problem. More...
 

Functions

void usage (const char *progName, const std::string &errorMsg)
 Provides an interface for customizing error messages associated with reading in parameters. More...
 

Function Documentation

◆ usage()

void usage ( const char *  progName,
const std::string &  errorMsg 
)

Provides an interface for customizing error messages associated with reading in parameters.

Parameters
progNameThe name of the program, that was tried to be started.
errorMsgThe error message that was issued by the start function. Comprises the thing that went wrong and a general help message.