implement the ebos part of energy conservation

I.e. everything which is ECL specific.
This commit is contained in:
Andreas Lauser
2018-04-05 19:31:55 +02:00
parent 4241986e94
commit 815be1451b
5 changed files with 269 additions and 34 deletions
+1
View File
@@ -115,6 +115,7 @@ class EclTransExtensiveQuantities
enum { gasPhaseIdx = FluidSystem::gasPhaseIdx };
enum { numPhases = FluidSystem::numPhases };
enum { enableSolvent = GET_PROP_VALUE(TypeTag, EnableSolvent) };
enum { enableEnergy = GET_PROP_VALUE(TypeTag, EnableEnergy) };
typedef Opm::MathToolbox<Evaluation> Toolbox;
typedef Dune::FieldVector<Scalar, dimWorld> DimVector;