POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
FLUID_SYSTEM
ABSTRACT SUPERTYPE OF
(
ONEOF
(
fluid_sample
,
reservoir_fluid_system
,
well_operation_fluid
))
SUBTYPE OF
(
bulk_material
);
INVERSE
fluid_phase :
SET [0:?] OF
specific_fluid_phase
FOR
fluid_system;
fluid_phase_interface :
SET [0:?] OF
fluid_phase_interface
FOR
fluid_system;
fluid_property_set :
SET [0:?] OF
fluid_property_set
FOR
fluid_system;
fluid_sample :
SET [0:?] OF
fluid_sample
FOR
fluid_system;
fluid_system_state :
SET [0:?] OF
fluid_system_state
FOR
fluid_system;
initial_pressure :
SET [0:?] OF
pty_pressure
FOR
fluid_system;
initial_temperature :
SET [0:?] OF
pty_temperature
FOR
fluid_system;
pty_density_liquid :
SET [0:?] OF
pty_density_liquid
FOR
fluid_system;
pty_density_molar :
SET [0:?] OF
pty_density_molar
FOR
fluid_system;
pty_fluid_compressibility :
SET [0:?] OF
pty_fluid_compressibility
FOR
fluid_system;
pty_liquid_gravity :
SET [0:?] OF
pty_liquid_gravity
FOR
fluid_system;
pty_molecular_weight :
SET [0:?] OF
pty_molecular_weight
FOR
fluid_system;
pty_natural_gasoline_content :
SET [0:?] OF
pty_natural_gasoline_content
FOR
fluid_system;
pty_ph :
SET [0:?] OF
pty_ph
FOR
fluid_system;
pty_salinity :
SET [0:?] OF
pty_salinity
FOR
fluid_system;
pty_transient_pressure :
SET [0:?] OF
pty_transient_pressure
FOR
fluid_system;
pty_volume :
SET [0:?] OF
pty_volume
FOR
fluid_system;
END_ENTITY
; (* fluid_system *)
Generated on Tue Jul 10 19:37:54 2001
© Copyright 2001 POSC. All rights reserved.