POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
THREE_PHASE_ROCK_FL_INTERACT
SUBTYPE OF
(
rock_fluid_interaction
);
intermediate_phase :
fluid_phase
;
nonwetting_phase :
fluid_phase
;
INVERSE
three_phase_rel_perm_curve :
SET [0:?] OF
three_phase_rel_perm_curve
FOR
three_phase_rock_fl_interact;
three_phase_rel_perm_point :
SET [0:?] OF
three_phase_rel_perm_point
FOR
three_phase_rock_fl_interact;
UNIQUE
si:
rock_fluid_interaction
.identifier,
rock_fluid_interaction
.wetting_phase, intermediate_phase, nonwetting_phase;
WHERE
dri1: wetting_phase :<>: nonwetting_phase;
dri2: wetting_phase :<>: intermediate_phase;
dri3: nonwetting_phase :<>: intermediate_phase;
END_ENTITY
; (* three_phase_rock_fl_interact *)
Generated on Tue Jul 10 19:39:12 2001
© Copyright 2001 POSC. All rights reserved.