POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
FLUID_PHASE_OLEIC_PVT
SUBTYPE OF
(
process_data
);
bubble_point :
OPTIONAL
ndt_pressure
;
compressibility :
OPTIONAL
ndt_compressibility
;
density :
OPTIONAL
ndt_density_liquid
;
fluid_phase_oleic :
fluid_phase_oleic
;
fluid_property_set :
OPTIONAL
fluid_property_set
;
formation_volume_factor :
OPTIONAL
ndt_std_volume_per_volume
;
gas_oil_pseudo_pressure :
OPTIONAL
ndt_pseudo_pressure
;
molar_density :
OPTIONAL
ndt_concentration_mole_per_volume
;
pressure :
OPTIONAL
ndt_pressure
;
shrinkage_factor :
OPTIONAL
ndt_volume_per_std_volume
;
solution_gas_oil_ratio :
OPTIONAL
ndt_std_volume_ratio
;
specific_molar_volume :
OPTIONAL
ndt_specific_volume_mole
;
specific_volume :
OPTIONAL
ndt_specific_volume_mass_liquid
;
temperature :
OPTIONAL
ndt_temperature
;
total_formation_volume_factor :
OPTIONAL
ndt_std_volume_per_volume
;
viscosity :
OPTIONAL
ndt_viscosity_dynamic
;
viscosity_kinematic :
OPTIONAL
ndt_viscosity_kinematic
;
viscous_compressibility :
OPTIONAL
ndt_compressibility
;
y_factor :
OPTIONAL
ndt_real4
;
UNIQUE
si: fluid_phase_oleic, pressure, temperature, bubble_point,
process_data
.activity;
WHERE
sri: fluid_phase_oleic.fluid_system :=: fluid_property_set.fluid_system;
val: pressure >= bubble_point;
END_ENTITY
; (* fluid_phase_oleic_pvt *)
Generated on Tue Jul 10 19:37:53 2001
© Copyright 2001 POSC. All rights reserved.