POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
ROCK_FLUID_INTERACTION
ABSTRACT SUPERTYPE OF
(
ONEOF
(
three_phase_rock_fl_interact
,
two_phase_rock_fl_interact
))
SUBTYPE OF
(
technical_object
);
identifier :
ndt_identifier
;
wetting_phase :
fluid_phase
;
INVERSE
capillary_pressure_curve :
SET [0:?] OF
capillary_pressure_curve
FOR
rock_fluid_interaction;
capillary_pressure_point :
SET [0:?] OF
capillary_pressure_point
FOR
rock_fluid_interaction;
rock_fluid_feature :
SET [0:?] OF
rock_fluid_characterization
FOR
rock_fluid_interaction;
rock_material :
SET [0:?] OF
fluid_interaction_material
FOR
rock_fluid_interaction;
END_ENTITY
; (* rock_fluid_interaction *)
Generated on Tue Jul 10 19:39:03 2001
© Copyright 2001 POSC. All rights reserved.