refactor the "heat conduction" laws into "thermal laws"

thermal laws are the heat conduction laws plus "solid energy laws"
which can be used to specify the relations which govern the volumetric
internal energy of the solid matrix of the porous medium.
This commit is contained in:
Andreas Lauser
2017-12-11 14:06:53 +01:00
parent f195effcdd
commit 7b8951ed83
9 changed files with 224 additions and 36 deletions

View File

@@ -43,6 +43,8 @@
#include <opm/material/fluidsystems/H2OAirMesityleneFluidSystem.hpp>
#include <opm/material/fluidsystems/H2OAirXyleneFluidSystem.hpp>
#include <opm/material/thermal/FluidHeatConductionLaw.hpp>
// include all fluid states
#include <opm/material/fluidstates/PressureOverlayFluidState.hpp>
#include <opm/material/fluidstates/SaturationOverlayFluidState.hpp>