the big rename
make all file names confirm to the OPM conventions. (hopefully)
This commit is contained in:
parent
a985ec3ef5
commit
2e34aecf67
@ -26,7 +26,7 @@
|
||||
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/material/tabulated2dfunction.hh>
|
||||
#include <opm/material/Tabulated2dFunction.hpp>
|
||||
|
||||
#include <vector>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef OPM_IDEAL_GAS_HH
|
||||
#define OPM_IDEAL_GAS_HH
|
||||
|
||||
#include <opm/material/constants.hh>
|
||||
#include <opm/material/Constants.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/material/tabulated2dfunction.hh>
|
||||
#include <opm/material/Tabulated2dFunction.hpp>
|
||||
|
||||
#include <assert.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
#ifndef OPM_BINARY_COEFF_AIR_MESITYLENE_HH
|
||||
#define OPM_BINARY_COEFF_AIR_MESITYLENE_HH
|
||||
|
||||
#include <opm/material/components/air.hh>
|
||||
#include <opm/material/components/mesitylene.hh>
|
||||
#include <opm/material/components/Air.hpp>
|
||||
#include <opm/material/components/Mesitylene.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -24,8 +24,8 @@
|
||||
#ifndef OPM_BINARY_COEFF_AIR_XYLENE_HH
|
||||
#define OPM_BINARY_COEFF_AIR_XYLENE_HH
|
||||
|
||||
#include <opm/material/components/air.hh>
|
||||
#include <opm/material/components/xylene.hh>
|
||||
#include <opm/material/components/Air.hpp>
|
||||
#include <opm/material/components/Xylene.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -24,10 +24,10 @@
|
||||
#ifndef OPM_BINARY_COEFF_BRINE_CO2_HH
|
||||
#define OPM_BINARY_COEFF_BRINE_CO2_HH
|
||||
|
||||
#include <opm/material/components/brine.hh>
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/co2.hh>
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/components/Brine.hpp>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/components/CO2.hpp>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
|
||||
namespace Opm {
|
||||
namespace BinaryCoeff {
|
@ -24,11 +24,11 @@
|
||||
#ifndef OPM_BINARY_COEFF_H2O_CO2_HH
|
||||
#define OPM_BINARY_COEFF_H2O_CO2_HH
|
||||
|
||||
#include <opm/material/binarycoefficients/henryiapws.hh>
|
||||
#include <opm/material/binarycoefficients/fullermethod.hh>
|
||||
#include <opm/material/binarycoefficients/HenryIapws.hpp>
|
||||
#include <opm/material/binarycoefficients/FullerMethod.hpp>
|
||||
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/simpleco2.hh>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/components/SimpleCO2.hpp>
|
||||
|
||||
namespace Opm {
|
||||
namespace BinaryCoeff {
|
@ -24,8 +24,8 @@
|
||||
#ifndef OPM_BINARY_COEFF_H2O_MESITYLENE_HH
|
||||
#define OPM_BINARY_COEFF_H2O_MESITYLENE_HH
|
||||
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/mesitylene.hh>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/components/Mesitylene.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -24,11 +24,11 @@
|
||||
#ifndef OPM_BINARY_COEFF_H2O_N2_HH
|
||||
#define OPM_BINARY_COEFF_H2O_N2_HH
|
||||
|
||||
#include "henryiapws.hh"
|
||||
#include "fullermethod.hh"
|
||||
#include "HenryIapws.hpp"
|
||||
#include "FullerMethod.hpp"
|
||||
|
||||
#include <opm/material/components/n2.hh>
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/N2.hpp>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
|
||||
namespace Opm {
|
||||
namespace BinaryCoeff {
|
@ -24,8 +24,8 @@
|
||||
#ifndef OPM_BINARY_COEFF_H2O_XYLENE_HH
|
||||
#define OPM_BINARY_COEFF_H2O_XYLENE_HH
|
||||
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/xylene.hh>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/components/Xylene.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -24,7 +24,7 @@
|
||||
#ifndef OPM_HENRY_IAPWS_HH
|
||||
#define OPM_HENRY_IAPWS_HH
|
||||
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -24,8 +24,8 @@
|
||||
#ifndef OPM_AIR_HH
|
||||
#define OPM_AIR_HH
|
||||
|
||||
#include <opm/material/components/component.hh>
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/components/Component.hpp>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
@ -24,7 +24,7 @@
|
||||
#ifndef OPM_BRINE_HH
|
||||
#define OPM_BRINE_HH
|
||||
|
||||
#include <opm/material/components/component.hh>
|
||||
#include <opm/material/components/Component.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
@ -26,9 +26,8 @@
|
||||
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/material/components/component.hh>
|
||||
#include <opm/material/constants.hh>
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/Constants.hpp>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
|
||||
#include <cmath>
|
||||
#include <iostream>
|
@ -25,8 +25,8 @@
|
||||
#ifndef OPM_DNAPL_HH
|
||||
#define OPM_DNAPL_HH
|
||||
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include "component.hh"
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include "Component.hpp"
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
@ -27,17 +27,17 @@
|
||||
#include <cmath>
|
||||
#include <cassert>
|
||||
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/core/utility/Exceptions.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/region1.hh"
|
||||
#include "iapws/region2.hh"
|
||||
#include "iapws/region4.hh"
|
||||
#include "iapws/Common.hpp"
|
||||
#include "iapws/Region1.hpp"
|
||||
#include "iapws/Region2.hpp"
|
||||
#include "iapws/Region4.hpp"
|
||||
|
||||
namespace Opm {
|
||||
|
@ -25,7 +25,7 @@
|
||||
#ifndef OPM_LNAPL_HH
|
||||
#define OPM_LNAPL_HH
|
||||
|
||||
#include "component.hh"
|
||||
#include "Component.hpp"
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
@ -25,9 +25,9 @@
|
||||
#ifndef OPM_MESITYLENE_HH
|
||||
#define OPM_MESITYLENE_HH
|
||||
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/components/component.hh>
|
||||
#include <opm/material/constants.hh>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/material/components/Component.hpp>
|
||||
#include <opm/material/Constants.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -25,9 +25,9 @@
|
||||
#ifndef 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>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef OPM_NULL_COMPONENT_HH
|
||||
#define OPM_NULL_COMPONENT_HH
|
||||
|
||||
#include "component.hh"
|
||||
#include "Component.hpp"
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -26,8 +26,8 @@
|
||||
#ifndef OPM_SIMPLE_CO2_HH
|
||||
#define OPM_SIMPLE_CO2_HH
|
||||
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/components/component.hh>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/material/components/Component.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
@ -24,9 +24,9 @@
|
||||
#ifndef 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>
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef OPM_UNIT_HH
|
||||
#define OPM_UNIT_HH
|
||||
|
||||
#include "component.hh"
|
||||
#include "Component.hpp"
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -26,9 +26,9 @@
|
||||
#define OPM_XYLENE_HH
|
||||
|
||||
#include <cmath>
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/components/component.hh>
|
||||
#include <opm/material/constants.hh>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/material/components/Component.hpp>
|
||||
#include <opm/material/Constants.hpp>
|
||||
|
||||
|
||||
namespace Opm
|
@ -20451,7 +20451,7 @@ const double TabulatedDensityTraits::vals[200][500] =
|
||||
}
|
||||
};
|
||||
|
||||
typedef StaticTabulated2DFunction< TabulatedDensityTraits > TabulatedDensity;
|
||||
typedef Opm::StaticTabulated2DFunction< TabulatedDensityTraits > TabulatedDensity;
|
||||
|
||||
struct TabulatedEnthalpyTraits {
|
||||
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
|
||||
|
@ -25,7 +25,7 @@
|
||||
#ifndef OPM_IAPWS_COMMON_HH
|
||||
#define OPM_IAPWS_COMMON_HH
|
||||
|
||||
#include <opm/material/constants.hh>
|
||||
#include <opm/material/Constants.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
#include <limits>
|
||||
|
@ -23,11 +23,11 @@
|
||||
#ifndef 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/ErrorMacros.hpp>
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <opm/core/utility/ErrorMacros.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/fmatrix.hh>
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
namespace Opm {
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
#include <opm/core/utility/Average.hpp>
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
#include <limits>
|
||||
#include <iostream>
|
@ -24,9 +24,9 @@
|
||||
#ifndef OPM_PENG_ROBINSON_HH
|
||||
#define OPM_PENG_ROBINSON_HH
|
||||
|
||||
#include <opm/material/fluidstates/temperatureoverlayfluidstate.hh>
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/dynamictabulated2dfunction.hh>
|
||||
#include <opm/material/fluidstates/TemperatureOverlayFluidState.hpp>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/material/DynamicTabulated2dFunction.hpp>
|
||||
|
||||
#include <opm/core/utility/Unused.hpp>
|
||||
#include <opm/core/utility/PolynomialUtils.hpp>
|
@ -24,9 +24,9 @@
|
||||
#ifndef 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>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef OPM_PENG_ROBINSON_PARAMS_HH
|
||||
#define OPM_PENG_ROBINSON_PARAMS_HH
|
||||
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -24,9 +24,9 @@
|
||||
#define OPM_PENG_ROBINSON_PARAMS_MIXTURE_HH
|
||||
|
||||
#include <algorithm>
|
||||
#include <opm/material/constants.hh>
|
||||
#include <opm/material/Constants.hpp>
|
||||
|
||||
#include "pengrobinsonparams.hh"
|
||||
#include "PengRobinsonParams.hpp"
|
||||
|
||||
namespace Opm
|
||||
{
|
@ -24,7 +24,7 @@
|
||||
#ifndef OPM_BROOKS_COREY_HH
|
||||
#define OPM_BROOKS_COREY_HH
|
||||
|
||||
#include "brookscoreyparams.hh"
|
||||
#include "BrooksCoreyParams.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef OPM_BROOKS_COREY_PARAMS_HH
|
||||
#define OPM_BROOKS_COREY_PARAMS_HH
|
||||
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
namespace Opm {
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef OPM_EFF_TO_ABS_LAW_HH
|
||||
#define OPM_EFF_TO_ABS_LAW_HH
|
||||
|
||||
#include "efftoabslawparams.hh"
|
||||
#include "EffToAbsLawParams.hpp"
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
@ -24,7 +24,7 @@
|
||||
#ifndef OPM_LINEAR_MATERIAL_HH
|
||||
#define OPM_LINEAR_MATERIAL_HH
|
||||
|
||||
#include "linearmaterialparams.hh"
|
||||
#include "LinearMaterialParams.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -23,9 +23,9 @@
|
||||
#ifndef 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 <cassert>
|
@ -23,7 +23,7 @@
|
||||
#ifndef 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
|
||||
{
|
@ -24,8 +24,8 @@
|
||||
#ifndef REGULARIZED_BROOKS_COREY_HH
|
||||
#define REGULARIZED_BROOKS_COREY_HH
|
||||
|
||||
#include "brookscorey.hh"
|
||||
#include "regularizedbrookscoreyparams.hh"
|
||||
#include "BrooksCorey.hpp"
|
||||
#include "RegularizedBrooksCoreyParams.hpp"
|
||||
|
||||
#include <opm/core/utility/Spline.hpp>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef OPM_REGULARIZED_BROOKS_COREY_PARAMS_HH
|
||||
#define OPM_REGULARIZED_BROOKS_COREY_PARAMS_HH
|
||||
|
||||
#include "brookscoreyparams.hh"
|
||||
#include "BrooksCoreyParams.hpp"
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
@ -25,8 +25,8 @@
|
||||
#ifndef OPM_REGULARIZED_LINEAR_MATERIAL_HH
|
||||
#define OPM_REGULARIZED_LINEAR_MATERIAL_HH
|
||||
|
||||
#include "linearmaterial.hh"
|
||||
#include "regularizedlinearmaterialparams.hh"
|
||||
#include "LinearMaterial.hpp"
|
||||
#include "RegularizedLinearMaterialParams.hpp"
|
||||
|
||||
#include <opm/core/utility/Spline.hpp>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef REGULARIZED_LINEAR_PARAMS_HH
|
||||
#define REGULARIZED_LINEAR_PARAMS_HH
|
||||
|
||||
#include "linearmaterialparams.hh"
|
||||
#include "LinearMaterialParams.hpp"
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
@ -25,8 +25,8 @@
|
||||
#ifndef OPM_REGULARIZED_VAN_GENUCHTEN_HH
|
||||
#define OPM_REGULARIZED_VAN_GENUCHTEN_HH
|
||||
|
||||
#include "vangenuchten.hh"
|
||||
#include "regularizedvangenuchtenparams.hh"
|
||||
#include "VanGenuchten.hpp"
|
||||
#include "RegularizedVanGenuchtenParams.hpp"
|
||||
|
||||
#include <opm/core/utility/Spline.hpp>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef OPM_REGULARIZED_VAN_GENUCHTEN_PARAMS_HH
|
||||
#define OPM_REGULARIZED_VAN_GENUCHTEN_PARAMS_HH
|
||||
|
||||
#include "vangenuchtenparams.hh"
|
||||
#include "VanGenuchtenParams.hpp"
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
@ -25,7 +25,7 @@
|
||||
#ifndef OPM_VAN_GENUCHTEN_HH
|
||||
#define OPM_VAN_GENUCHTEN_HH
|
||||
|
||||
#include "vangenuchtenparams.hh"
|
||||
#include "VanGenuchtenParams.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
@ -25,7 +25,7 @@
|
||||
#ifndef OPM_3P_PARKER_VAN_GENUCHTEN_HH
|
||||
#define OPM_3P_PARKER_VAN_GENUCHTEN_HH
|
||||
|
||||
#include "3pparkervangenuchtenparams.hh"
|
||||
#include "3pParkerVanGenuchtenParams.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -23,9 +23,9 @@
|
||||
#ifndef 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/ErrorMacros.hpp>
|
@ -23,7 +23,7 @@
|
||||
#ifndef 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/Exceptions.hpp>
|
@ -26,9 +26,9 @@
|
||||
#ifndef 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>
|
||||
|
||||
namespace Opm {
|
@ -24,7 +24,7 @@
|
||||
#ifndef 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/Exceptions.hpp>
|
@ -24,7 +24,7 @@
|
||||
#ifndef 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/Exceptions.hpp>
|
@ -24,7 +24,7 @@
|
||||
#ifndef 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/Exceptions.hpp>
|
@ -24,7 +24,7 @@
|
||||
#ifndef 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/Exceptions.hpp>
|
@ -24,7 +24,7 @@
|
||||
#ifndef 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/ErrorMacros.hpp>
|
@ -24,7 +24,7 @@
|
||||
#ifndef 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/Exceptions.hpp>
|
@ -24,7 +24,7 @@
|
||||
#ifndef 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/Exceptions.hpp>
|
@ -24,7 +24,7 @@
|
||||
#ifndef 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/Exceptions.hpp>
|
@ -26,9 +26,9 @@
|
||||
#ifndef 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>
|
||||
|
||||
namespace Opm {
|
@ -23,16 +23,16 @@
|
||||
#ifndef OPM_MODULAR_FLUID_STATE_HH
|
||||
#define OPM_MODULAR_FLUID_STATE_HH
|
||||
|
||||
#include "fluidstatepressuremodules.hh"
|
||||
#include "fluidstatetemperaturemodules.hh"
|
||||
#include "fluidstatecompositionmodules.hh"
|
||||
#include "fluidstatefugacitymodules.hh"
|
||||
#include "fluidstatesaturationmodules.hh"
|
||||
#include "fluidstatedensitymodules.hh"
|
||||
#include "fluidstateviscositymodules.hh"
|
||||
#include "fluidstateenthalpymodules.hh"
|
||||
#include "FluidStatePressureModules.hpp"
|
||||
#include "FluidStateTemperatureModules.hpp"
|
||||
#include "FluidStateCompositionModules.hpp"
|
||||
#include "FluidStateFugacityModules.hpp"
|
||||
#include "FluidStateSaturationModules.hpp"
|
||||
#include "FluidStateDensityModules.hpp"
|
||||
#include "FluidStateViscosityModules.hpp"
|
||||
#include "FluidStateEnthalpyModules.hpp"
|
||||
|
||||
#include <opm/material/valgrind.hh>
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
#include <algorithm>
|
||||
|
||||
namespace Opm {
|
@ -26,9 +26,9 @@
|
||||
#ifndef 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>
|
||||
|
||||
namespace Opm {
|
@ -23,7 +23,7 @@
|
||||
#ifndef 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>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef 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>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef 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 {
|
||||
|
@ -23,15 +23,15 @@
|
||||
#ifndef OPM_1P_FLUIDSYSTEM_HH
|
||||
#define OPM_1P_FLUIDSYSTEM_HH
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "nullparametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#include "NullParameterCache.hpp"
|
||||
|
||||
#include <opm/material/fluidsystems/liquidphase.hh>
|
||||
#include <opm/material/fluidsystems/gasphase.hh>
|
||||
#include <opm/material/components/simpleh2o.hh>
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/n2.hh>
|
||||
#include <opm/material/components/tabulatedcomponent.hh>
|
||||
#include <opm/material/fluidsystems/LiquidPhase.hpp>
|
||||
#include <opm/material/fluidsystems/GasPhase.hpp>
|
||||
#include <opm/material/components/SimpleH2O.hpp>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/components/N2.hpp>
|
||||
#include <opm/material/components/TabulatedComponent.hpp>
|
||||
|
||||
#include <limits>
|
||||
#include <cassert>
|
@ -27,12 +27,12 @@
|
||||
#include <limits>
|
||||
#include <cassert>
|
||||
|
||||
#include <opm/material/fluidsystems/liquidphase.hh>
|
||||
#include <opm/material/fluidsystems/gasphase.hh>
|
||||
#include <opm/material/fluidstates/immisciblefluidstate.hh>
|
||||
#include <opm/material/fluidsystems/LiquidPhase.hpp>
|
||||
#include <opm/material/fluidsystems/GasPhase.hpp>
|
||||
#include <opm/material/fluidstates/ImmiscibleFluidState.hpp>
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "nullparametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#include "NullParameterCache.hpp"
|
||||
|
||||
namespace Opm {
|
||||
namespace FluidSystems {
|
@ -23,7 +23,7 @@
|
||||
#ifndef 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/ErrorMacros.hpp>
|
@ -27,11 +27,11 @@
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/core/utility/Spline.hpp>
|
||||
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/constants.hh>
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/fluidsystems/basefluidsystem.hh>
|
||||
#include <opm/material/fluidsystems/nullparametercache.hh>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/material/Constants.hpp>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/fluidsystems/BaseFluidSystem.hpp>
|
||||
#include <opm/material/fluidsystems/NullParameterCache.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
@ -24,20 +24,20 @@
|
||||
#ifndef OPM_BRINE_CO2_SYSTEM_HH
|
||||
#define OPM_BRINE_CO2_SYSTEM_HH
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "nullparametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#include "NullParameterCache.hpp"
|
||||
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
|
||||
#include <opm/material/components/brine.hh>
|
||||
#include <opm/material/components/co2.hh>
|
||||
#include <opm/material/components/simpleco2.hh>
|
||||
#include <opm/material/components/simpleh2o.hh>
|
||||
#include <opm/material/components/tabulatedcomponent.hh>
|
||||
#include <opm/material/components/Brine.hpp>
|
||||
#include <opm/material/components/CO2.hpp>
|
||||
#include <opm/material/components/SimpleCO2.hpp>
|
||||
#include <opm/material/components/SimpleH2O.hpp>
|
||||
#include <opm/material/components/TabulatedComponent.hpp>
|
||||
|
||||
#include <opm/material/binarycoefficients/h2o_co2.hh>
|
||||
#include <opm/material/binarycoefficients/brine_co2.hh>
|
||||
#include <opm/material/binarycoefficients/h2o_n2.hh>
|
||||
#include <opm/material/binarycoefficients/H2O_CO2.hpp>
|
||||
#include <opm/material/binarycoefficients/Brine_CO2.hpp>
|
||||
#include <opm/material/binarycoefficients/H2O_N2.hpp>
|
||||
|
||||
#if HAVE_MPI
|
||||
#include <mpi.h>
|
@ -24,15 +24,16 @@
|
||||
#ifndef OPM_H2O_AIR_SYSTEM_HH
|
||||
#define OPM_H2O_AIR_SYSTEM_HH
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "nullparametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#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/ErrorMacros.hpp>
|
||||
|
@ -23,20 +23,20 @@
|
||||
#ifndef OPM_H2O_AIR_MESITYLENE_FLUID_SYSTEM_HH
|
||||
#define OPM_H2O_AIR_MESITYLENE_FLUID_SYSTEM_HH
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "nullparametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#include "NullParameterCache.hpp"
|
||||
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/components/n2.hh>
|
||||
#include <opm/material/components/air.hh>
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/simpleh2o.hh>
|
||||
#include <opm/material/components/mesitylene.hh>
|
||||
#include <opm/material/components/tabulatedcomponent.hh>
|
||||
#include <opm/material/binarycoefficients/h2o_air.hh>
|
||||
#include <opm/material/binarycoefficients/h2o_n2.hh>
|
||||
#include <opm/material/binarycoefficients/h2o_mesitylene.hh>
|
||||
#include <opm/material/binarycoefficients/air_mesitylene.hh>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/material/components/N2.hpp>
|
||||
#include <opm/material/components/Air.hpp>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/components/SimpleH2O.hpp>
|
||||
#include <opm/material/components/Mesitylene.hpp>
|
||||
#include <opm/material/components/TabulatedComponent.hpp>
|
||||
#include <opm/material/binarycoefficients/H2O_Air.hpp>
|
||||
#include <opm/material/binarycoefficients/H2O_N2.hpp>
|
||||
#include <opm/material/binarycoefficients/H2O_Mesitylene.hpp>
|
||||
#include <opm/material/binarycoefficients/Air_Mesitylene.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
@ -24,18 +24,18 @@
|
||||
#ifndef OPM_H2O_AIR_XYLENE_FLUID_SYSTEM_HH
|
||||
#define OPM_H2O_AIR_XYLENE_FLUID_SYSTEM_HH
|
||||
|
||||
#include <opm/material/idealgas.hh>
|
||||
#include <opm/material/components/air.hh>
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/components/xylene.hh>
|
||||
#include <opm/material/components/tabulatedcomponent.hh>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/material/components/Air.hpp>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/components/Xylene.hpp>
|
||||
#include <opm/material/components/TabulatedComponent.hpp>
|
||||
|
||||
#include <opm/material/binarycoefficients/h2o_air.hh>
|
||||
#include <opm/material/binarycoefficients/h2o_xylene.hh>
|
||||
#include <opm/material/binarycoefficients/air_xylene.hh>
|
||||
#include <opm/material/binarycoefficients/H2O_Air.hpp>
|
||||
#include <opm/material/binarycoefficients/H2O_Xylene.hpp>
|
||||
#include <opm/material/binarycoefficients/Air_Xylene.hpp>
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "nullparametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#include "NullParameterCache.hpp"
|
||||
|
||||
namespace Opm {
|
||||
namespace FluidSystems {
|
@ -23,16 +23,17 @@
|
||||
#ifndef OPM_H2O_N2_FLUID_SYSTEM_HH
|
||||
#define OPM_H2O_N2_FLUID_SYSTEM_HH
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "nullparametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#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/ErrorMacros.hpp>
|
||||
|
@ -24,16 +24,17 @@
|
||||
#ifndef OPM_H2O_N2_LIQUIDPHASE_FLUID_SYSTEM_HH
|
||||
#define OPM_H2O_N2_LIQUIDPHASE_FLUID_SYSTEM_HH
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "nullparametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#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/ErrorMacros.hpp>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef OPM_NULL_PARAMETER_CACHE_HH
|
||||
#define OPM_NULL_PARAMETER_CACHE_HH
|
||||
|
||||
#include "parametercachebase.hh"
|
||||
#include "ParameterCacheBase.hpp"
|
||||
|
||||
namespace Opm {
|
||||
|
@ -23,12 +23,13 @@
|
||||
#ifndef OPM_SPE5_FLUID_SYSTEM_HH
|
||||
#define OPM_SPE5_FLUID_SYSTEM_HH
|
||||
|
||||
#include "basefluidsystem.hh"
|
||||
#include "spe5parametercache.hh"
|
||||
#include "BaseFluidSystem.hpp"
|
||||
#include "Spe5ParameterCache.hpp"
|
||||
|
||||
#include <opm/material/Constants.hpp>
|
||||
#include <opm/material/eos/PengRobinsonMixture.hpp>
|
||||
|
||||
#include <opm/core/utility/Spline.hpp>
|
||||
#include <opm/material/constants.hh>
|
||||
#include <opm/material/eos/pengrobinsonmixture.hh>
|
||||
|
||||
namespace Opm {
|
||||
namespace FluidSystems {
|
@ -25,11 +25,11 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include <opm/material/components/h2o.hh>
|
||||
#include <opm/material/fluidsystems/parametercachebase.hh>
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/fluidsystems/ParameterCacheBase.hpp>
|
||||
|
||||
#include <opm/material/eos/pengrobinson.hh>
|
||||
#include <opm/material/eos/pengrobinsonparamsmixture.hh>
|
||||
#include <opm/material/eos/PengRobinson.hpp>
|
||||
#include <opm/material/eos/PengRobinsonparamsMixture.hpp>
|
||||
|
||||
namespace Opm {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user