Units & Factors ๐#
ReservoirFlow has a fixed unit
system used when an object is initiated (i.e., object for the modules such as: grids, fluids, models). The value of unit
property can be set to "field"
, "metric"
, or "lab"
. By default, unit="field"
is used. This system was inspired by Abou-Kassem et al.[1]. This system was inspired by Aziz and Settarib1 and Abou-Kassem et al.b2.
Warning
As of now, changing class unit will not automatically convert values. In the near future, a unit converter will be developed to match units and easily convert units from one system to another.
Units#
property |
field |
metric |
lab |
---|---|---|---|
transmissibility |
\(stb/(day.psi)\) |
\(m^3/(day.bar)\) |
\(cm^3/(sec.atm)\) |
error |
\(stb/day\) |
\(m^3/day\) |
\(cm^3/sec\) |
pressure |
\(psia\) |
\(kpa\) |
\(atm\) |
potential |
\(psia\) |
\(kpa\) |
\(atm\) |
time |
\(days\) |
\(days\) |
\(sec\) |
rate |
\(stb/day\) |
\(m^3/day\) |
\(cm^3/sec\) |
length |
\(ft\) |
\(m\) |
\(cm\) |
area |
\(ft^2\) |
\(m^2\) |
\(cm^2\) |
volume |
\(ft^3\) |
\(m^3\) |
\(cm^3\) |
permeability |
\(md\) |
\(m^2\) |
\(darcy\) |
viscosity |
\(cp\) |
\(mpa.sec\) |
\(cp\) |
gas formation volume factor |
\(bbl/scf\) |
\(m^3/(std\,m^3)\) |
\(cm^3/(std\,cm^3)\) |
liquid formation volume factor |
\(bbl/stb\) |
\(m^3/(std\,m^3)\) |
\(cm^3/(std\,cm^3)\) |
solution gas oil ratio |
\(scf/stb\) |
\((std\,m^3)/(std\,m^3)\) |
\((std\,cm^3)/(std\,cm^3)\) |
phase gravity |
\(psi/ft\) |
\(kpa/m\) |
\(atm/cm\) |
gas flow rate |
\(scf/day\) |
\((std\,m^3)/day\) |
\((std\,cm^3)/day\) |
liquid flow rate |
\(stb/day\) |
\((std\,m^3)/day\) |
\((std\,cm^3)/day\) |
volumetric velocity |
\(bbl/(day.ft^2)\) |
\(m/day\) |
\(cm/day\) |
density |
\(lbm/ft^3\) |
\(kg/m^3\) |
\(g/cm^3\) |
compressibility |
\(psi^{-1}\) |
\(kpa^{-1}\) |
\(atm^{-1}\) |
compressibility factor |
\(dimensionless\) |
\(dimensionless\) |
\(dimensionless\) |
temperature |
\(R\) |
\(K\) |
\(K\) |
porosity |
\(fraction\) |
\(fraction\) |
\(fraction\) |
saturation |
\(fraction\) |
\(fraction\) |
\(fraction\) |
relative permeability |
\(fraction\) |
\(fraction\) |
\(fraction\) |
angle |
\(rad\) |
\(rad\) |
\(rad\) |
gravitational acceleration |
\(ft/(sec^2)\) |
\(m/(sec^2)\) |
\(cm/(sec^2)\) |
transmissibility conversion |
\(dimensionless\) |
\(dimensionless\) |
\(dimensionless\) |
gravity conversion |
\(dimensionless\) |
\(dimensionless\) |
\(dimensionless\) |
volume conversion |
\(dimensionless\) |
\(dimensionless\) |
\(dimensionless\) |
Factors#
factor |
field |
metric |
lab |
---|---|---|---|
gravitational acceleration |
32.174 |
9.80663 |
980.663 |
transmissibility conversion |
0.001127 |
0.0864 |
1 |
gravity conversion |
0.00021584 |
0.001 |
9.86923e-07 |
volume conversion |
5.61458 |
1 |
1 |
See Also
Comments ๐ฌ#
Feel free to make a comment, ask a question, or share your opinion about this specific content. Please keep in mind the Commenting Guidelines โ.