fixing unit of compressibility and viscosibility in PVCDO keyword.

This commit is contained in:
Kai Bao
2016-02-18 17:28:16 +01:00
parent 8083290214
commit c04f092212

View File

@@ -1,7 +1,7 @@
{"name" : "PVCDO" , "sections" : ["PROPS"], "size" : {"keyword":"TABDIMS" , "item":"NTPVT"}, "items":
[ {"name":"P_REF", "value_type" : "DOUBLE", "dimension":"Pressure" },
{"name":"OIL_VOL_FACTOR", "value_type" : "DOUBLE","dimension":"1"},
{"name":"OIL_COMPRESSIBILITY", "value_type" : "DOUBLE","dimension":"1"},
{"name":"OIL_COMPRESSIBILITY", "value_type" : "DOUBLE","dimension":"1/Pressure"},
{"name":"OIL_VISCOSITY", "value_type" : "DOUBLE","dimension":"Viscosity"},
{"name":"OIL_VISCOSIBILITY", "value_type" : "DOUBLE","dimension":"1"}
{"name":"OIL_VISCOSIBILITY", "value_type" : "DOUBLE","dimension":"1/Pressure"}
]}