POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
FLUID_PHASE_AQUEOUS_PVT
SUBTYPE OF
(
process_data
);
compressibility :
OPTIONAL
ndt_compressibility
;
density :
OPTIONAL
ndt_density_liquid
;
fluid_phase_aqueous :
fluid_phase_aqueous
;
fluid_property_set :
OPTIONAL
fluid_property_set
;
formation_volume_factor :
OPTIONAL
ndt_std_volume_per_volume
;
molar_density :
OPTIONAL
ndt_concentration_mole_per_volume
;
pressure :
OPTIONAL
ndt_pressure
;
shrinkage_factor :
OPTIONAL
ndt_volume_per_std_volume
;
solution_gas_water_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
;
viscosity :
OPTIONAL
ndt_viscosity_dynamic
;
viscosity_kinematic :
OPTIONAL
ndt_viscosity_kinematic
;
viscous_compressibility :
OPTIONAL
ndt_compressibility
;
UNIQUE
si: fluid_phase_aqueous, pressure, temperature,
process_data
.activity;
WHERE
sri: fluid_phase_aqueous.fluid_system :=: fluid_property_set.fluid_system;
END_ENTITY
; (* fluid_phase_aqueous_pvt *)
Generated on Tue Jul 10 19:37:52 2001
© Copyright 2001 POSC. All rights reserved.