14 EquilRecord(
double datum_depth_arg,
double datum_depth_pc_arg,
15 double woc_depth,
double woc_pc,
16 double goc_depth,
double goc_pc,
24 double datumDepth()
const;
25 double datumDepthPressure()
const;
26 double waterOilContactDepth()
const;
27 double waterOilContactCapillaryPressure()
const;
28 double gasOilContactDepth()
const;
29 double gasOilContactCapillaryPressure()
const;
31 bool liveOilInitConstantRs()
const;
32 bool wetGasInitConstantRv()
const;
33 int initializationTargetAccuracy()
const;
34 bool humidGasInitConstantRvw()
const;
38 template<
class Serializer>
41 serializer(datum_depth);
42 serializer(datum_depth_ps);
43 serializer(water_oil_contact_depth);
44 serializer(water_oil_contact_capillary_pressure);
45 serializer(gas_oil_contact_depth);
46 serializer(gas_oil_contact_capillary_pressure);
47 serializer(live_oil_init_proc);
48 serializer(wet_gas_init_proc);
49 serializer(init_target_accuracy);
50 serializer(humid_gas_init_proc);
54 double datum_depth = 0.0;
55 double datum_depth_ps = 0.0;
56 double water_oil_contact_depth = 0.0;
57 double water_oil_contact_capillary_pressure = 0.0;
58 double gas_oil_contact_depth = 0.0;
59 double gas_oil_contact_capillary_pressure = 0.0;
61 bool live_oil_init_proc =
false;
62 bool wet_gas_init_proc =
false;
63 int init_target_accuracy = 0;
64 bool humid_gas_init_proc =
false;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30