the big rename

make all file names confirm to the OPM conventions. (hopefully)
This commit is contained in:
Andreas Lauser 2013-09-10 14:55:59 +02:00
parent a985ec3ef5
commit 2e34aecf67
111 changed files with 276 additions and 270 deletions

View File

@ -26,7 +26,7 @@
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/material/tabulated2dfunction.hh> #include <opm/material/Tabulated2dFunction.hpp>
#include <vector> #include <vector>

View File

@ -23,7 +23,7 @@
#ifndef OPM_IDEAL_GAS_HH #ifndef OPM_IDEAL_GAS_HH
#define OPM_IDEAL_GAS_HH #define OPM_IDEAL_GAS_HH
#include <opm/material/constants.hh> #include <opm/material/Constants.hpp>
namespace Opm namespace Opm
{ {

View File

@ -26,7 +26,7 @@
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/material/tabulated2dfunction.hh> #include <opm/material/Tabulated2dFunction.hpp>
#include <assert.h> #include <assert.h>

View File

@ -24,8 +24,8 @@
#ifndef OPM_BINARY_COEFF_AIR_MESITYLENE_HH #ifndef OPM_BINARY_COEFF_AIR_MESITYLENE_HH
#define OPM_BINARY_COEFF_AIR_MESITYLENE_HH #define OPM_BINARY_COEFF_AIR_MESITYLENE_HH
#include <opm/material/components/air.hh> #include <opm/material/components/Air.hpp>
#include <opm/material/components/mesitylene.hh> #include <opm/material/components/Mesitylene.hpp>
namespace Opm namespace Opm
{ {

View File

@ -24,8 +24,8 @@
#ifndef OPM_BINARY_COEFF_AIR_XYLENE_HH #ifndef OPM_BINARY_COEFF_AIR_XYLENE_HH
#define OPM_BINARY_COEFF_AIR_XYLENE_HH #define OPM_BINARY_COEFF_AIR_XYLENE_HH
#include <opm/material/components/air.hh> #include <opm/material/components/Air.hpp>
#include <opm/material/components/xylene.hh> #include <opm/material/components/Xylene.hpp>
namespace Opm namespace Opm
{ {

View File

@ -24,10 +24,10 @@
#ifndef OPM_BINARY_COEFF_BRINE_CO2_HH #ifndef OPM_BINARY_COEFF_BRINE_CO2_HH
#define OPM_BINARY_COEFF_BRINE_CO2_HH #define OPM_BINARY_COEFF_BRINE_CO2_HH
#include <opm/material/components/brine.hh> #include <opm/material/components/Brine.hpp>
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/components/co2.hh> #include <opm/material/components/CO2.hpp>
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
namespace Opm { namespace Opm {
namespace BinaryCoeff { namespace BinaryCoeff {

View File

@ -24,11 +24,11 @@
#ifndef OPM_BINARY_COEFF_H2O_CO2_HH #ifndef OPM_BINARY_COEFF_H2O_CO2_HH
#define OPM_BINARY_COEFF_H2O_CO2_HH #define OPM_BINARY_COEFF_H2O_CO2_HH
#include <opm/material/binarycoefficients/henryiapws.hh> #include <opm/material/binarycoefficients/HenryIapws.hpp>
#include <opm/material/binarycoefficients/fullermethod.hh> #include <opm/material/binarycoefficients/FullerMethod.hpp>
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/components/simpleco2.hh> #include <opm/material/components/SimpleCO2.hpp>
namespace Opm { namespace Opm {
namespace BinaryCoeff { namespace BinaryCoeff {

View File

@ -24,8 +24,8 @@
#ifndef OPM_BINARY_COEFF_H2O_MESITYLENE_HH #ifndef OPM_BINARY_COEFF_H2O_MESITYLENE_HH
#define OPM_BINARY_COEFF_H2O_MESITYLENE_HH #define OPM_BINARY_COEFF_H2O_MESITYLENE_HH
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/components/mesitylene.hh> #include <opm/material/components/Mesitylene.hpp>
namespace Opm namespace Opm
{ {

View File

@ -24,11 +24,11 @@
#ifndef OPM_BINARY_COEFF_H2O_N2_HH #ifndef OPM_BINARY_COEFF_H2O_N2_HH
#define OPM_BINARY_COEFF_H2O_N2_HH #define OPM_BINARY_COEFF_H2O_N2_HH
#include "henryiapws.hh" #include "HenryIapws.hpp"
#include "fullermethod.hh" #include "FullerMethod.hpp"
#include <opm/material/components/n2.hh> #include <opm/material/components/N2.hpp>
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
namespace Opm { namespace Opm {
namespace BinaryCoeff { namespace BinaryCoeff {

View File

@ -24,8 +24,8 @@
#ifndef OPM_BINARY_COEFF_H2O_XYLENE_HH #ifndef OPM_BINARY_COEFF_H2O_XYLENE_HH
#define OPM_BINARY_COEFF_H2O_XYLENE_HH #define OPM_BINARY_COEFF_H2O_XYLENE_HH
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/components/xylene.hh> #include <opm/material/components/Xylene.hpp>
namespace Opm namespace Opm
{ {

View File

@ -24,7 +24,7 @@
#ifndef OPM_HENRY_IAPWS_HH #ifndef OPM_HENRY_IAPWS_HH
#define OPM_HENRY_IAPWS_HH #define OPM_HENRY_IAPWS_HH
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
namespace Opm namespace Opm
{ {

View File

@ -24,8 +24,8 @@
#ifndef OPM_AIR_HH #ifndef OPM_AIR_HH
#define OPM_AIR_HH #define OPM_AIR_HH
#include <opm/material/components/component.hh> #include <opm/material/components/Component.hpp>
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>

View File

@ -24,7 +24,7 @@
#ifndef OPM_BRINE_HH #ifndef OPM_BRINE_HH
#define OPM_BRINE_HH #define OPM_BRINE_HH
#include <opm/material/components/component.hh> #include <opm/material/components/Component.hpp>
#include <cmath> #include <cmath>

View File

@ -26,9 +26,8 @@
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/material/components/component.hh> #include <opm/material/Constants.hpp>
#include <opm/material/constants.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/idealgas.hh>
#include <cmath> #include <cmath>
#include <iostream> #include <iostream>

View File

@ -25,8 +25,8 @@
#ifndef OPM_DNAPL_HH #ifndef OPM_DNAPL_HH
#define OPM_DNAPL_HH #define OPM_DNAPL_HH
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include "component.hh" #include "Component.hpp"
namespace Opm { namespace Opm {
/*! /*!

View File

@ -27,17 +27,17 @@
#include <cmath> #include <cmath>
#include <cassert> #include <cassert>
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include "component.hh" #include "Component.hpp"
#include "iapws/common.hh" #include "iapws/Common.hpp"
#include "iapws/region1.hh" #include "iapws/Region1.hpp"
#include "iapws/region2.hh" #include "iapws/Region2.hpp"
#include "iapws/region4.hh" #include "iapws/Region4.hpp"
namespace Opm { namespace Opm {

View File

@ -25,7 +25,7 @@
#ifndef OPM_LNAPL_HH #ifndef OPM_LNAPL_HH
#define OPM_LNAPL_HH #define OPM_LNAPL_HH
#include "component.hh" #include "Component.hpp"
namespace Opm { namespace Opm {
/*! /*!

View File

@ -25,9 +25,9 @@
#ifndef OPM_MESITYLENE_HH #ifndef OPM_MESITYLENE_HH
#define OPM_MESITYLENE_HH #define OPM_MESITYLENE_HH
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/components/component.hh> #include <opm/material/components/Component.hpp>
#include <opm/material/constants.hh> #include <opm/material/Constants.hpp>
namespace Opm namespace Opm
{ {

View File

@ -25,9 +25,9 @@
#ifndef OPM_N2_HH #ifndef OPM_N2_HH
#define OPM_N2_HH #define OPM_N2_HH
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include "component.hh" #include "Component.hpp"
#include <cmath> #include <cmath>

View File

@ -23,7 +23,7 @@
#ifndef OPM_NULL_COMPONENT_HH #ifndef OPM_NULL_COMPONENT_HH
#define OPM_NULL_COMPONENT_HH #define OPM_NULL_COMPONENT_HH
#include "component.hh" #include "Component.hpp"
namespace Opm namespace Opm
{ {

View File

@ -26,8 +26,8 @@
#ifndef OPM_SIMPLE_CO2_HH #ifndef OPM_SIMPLE_CO2_HH
#define OPM_SIMPLE_CO2_HH #define OPM_SIMPLE_CO2_HH
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/components/component.hh> #include <opm/material/components/Component.hpp>
#include <cmath> #include <cmath>

View File

@ -24,9 +24,9 @@
#ifndef OPM_SIMPLE_H2O_HH #ifndef OPM_SIMPLE_H2O_HH
#define OPM_SIMPLE_H2O_HH #define OPM_SIMPLE_H2O_HH
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include "component.hh" #include "Component.hpp"
#include <cmath> #include <cmath>

View File

@ -24,7 +24,7 @@
#ifndef OPM_UNIT_HH #ifndef OPM_UNIT_HH
#define OPM_UNIT_HH #define OPM_UNIT_HH
#include "component.hh" #include "Component.hpp"
namespace Opm namespace Opm
{ {

View File

@ -26,9 +26,9 @@
#define OPM_XYLENE_HH #define OPM_XYLENE_HH
#include <cmath> #include <cmath>
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/components/component.hh> #include <opm/material/components/Component.hpp>
#include <opm/material/constants.hh> #include <opm/material/Constants.hpp>
namespace Opm namespace Opm

View File

@ -20451,7 +20451,7 @@ const double TabulatedDensityTraits::vals[200][500] =
} }
}; };
typedef StaticTabulated2DFunction< TabulatedDensityTraits > TabulatedDensity; typedef Opm::StaticTabulated2DFunction< TabulatedDensityTraits > TabulatedDensity;
struct TabulatedEnthalpyTraits { struct TabulatedEnthalpyTraits {
typedef double Scalar; typedef double Scalar;
@ -40877,7 +40877,7 @@ const double TabulatedEnthalpyTraits::vals[200][500] =
} }
}; };
typedef StaticTabulated2DFunction< TabulatedEnthalpyTraits > TabulatedEnthalpy; typedef Opm::StaticTabulated2DFunction< TabulatedEnthalpyTraits > TabulatedEnthalpy;
// this class collects all the tabulated quantities in one convenient place // this class collects all the tabulated quantities in one convenient place

View File

@ -25,7 +25,7 @@
#ifndef OPM_IAPWS_COMMON_HH #ifndef OPM_IAPWS_COMMON_HH
#define OPM_IAPWS_COMMON_HH #define OPM_IAPWS_COMMON_HH
#include <opm/material/constants.hh> #include <opm/material/Constants.hpp>
#include <cmath> #include <cmath>

View File

@ -28,7 +28,7 @@
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <limits> #include <limits>

View File

@ -23,11 +23,11 @@
#ifndef OPM_COMPUTE_FROM_REFERENCE_PHASE_HH #ifndef OPM_COMPUTE_FROM_REFERENCE_PHASE_HH
#define OPM_COMPUTE_FROM_REFERENCE_PHASE_HH #define OPM_COMPUTE_FROM_REFERENCE_PHASE_HH
#include <opm/material/constraintsolvers/compositionfromfugacities.hh> #include <opm/material/constraintsolvers/CompositionFromFugacities.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>

View File

@ -25,7 +25,7 @@
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>

View File

@ -28,7 +28,7 @@
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
namespace Opm { namespace Opm {

View File

@ -29,7 +29,7 @@
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/Average.hpp> #include <opm/core/utility/Average.hpp>
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <limits> #include <limits>
#include <iostream> #include <iostream>

View File

@ -24,9 +24,9 @@
#ifndef OPM_PENG_ROBINSON_HH #ifndef OPM_PENG_ROBINSON_HH
#define OPM_PENG_ROBINSON_HH #define OPM_PENG_ROBINSON_HH
#include <opm/material/fluidstates/temperatureoverlayfluidstate.hh> #include <opm/material/fluidstates/TemperatureOverlayFluidState.hpp>
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/dynamictabulated2dfunction.hh> #include <opm/material/DynamicTabulated2dFunction.hpp>
#include <opm/core/utility/Unused.hpp> #include <opm/core/utility/Unused.hpp>
#include <opm/core/utility/PolynomialUtils.hpp> #include <opm/core/utility/PolynomialUtils.hpp>

View File

@ -24,9 +24,9 @@
#ifndef OPM_PENG_ROBINSON_MIXTURE_HH #ifndef OPM_PENG_ROBINSON_MIXTURE_HH
#define OPM_PENG_ROBINSON_MIXTURE_HH #define OPM_PENG_ROBINSON_MIXTURE_HH
#include "pengrobinson.hh" #include "PengRobinson.hpp"
#include <opm/material/constants.hh> #include <opm/material/Constants.hpp>
#include <iostream> #include <iostream>

View File

@ -23,7 +23,7 @@
#ifndef OPM_PENG_ROBINSON_PARAMS_HH #ifndef OPM_PENG_ROBINSON_PARAMS_HH
#define OPM_PENG_ROBINSON_PARAMS_HH #define OPM_PENG_ROBINSON_PARAMS_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
namespace Opm namespace Opm
{ {

View File

@ -24,9 +24,9 @@
#define OPM_PENG_ROBINSON_PARAMS_MIXTURE_HH #define OPM_PENG_ROBINSON_PARAMS_MIXTURE_HH
#include <algorithm> #include <algorithm>
#include <opm/material/constants.hh> #include <opm/material/Constants.hpp>
#include "pengrobinsonparams.hh" #include "PengRobinsonParams.hpp"
namespace Opm namespace Opm
{ {

View File

@ -24,7 +24,7 @@
#ifndef OPM_BROOKS_COREY_HH #ifndef OPM_BROOKS_COREY_HH
#define OPM_BROOKS_COREY_HH #define OPM_BROOKS_COREY_HH
#include "brookscoreyparams.hh" #include "BrooksCoreyParams.hpp"
#include <algorithm> #include <algorithm>

View File

@ -24,7 +24,7 @@
#ifndef OPM_BROOKS_COREY_PARAMS_HH #ifndef OPM_BROOKS_COREY_PARAMS_HH
#define OPM_BROOKS_COREY_PARAMS_HH #define OPM_BROOKS_COREY_PARAMS_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
namespace Opm { namespace Opm {

View File

@ -24,7 +24,7 @@
#ifndef OPM_EFF_TO_ABS_LAW_HH #ifndef OPM_EFF_TO_ABS_LAW_HH
#define OPM_EFF_TO_ABS_LAW_HH #define OPM_EFF_TO_ABS_LAW_HH
#include "efftoabslawparams.hh" #include "EffToAbsLawParams.hpp"
namespace Opm { namespace Opm {
/*! /*!

View File

@ -24,7 +24,7 @@
#ifndef OPM_LINEAR_MATERIAL_HH #ifndef OPM_LINEAR_MATERIAL_HH
#define OPM_LINEAR_MATERIAL_HH #define OPM_LINEAR_MATERIAL_HH
#include "linearmaterialparams.hh" #include "LinearMaterialParams.hpp"
#include <algorithm> #include <algorithm>

View File

@ -23,9 +23,9 @@
#ifndef OPM_PARKER_LENHARD_HH #ifndef OPM_PARKER_LENHARD_HH
#define OPM_PARKER_LENHARD_HH #define OPM_PARKER_LENHARD_HH
#include "parkerlenhardparams.hh" #include "ParkerLenhardParams.hpp"
#include <opm/material/fluidmatrixinteractions/2p/vangenuchten.hh> #include <opm/material/fluidmatrixinteractions/2p/VanGenuchten.hpp>
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>

View File

@ -23,7 +23,7 @@
#ifndef OPM_PARKER_LENHARD_PARAMS_HH #ifndef OPM_PARKER_LENHARD_PARAMS_HH
#define OPM_PARKER_LENHARD_PARAMS_HH #define OPM_PARKER_LENHARD_PARAMS_HH
#include <opm/material/fluidmatrixinteractions/2p/regularizedvangenuchten.hh> #include <opm/material/fluidmatrixinteractions/2p/RegularizedVanGenuchten.hpp>
namespace Opm namespace Opm
{ {

View File

@ -24,8 +24,8 @@
#ifndef REGULARIZED_BROOKS_COREY_HH #ifndef REGULARIZED_BROOKS_COREY_HH
#define REGULARIZED_BROOKS_COREY_HH #define REGULARIZED_BROOKS_COREY_HH
#include "brookscorey.hh" #include "BrooksCorey.hpp"
#include "regularizedbrookscoreyparams.hh" #include "RegularizedBrooksCoreyParams.hpp"
#include <opm/core/utility/Spline.hpp> #include <opm/core/utility/Spline.hpp>

View File

@ -23,7 +23,7 @@
#ifndef OPM_REGULARIZED_BROOKS_COREY_PARAMS_HH #ifndef OPM_REGULARIZED_BROOKS_COREY_PARAMS_HH
#define OPM_REGULARIZED_BROOKS_COREY_PARAMS_HH #define OPM_REGULARIZED_BROOKS_COREY_PARAMS_HH
#include "brookscoreyparams.hh" #include "BrooksCoreyParams.hpp"
namespace Opm { namespace Opm {
/*! /*!

View File

@ -25,8 +25,8 @@
#ifndef OPM_REGULARIZED_LINEAR_MATERIAL_HH #ifndef OPM_REGULARIZED_LINEAR_MATERIAL_HH
#define OPM_REGULARIZED_LINEAR_MATERIAL_HH #define OPM_REGULARIZED_LINEAR_MATERIAL_HH
#include "linearmaterial.hh" #include "LinearMaterial.hpp"
#include "regularizedlinearmaterialparams.hh" #include "RegularizedLinearMaterialParams.hpp"
#include <opm/core/utility/Spline.hpp> #include <opm/core/utility/Spline.hpp>

View File

@ -23,7 +23,7 @@
#ifndef REGULARIZED_LINEAR_PARAMS_HH #ifndef REGULARIZED_LINEAR_PARAMS_HH
#define REGULARIZED_LINEAR_PARAMS_HH #define REGULARIZED_LINEAR_PARAMS_HH
#include "linearmaterialparams.hh" #include "LinearMaterialParams.hpp"
namespace Opm { namespace Opm {
/*! /*!

View File

@ -25,8 +25,8 @@
#ifndef OPM_REGULARIZED_VAN_GENUCHTEN_HH #ifndef OPM_REGULARIZED_VAN_GENUCHTEN_HH
#define OPM_REGULARIZED_VAN_GENUCHTEN_HH #define OPM_REGULARIZED_VAN_GENUCHTEN_HH
#include "vangenuchten.hh" #include "VanGenuchten.hpp"
#include "regularizedvangenuchtenparams.hh" #include "RegularizedVanGenuchtenParams.hpp"
#include <opm/core/utility/Spline.hpp> #include <opm/core/utility/Spline.hpp>

View File

@ -23,7 +23,7 @@
#ifndef OPM_REGULARIZED_VAN_GENUCHTEN_PARAMS_HH #ifndef OPM_REGULARIZED_VAN_GENUCHTEN_PARAMS_HH
#define OPM_REGULARIZED_VAN_GENUCHTEN_PARAMS_HH #define OPM_REGULARIZED_VAN_GENUCHTEN_PARAMS_HH
#include "vangenuchtenparams.hh" #include "VanGenuchtenParams.hpp"
namespace Opm { namespace Opm {
/*! /*!

View File

@ -25,7 +25,7 @@
#ifndef OPM_VAN_GENUCHTEN_HH #ifndef OPM_VAN_GENUCHTEN_HH
#define OPM_VAN_GENUCHTEN_HH #define OPM_VAN_GENUCHTEN_HH
#include "vangenuchtenparams.hh" #include "VanGenuchtenParams.hpp"
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>

View File

@ -25,7 +25,7 @@
#ifndef OPM_3P_PARKER_VAN_GENUCHTEN_HH #ifndef OPM_3P_PARKER_VAN_GENUCHTEN_HH
#define OPM_3P_PARKER_VAN_GENUCHTEN_HH #define OPM_3P_PARKER_VAN_GENUCHTEN_HH
#include "3pparkervangenuchtenparams.hh" #include "3pParkerVanGenuchtenParams.hpp"
#include <algorithm> #include <algorithm>

View File

@ -27,7 +27,7 @@
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
namespace Opm { namespace Opm {
/*! /*!

View File

@ -25,7 +25,7 @@
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <algorithm> #include <algorithm>

View File

@ -23,9 +23,9 @@
#ifndef OPM_MP_LINEAR_MATERIAL_HH #ifndef OPM_MP_LINEAR_MATERIAL_HH
#define OPM_MP_LINEAR_MATERIAL_HH #define OPM_MP_LINEAR_MATERIAL_HH
#include "mplinearmaterialparams.hh" #include "MpLinearMaterialParams.hpp"
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>

View File

@ -23,7 +23,7 @@
#ifndef OPM_NULL_MATERIAL_LAW_HH #ifndef OPM_NULL_MATERIAL_LAW_HH
#define OPM_NULL_MATERIAL_LAW_HH #define OPM_NULL_MATERIAL_LAW_HH
#include "nullmateriallawparams.hh" #include "NullMaterialLawParams.hpp"
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>

View File

@ -26,9 +26,9 @@
#ifndef OPM_COMPOSITIONAL_FLUID_STATE_HH #ifndef OPM_COMPOSITIONAL_FLUID_STATE_HH
#define OPM_COMPOSITIONAL_FLUID_STATE_HH #define OPM_COMPOSITIONAL_FLUID_STATE_HH
#include "modularfluidstate.hh" #include "ModularFluidState.hpp"
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <algorithm> #include <algorithm>
namespace Opm { namespace Opm {

View File

@ -24,7 +24,7 @@
#ifndef OPM_FLUID_STATE_COMPOSITION_MODULES_HH #ifndef OPM_FLUID_STATE_COMPOSITION_MODULES_HH
#define OPM_FLUID_STATE_COMPOSITION_MODULES_HH #define OPM_FLUID_STATE_COMPOSITION_MODULES_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>

View File

@ -24,7 +24,7 @@
#ifndef OPM_FLUID_STATE_DENSITY_MODULES_HH #ifndef OPM_FLUID_STATE_DENSITY_MODULES_HH
#define OPM_FLUID_STATE_DENSITY_MODULES_HH #define OPM_FLUID_STATE_DENSITY_MODULES_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>

View File

@ -24,7 +24,7 @@
#ifndef OPM_FLUID_STATE_ENTHALPY_MODULES_HH #ifndef OPM_FLUID_STATE_ENTHALPY_MODULES_HH
#define OPM_FLUID_STATE_ENTHALPY_MODULES_HH #define OPM_FLUID_STATE_ENTHALPY_MODULES_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>

View File

@ -24,7 +24,7 @@
#ifndef OPM_FLUID_STATE_FUGACITY_MODULES_HH #ifndef OPM_FLUID_STATE_FUGACITY_MODULES_HH
#define OPM_FLUID_STATE_FUGACITY_MODULES_HH #define OPM_FLUID_STATE_FUGACITY_MODULES_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>

View File

@ -24,7 +24,7 @@
#ifndef OPM_FLUID_STATE_PRESSURE_MODULES_HH #ifndef OPM_FLUID_STATE_PRESSURE_MODULES_HH
#define OPM_FLUID_STATE_PRESSURE_MODULES_HH #define OPM_FLUID_STATE_PRESSURE_MODULES_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>

View File

@ -24,7 +24,7 @@
#ifndef OPM_FLUID_STATE_SATURATION_MODULES_HH #ifndef OPM_FLUID_STATE_SATURATION_MODULES_HH
#define OPM_FLUID_STATE_SATURATION_MODULES_HH #define OPM_FLUID_STATE_SATURATION_MODULES_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>

View File

@ -24,7 +24,7 @@
#ifndef OPM_FLUID_STATE_TEMPERATURE_MODULES_HH #ifndef OPM_FLUID_STATE_TEMPERATURE_MODULES_HH
#define OPM_FLUID_STATE_TEMPERATURE_MODULES_HH #define OPM_FLUID_STATE_TEMPERATURE_MODULES_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>

View File

@ -24,7 +24,7 @@
#ifndef OPM_FLUID_STATE_VISCOSITY_MODULES_HH #ifndef OPM_FLUID_STATE_VISCOSITY_MODULES_HH
#define OPM_FLUID_STATE_VISCOSITY_MODULES_HH #define OPM_FLUID_STATE_VISCOSITY_MODULES_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>

View File

@ -26,9 +26,9 @@
#ifndef OPM_IMMISCIBLE_FLUID_STATE_HH #ifndef OPM_IMMISCIBLE_FLUID_STATE_HH
#define OPM_IMMISCIBLE_FLUID_STATE_HH #define OPM_IMMISCIBLE_FLUID_STATE_HH
#include "modularfluidstate.hh" #include "ModularFluidState.hpp"
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <algorithm> #include <algorithm>
namespace Opm { namespace Opm {

View File

@ -23,16 +23,16 @@
#ifndef OPM_MODULAR_FLUID_STATE_HH #ifndef OPM_MODULAR_FLUID_STATE_HH
#define OPM_MODULAR_FLUID_STATE_HH #define OPM_MODULAR_FLUID_STATE_HH
#include "fluidstatepressuremodules.hh" #include "FluidStatePressureModules.hpp"
#include "fluidstatetemperaturemodules.hh" #include "FluidStateTemperatureModules.hpp"
#include "fluidstatecompositionmodules.hh" #include "FluidStateCompositionModules.hpp"
#include "fluidstatefugacitymodules.hh" #include "FluidStateFugacityModules.hpp"
#include "fluidstatesaturationmodules.hh" #include "FluidStateSaturationModules.hpp"
#include "fluidstatedensitymodules.hh" #include "FluidStateDensityModules.hpp"
#include "fluidstateviscositymodules.hh" #include "FluidStateViscosityModules.hpp"
#include "fluidstateenthalpymodules.hh" #include "FluidStateEnthalpyModules.hpp"
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <algorithm> #include <algorithm>
namespace Opm { namespace Opm {

View File

@ -26,9 +26,9 @@
#ifndef OPM_NON_EQUILIBRIUM_FLUID_STATE_HH #ifndef OPM_NON_EQUILIBRIUM_FLUID_STATE_HH
#define OPM_NON_EQUILIBRIUM_FLUID_STATE_HH #define OPM_NON_EQUILIBRIUM_FLUID_STATE_HH
#include "modularfluidstate.hh" #include "ModularFluidState.hpp"
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <algorithm> #include <algorithm>
namespace Opm { namespace Opm {

View File

@ -23,7 +23,7 @@
#ifndef OPM_PRESSURE_OVERLAY_FLUID_STATE_HH #ifndef OPM_PRESSURE_OVERLAY_FLUID_STATE_HH
#define OPM_PRESSURE_OVERLAY_FLUID_STATE_HH #define OPM_PRESSURE_OVERLAY_FLUID_STATE_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <array> #include <array>

View File

@ -23,7 +23,7 @@
#ifndef OPM_SATURATION_OVERLAY_FLUID_STATE_HH #ifndef OPM_SATURATION_OVERLAY_FLUID_STATE_HH
#define OPM_SATURATION_OVERLAY_FLUID_STATE_HH #define OPM_SATURATION_OVERLAY_FLUID_STATE_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
#include <array> #include <array>

View File

@ -23,7 +23,7 @@
#ifndef OPM_TEMPERATURE_OVERLAY_FLUID_STATE_HH #ifndef OPM_TEMPERATURE_OVERLAY_FLUID_STATE_HH
#define OPM_TEMPERATURE_OVERLAY_FLUID_STATE_HH #define OPM_TEMPERATURE_OVERLAY_FLUID_STATE_HH
#include <opm/material/valgrind.hh> #include <opm/material/Valgrind.hpp>
namespace Opm { namespace Opm {

View File

@ -23,15 +23,15 @@
#ifndef OPM_1P_FLUIDSYSTEM_HH #ifndef OPM_1P_FLUIDSYSTEM_HH
#define OPM_1P_FLUIDSYSTEM_HH #define OPM_1P_FLUIDSYSTEM_HH
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
#include <opm/material/fluidsystems/liquidphase.hh> #include <opm/material/fluidsystems/LiquidPhase.hpp>
#include <opm/material/fluidsystems/gasphase.hh> #include <opm/material/fluidsystems/GasPhase.hpp>
#include <opm/material/components/simpleh2o.hh> #include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/components/n2.hh> #include <opm/material/components/N2.hpp>
#include <opm/material/components/tabulatedcomponent.hh> #include <opm/material/components/TabulatedComponent.hpp>
#include <limits> #include <limits>
#include <cassert> #include <cassert>

View File

@ -27,12 +27,12 @@
#include <limits> #include <limits>
#include <cassert> #include <cassert>
#include <opm/material/fluidsystems/liquidphase.hh> #include <opm/material/fluidsystems/LiquidPhase.hpp>
#include <opm/material/fluidsystems/gasphase.hh> #include <opm/material/fluidsystems/GasPhase.hpp>
#include <opm/material/fluidstates/immisciblefluidstate.hh> #include <opm/material/fluidstates/ImmiscibleFluidState.hpp>
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
namespace Opm { namespace Opm {
namespace FluidSystems { namespace FluidSystems {

View File

@ -23,7 +23,7 @@
#ifndef OPM_BASE_FLUID_SYSTEM_HH #ifndef OPM_BASE_FLUID_SYSTEM_HH
#define OPM_BASE_FLUID_SYSTEM_HH #define OPM_BASE_FLUID_SYSTEM_HH
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>

View File

@ -27,11 +27,11 @@
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Spline.hpp> #include <opm/core/utility/Spline.hpp>
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/constants.hh> #include <opm/material/Constants.hpp>
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/fluidsystems/basefluidsystem.hh> #include <opm/material/fluidsystems/BaseFluidSystem.hpp>
#include <opm/material/fluidsystems/nullparametercache.hh> #include <opm/material/fluidsystems/NullParameterCache.hpp>
#include <array> #include <array>
#include <vector> #include <vector>

View File

@ -24,20 +24,20 @@
#ifndef OPM_BRINE_CO2_SYSTEM_HH #ifndef OPM_BRINE_CO2_SYSTEM_HH
#define OPM_BRINE_CO2_SYSTEM_HH #define OPM_BRINE_CO2_SYSTEM_HH
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/components/brine.hh> #include <opm/material/components/Brine.hpp>
#include <opm/material/components/co2.hh> #include <opm/material/components/CO2.hpp>
#include <opm/material/components/simpleco2.hh> #include <opm/material/components/SimpleCO2.hpp>
#include <opm/material/components/simpleh2o.hh> #include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/tabulatedcomponent.hh> #include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/binarycoefficients/h2o_co2.hh> #include <opm/material/binarycoefficients/H2O_CO2.hpp>
#include <opm/material/binarycoefficients/brine_co2.hh> #include <opm/material/binarycoefficients/Brine_CO2.hpp>
#include <opm/material/binarycoefficients/h2o_n2.hh> #include <opm/material/binarycoefficients/H2O_N2.hpp>
#if HAVE_MPI #if HAVE_MPI
#include <mpi.h> #include <mpi.h>

View File

@ -24,15 +24,16 @@
#ifndef OPM_H2O_AIR_SYSTEM_HH #ifndef OPM_H2O_AIR_SYSTEM_HH
#define OPM_H2O_AIR_SYSTEM_HH #define OPM_H2O_AIR_SYSTEM_HH
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
#include <opm/material/IdealGas.hpp>
#include <opm/material/binarycoefficients/H2O_Air.hpp>
#include <opm/material/components/Air.hpp>
#include <opm/material/components/H2O.hpp>
#include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/Valgrind.hpp>
#include <opm/material/idealgas.hh>
#include <opm/material/binarycoefficients/h2o_air.hh>
#include <opm/material/components/air.hh>
#include <opm/material/components/h2o.hh>
#include <opm/material/components/tabulatedcomponent.hh>
#include <opm/material/valgrind.hh>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>

View File

@ -23,20 +23,20 @@
#ifndef OPM_H2O_AIR_MESITYLENE_FLUID_SYSTEM_HH #ifndef OPM_H2O_AIR_MESITYLENE_FLUID_SYSTEM_HH
#define OPM_H2O_AIR_MESITYLENE_FLUID_SYSTEM_HH #define OPM_H2O_AIR_MESITYLENE_FLUID_SYSTEM_HH
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/components/n2.hh> #include <opm/material/components/N2.hpp>
#include <opm/material/components/air.hh> #include <opm/material/components/Air.hpp>
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/components/simpleh2o.hh> #include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/mesitylene.hh> #include <opm/material/components/Mesitylene.hpp>
#include <opm/material/components/tabulatedcomponent.hh> #include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/binarycoefficients/h2o_air.hh> #include <opm/material/binarycoefficients/H2O_Air.hpp>
#include <opm/material/binarycoefficients/h2o_n2.hh> #include <opm/material/binarycoefficients/H2O_N2.hpp>
#include <opm/material/binarycoefficients/h2o_mesitylene.hh> #include <opm/material/binarycoefficients/H2O_Mesitylene.hpp>
#include <opm/material/binarycoefficients/air_mesitylene.hh> #include <opm/material/binarycoefficients/Air_Mesitylene.hpp>
#include <iostream> #include <iostream>

View File

@ -24,18 +24,18 @@
#ifndef OPM_H2O_AIR_XYLENE_FLUID_SYSTEM_HH #ifndef OPM_H2O_AIR_XYLENE_FLUID_SYSTEM_HH
#define OPM_H2O_AIR_XYLENE_FLUID_SYSTEM_HH #define OPM_H2O_AIR_XYLENE_FLUID_SYSTEM_HH
#include <opm/material/idealgas.hh> #include <opm/material/IdealGas.hpp>
#include <opm/material/components/air.hh> #include <opm/material/components/Air.hpp>
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/components/xylene.hh> #include <opm/material/components/Xylene.hpp>
#include <opm/material/components/tabulatedcomponent.hh> #include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/binarycoefficients/h2o_air.hh> #include <opm/material/binarycoefficients/H2O_Air.hpp>
#include <opm/material/binarycoefficients/h2o_xylene.hh> #include <opm/material/binarycoefficients/H2O_Xylene.hpp>
#include <opm/material/binarycoefficients/air_xylene.hh> #include <opm/material/binarycoefficients/Air_Xylene.hpp>
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
namespace Opm { namespace Opm {
namespace FluidSystems { namespace FluidSystems {

View File

@ -23,16 +23,17 @@
#ifndef OPM_H2O_N2_FLUID_SYSTEM_HH #ifndef OPM_H2O_N2_FLUID_SYSTEM_HH
#define OPM_H2O_N2_FLUID_SYSTEM_HH #define OPM_H2O_N2_FLUID_SYSTEM_HH
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
#include <opm/material/IdealGas.hpp>
#include <opm/material/components/N2.hpp>
#include <opm/material/components/H2O.hpp>
#include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/binarycoefficients/H2O_N2.hpp>
#include <opm/material/Valgrind.hpp>
#include <opm/material/idealgas.hh>
#include <opm/material/components/n2.hh>
#include <opm/material/components/h2o.hh>
#include <opm/material/components/simpleh2o.hh>
#include <opm/material/components/tabulatedcomponent.hh>
#include <opm/material/binarycoefficients/h2o_n2.hh>
#include <opm/material/valgrind.hh>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>

View File

@ -24,16 +24,17 @@
#ifndef OPM_H2O_N2_LIQUIDPHASE_FLUID_SYSTEM_HH #ifndef OPM_H2O_N2_LIQUIDPHASE_FLUID_SYSTEM_HH
#define OPM_H2O_N2_LIQUIDPHASE_FLUID_SYSTEM_HH #define OPM_H2O_N2_LIQUIDPHASE_FLUID_SYSTEM_HH
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "nullparametercache.hh" #include "NullParameterCache.hpp"
#include <opm/material/IdealGas.hpp>
#include <opm/material/components/N2.hpp>
#include <opm/material/components/H2O.hpp>
#include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/binarycoefficients/H2O_N2.hpp>
#include <opm/material/Valgrind.hpp>
#include <opm/material/idealgas.hh>
#include <opm/material/components/n2.hh>
#include <opm/material/components/h2o.hh>
#include <opm/material/components/simpleh2o.hh>
#include <opm/material/components/tabulatedcomponent.hh>
#include <opm/material/binarycoefficients/h2o_n2.hh>
#include <opm/material/valgrind.hh>
#include <opm/core/utility/Exceptions.hpp> #include <opm/core/utility/Exceptions.hpp>
#include <opm/core/utility/ErrorMacros.hpp> #include <opm/core/utility/ErrorMacros.hpp>

View File

@ -23,7 +23,7 @@
#ifndef OPM_NULL_PARAMETER_CACHE_HH #ifndef OPM_NULL_PARAMETER_CACHE_HH
#define OPM_NULL_PARAMETER_CACHE_HH #define OPM_NULL_PARAMETER_CACHE_HH
#include "parametercachebase.hh" #include "ParameterCacheBase.hpp"
namespace Opm { namespace Opm {

View File

@ -23,12 +23,13 @@
#ifndef OPM_SPE5_FLUID_SYSTEM_HH #ifndef OPM_SPE5_FLUID_SYSTEM_HH
#define OPM_SPE5_FLUID_SYSTEM_HH #define OPM_SPE5_FLUID_SYSTEM_HH
#include "basefluidsystem.hh" #include "BaseFluidSystem.hpp"
#include "spe5parametercache.hh" #include "Spe5ParameterCache.hpp"
#include <opm/material/Constants.hpp>
#include <opm/material/eos/PengRobinsonMixture.hpp>
#include <opm/core/utility/Spline.hpp> #include <opm/core/utility/Spline.hpp>
#include <opm/material/constants.hh>
#include <opm/material/eos/pengrobinsonmixture.hh>
namespace Opm { namespace Opm {
namespace FluidSystems { namespace FluidSystems {

View File

@ -25,11 +25,11 @@
#include <cassert> #include <cassert>
#include <opm/material/components/h2o.hh> #include <opm/material/components/H2O.hpp>
#include <opm/material/fluidsystems/parametercachebase.hh> #include <opm/material/fluidsystems/ParameterCacheBase.hpp>
#include <opm/material/eos/pengrobinson.hh> #include <opm/material/eos/PengRobinson.hpp>
#include <opm/material/eos/pengrobinsonparamsmixture.hh> #include <opm/material/eos/PengRobinsonparamsMixture.hpp>
namespace Opm { namespace Opm {

Some files were not shown because too many files have changed in this diff Show More