Tutorial problem using the "immiscible" model. More...
#include <ewoms/models/immiscible/immisciblemodel.hh>
#include <ewoms/disc/vcfv/vcfvdiscretization.hh>
#include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/Lnapl.hpp>
#include <opm/material/fluidmatrixinteractions/RegularizedBrooksCorey.hpp>
#include <opm/material/fluidmatrixinteractions/EffToAbsLaw.hpp>
#include <opm/material/fluidmatrixinteractions/MaterialTraits.hpp>
#include <dune/grid/yaspgrid.hh>
#include <ewoms/io/cubegridmanager.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/version.hh>
Go to the source code of this file.
Classes | |
class | Ewoms::Tutorial1Problem< TypeTag > |
Tutorial problem using the "immiscible" model. More... | |
class | Ewoms::Tutorial1Problem< TypeTag > |
Tutorial problem using the "immiscible" model. More... | |
Macros | |
#define | EWOMS_TUTORIAL1_PROBLEM_HH /*@\label{tutorial1:guardian2}@*/ |
Functions | |
Ewoms::Properties::NEW_TYPE_TAG (Tutorial1Problem, INHERITS_FROM(ImmiscibleTwoPhaseModel)) | |
Ewoms::Properties::SET_TAG_PROP (Tutorial1Problem, SpatialDiscretizationSplice, VcfvDiscretization) | |
Ewoms::Properties::SET_TYPE_PROP (Tutorial1Problem, Problem, Ewoms::Tutorial1Problem< TypeTag >) | |
Ewoms::Properties::SET_TYPE_PROP (Tutorial1Problem, Grid, Dune::YaspGrid< 2 >) | |
Ewoms::Properties::SET_TYPE_PROP (Tutorial1Problem, GridManager, Ewoms::CubeGridManager< TypeTag >) | |
Ewoms::Properties::SET_TYPE_PROP (Tutorial1Problem, WettingPhase, Opm::LiquidPhase< typename GET_PROP_TYPE(TypeTag, Scalar), Opm::SimpleH2O< typename GET_PROP_TYPE(TypeTag, Scalar)> >) | |
Ewoms::Properties::SET_TYPE_PROP (Tutorial1Problem, NonwettingPhase, Opm::LiquidPhase< typename GET_PROP_TYPE(TypeTag, Scalar), Opm::LNAPL< typename GET_PROP_TYPE(TypeTag, Scalar)> >) | |
Ewoms::Properties::SET_PROP (Tutorial1Problem, MaterialLaw) | |
Ewoms::Properties::SET_BOOL_PROP (Tutorial1Problem, EnableGravity, false) | |
Ewoms::Properties::SET_SCALAR_PROP (Tutorial1Problem, EndTime, 100e3) | |
Ewoms::Properties::SET_SCALAR_PROP (Tutorial1Problem, InitialTimeStepSize, 125.0) | |
Ewoms::Properties::SET_SCALAR_PROP (Tutorial1Problem, DomainSizeX, 300.0) | |
Ewoms::Properties::SET_SCALAR_PROP (Tutorial1Problem, DomainSizeY, 60.0) | |
Ewoms::Properties::SET_SCALAR_PROP (Tutorial1Problem, DomainSizeZ, 0.0) | |
Ewoms::Properties::SET_INT_PROP (Tutorial1Problem, CellsX, 100) | |
Ewoms::Properties::SET_INT_PROP (Tutorial1Problem, CellsY, 1) | |
Ewoms::Properties::SET_INT_PROP (Tutorial1Problem, CellsZ, 1) | |
Tutorial problem using the "immiscible" model.