Test for the non-isothermal compositional model based on flash calculations. More...
#include "config.h"
#include <opm/material/common/quad.hpp>
#include <ewoms/common/start.hh>
#include <ewoms/models/flash/flashmodel.hh>
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
#include "problems/co2injectionflash.hh"
#include "problems/co2injectionproblem.hh"
Functions | |
Ewoms::Properties::NEW_TYPE_TAG (Co2InjectionFlashNiEcfvProblem, INHERITS_FROM(FlashModel, Co2InjectionBaseProblem)) | |
Ewoms::Properties::SET_TAG_PROP (Co2InjectionFlashNiEcfvProblem, SpatialDiscretizationSplice, EcfvDiscretization) | |
Ewoms::Properties::SET_BOOL_PROP (Co2InjectionFlashNiEcfvProblem, EnableEnergy, true) | |
Ewoms::Properties::SET_TAG_PROP (Co2InjectionFlashNiEcfvProblem, LocalLinearizerSplice, AutoDiffLocalLinearizer) | |
Use automatic differentiation to linearize the system of PDEs. | |
Ewoms::Properties::SET_TYPE_PROP (Co2InjectionFlashNiEcfvProblem, FlashSolver, Ewoms::Co2InjectionFlash< typename GET_PROP_TYPE(TypeTag, Scalar), typename GET_PROP_TYPE(TypeTag, FluidSystem)>) | |
Ewoms::Properties::SET_SCALAR_PROP (Co2InjectionFlashNiEcfvProblem, NewtonRawTolerance, 1e-5) | |
int | main (int argc, char **argv) |
Test for the non-isothermal compositional model based on flash calculations.