POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
TWO_PHASE_ROCK_FL_INTERACT
SUBTYPE OF
(
rock_fluid_interaction
);
immobile_phase :
OPTIONAL
fluid_phase
;
immobile_saturation :
OPTIONAL
ndt_pfrac_le_1
;
nonwetting_phase :
fluid_phase
;
INVERSE
two_phase_rel_perm_curve :
SET [0:?] OF
two_phase_rel_perm_curve
FOR
two_phase_rock_fl_interact;
two_phase_rel_perm_point :
SET [0:?] OF
two_phase_rel_perm_point
FOR
two_phase_rock_fl_interact;
UNIQUE
si:
rock_fluid_interaction
.identifier, nonwetting_phase,
rock_fluid_interaction
.wetting_phase, immobile_phase;
WHERE
dri1: wetting_phase :<>: nonwetting_phase;
dri2: wetting_phase :<>: immobile_phase;
dri3: nonwetting_phase :<>: immobile_phase;
END_ENTITY
; (* two_phase_rock_fl_interact *)
Generated on Tue Jul 10 19:39:15 2001
© Copyright 2001 POSC. All rights reserved.