capillary pressure laws: move the M-phase laws one directory up

since they are also generic in the sense that they can depend on
arbitrary quanities expressed by the fluid state, not just
saturations...
This commit is contained in:
Andreas Lauser
2013-11-03 17:03:36 +01:00
parent 2ff952494b
commit 7b49b64eb7
9 changed files with 5 additions and 5 deletions

View File

@@ -36,8 +36,8 @@
#include <opm/material/fluidsystems/H2ON2FluidSystem.hpp>
#include <opm/material/fluidmatrixinteractions/mp/MpLinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/mp/2pAdapter.hpp>
#include <opm/material/fluidmatrixinteractions/MpLinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/2pAdapter.hpp>
#include <opm/material/fluidmatrixinteractions/2p/LinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/2p/RegularizedLinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/2p/RegularizedBrooksCorey.hpp>

View File

@@ -36,8 +36,8 @@
#include <opm/material/fluidsystems/H2ON2FluidSystem.hpp>
#include <opm/material/fluidmatrixinteractions/mp/MpLinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/mp/2pAdapter.hpp>
#include <opm/material/fluidmatrixinteractions/MpLinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/2pAdapter.hpp>
#include <opm/material/fluidmatrixinteractions/2p/LinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/2p/RegularizedLinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/2p/RegularizedBrooksCorey.hpp>

View File

@@ -28,7 +28,7 @@
#include <opm/material/constraintsolvers/NcpFlash.hpp>
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
#include <opm/material/fluidsystems/Spe5FluidSystem.hpp>
#include <opm/material/fluidmatrixinteractions/mp/MpLinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/MpLinearMaterial.hpp>
template <class FluidSystem, class FluidState>
void guessInitial(FluidState &fluidState,