adapt to the refactoring of the thermal laws in opm-material

This commit is contained in:
Andreas Lauser
2017-12-11 12:58:30 +01:00
parent c0f013e25e
commit db2977b0bf
5 changed files with 53 additions and 31 deletions

View File

@@ -34,7 +34,7 @@
#include <opm/material/fluidmatrixinteractions/ThreePhaseParkerVanGenuchten.hpp>
#include <opm/material/fluidmatrixinteractions/MaterialTraits.hpp>
#include <opm/material/constraintsolvers/ComputeFromReferencePhase.hpp>
#include <opm/material/heatconduction/Somerton.hpp>
#include <opm/material/thermal/SomertonHeatConductionLaw.hpp>
#include <opm/common/Valgrind.hpp>
#include <opm/common/Unused.hpp>
@@ -104,7 +104,7 @@ private:
public:
// define the material law parameterized by absolute saturations
typedef Opm::Somerton<FluidSystem, Scalar> type;
typedef Opm::SomertonHeatConductionLaw<FluidSystem, Scalar> type;
};
// The default for the end time of the simulation