POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
FLUID_PHASE_COMPOSITION
SUBTYPE OF
(
association
);
fluid_component :
fluid_component
;
fluid_phase :
specific_fluid_phase
;
fluid_system_state :
OPTIONAL
fluid_system_state
;
INVERSE
pty_absolute_abundance :
SET [0:?] OF
pty_absolute_abundance
FOR
fluid_phase_composition;
pty_fl_phase_component_dist :
SET [0:?] OF
pty_fl_phase_component_dist
FOR
fluid_phase_composition;
pty_mass_fraction :
SET [0:?] OF
pty_mass_fraction
FOR
fluid_phase_composition;
pty_mole_fraction :
SET [0:?] OF
pty_mole_fraction
FOR
fluid_phase_composition;
pty_volume_fraction :
SET [0:?] OF
pty_volume_fraction
FOR
fluid_phase_composition;
UNIQUE
si: fluid_phase, fluid_system_state, fluid_component;
WHERE
sri: fluid_phase IN fluid_system_state.fluid_phase;
END_ENTITY
; (* fluid_phase_composition *)
Generated on Tue Jul 10 19:37:52 2001
© Copyright 2001 POSC. All rights reserved.