Test for the reservoir problem using the NCP model, the VCFV discretization and finite differences. More...
#include "config.h"
#include <ewoms/common/start.hh>
#include <ewoms/models/ncp/ncpmodel.hh>
#include <ewoms/disc/vcfv/vcfvdiscretization.hh>
#include "problems/reservoirproblem.hh"
Functions | |
Ewoms::Properties::NEW_TYPE_TAG (ReservoirNcpVcfvProblem, INHERITS_FROM(NcpModel, ReservoirBaseProblem)) | |
Ewoms::Properties::SET_TAG_PROP (ReservoirNcpVcfvProblem, SpatialDiscretizationSplice, VcfvDiscretization) | |
Ewoms::Properties::SET_BOOL_PROP (ReservoirNcpVcfvProblem, EnableStorageCache, true) | |
Ewoms::Properties::SET_SCALAR_PROP (ReservoirNcpVcfvProblem, BaseEpsilon, 1e-11) | |
int | main (int argc, char **argv) |
Test for the reservoir problem using the NCP model, the VCFV discretization and finite differences.