POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
FLUID_COMPONENT_INTERACTION
SUBTYPE OF
(
association
);
i_component :
specific_fluid_component
;
j_component :
specific_fluid_component
;
INVERSE
pty_binary_interaction_coef :
SET [0:?] OF
pty_binary_interaction_coef
FOR
fluid_component_interaction;
UNIQUE
si: j_component, i_component;
WHERE
dri: i_component :<>: j_component;
END_ENTITY
; (* fluid_component_interaction *)
Generated on Tue Jul 10 19:37:51 2001
© Copyright 2001 POSC. All rights reserved.