Test for the reservoir problem using the black-oil model, the ECFV discretization and automatic differentiation. More...
#include "config.h"
#include <ewoms/common/start.hh>
#include <ewoms/models/blackoil/blackoilmodel.hh>
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
#include "problems/reservoirproblem.hh"
Functions | |
Ewoms::Properties::NEW_TYPE_TAG (ReservoirBlackOilEcfvProblem, INHERITS_FROM(BlackOilModel, ReservoirBaseProblem)) | |
Ewoms::Properties::SET_TAG_PROP (ReservoirBlackOilEcfvProblem, SpatialDiscretizationSplice, EcfvDiscretization) | |
Ewoms::Properties::SET_TAG_PROP (ReservoirBlackOilEcfvProblem, LocalLinearizerSplice, AutoDiffLocalLinearizer) | |
int | main (int argc, char **argv) |
Test for the reservoir problem using the black-oil model, the ECFV discretization and automatic differentiation.