Add unit support for FoamSurfactantConcentration.
Note that FoamDensity and FoamSurfactantConcentration differ in field units, as one is then poind/barrel and the other is pound/(1000 cubic feet)!
This commit is contained in:
@@ -270,6 +270,7 @@ namespace Opm {
|
||||
constexpr const double Density = kilogram/cubic(meter);
|
||||
constexpr const double PolymerDensity = kilogram/cubic(meter);
|
||||
constexpr const double FoamDensity = kilogram/cubic(meter);
|
||||
constexpr const double FoamSurfactantConcentration = kilogram/cubic(meter);
|
||||
constexpr const double Salinity = kilogram/cubic(meter);
|
||||
constexpr const double Viscosity = centi*Poise;
|
||||
constexpr const double Timestep = day;
|
||||
@@ -298,6 +299,7 @@ namespace Opm {
|
||||
constexpr const double Density = pound/cubic(feet);
|
||||
constexpr const double PolymerDensity = pound/stb;
|
||||
constexpr const double FoamDensity = pound/GasSurfaceVolume;
|
||||
constexpr const double FoamSurfactantConcentration = pound/stb;
|
||||
constexpr const double Salinity = pound/stb;
|
||||
constexpr const double Viscosity = centi*Poise;
|
||||
constexpr const double Timestep = day;
|
||||
@@ -326,6 +328,7 @@ namespace Opm {
|
||||
constexpr const double Density = gram/cubic(centi*meter);
|
||||
constexpr const double PolymerDensity = gram/cubic(centi*meter);
|
||||
constexpr const double FoamDensity = gram/cubic(centi*meter);
|
||||
constexpr const double FoamSurfactantConcentration = gram/cubic(centi*meter);
|
||||
constexpr const double Salinity = gram/cubic(centi*meter);
|
||||
constexpr const double Viscosity = centi*Poise;
|
||||
constexpr const double Timestep = hour;
|
||||
@@ -354,6 +357,7 @@ namespace Opm {
|
||||
constexpr const double Density = kilogram/cubic(meter);
|
||||
constexpr const double PolymerDensity = kilogram/cubic(meter);
|
||||
constexpr const double FoamDensity = kilogram/cubic(meter);
|
||||
constexpr const double FoamSurfactantConcentration = kilogram/cubic(meter);
|
||||
constexpr const double Salinity = kilogram/cubic(meter);
|
||||
constexpr const double Viscosity = centi*Poise;
|
||||
constexpr const double Timestep = day;
|
||||
|
||||
Reference in New Issue
Block a user