Hi,
I'm running the compositional exampleExemple3DSixComponents in MRST 2024b. But when I set true for water in the model, I get this error:
Warning: Defaulted viscosity to unit value (1000 centipoise) for all phases.
> In initSimpleADIFluid (line 142)
In compositionalExample3DSixComponents (line 43)
Error using ReservoirModel/validateDrivingForces (line 238)
Well .compi field must contain 1 by 3 entries for a 3-phase model.
Control 1, well Inj (#1) provided 1 by 2 entries.
Error in PhysicalModel/validateSchedule (line 398)
schedule.control(i) = model.validateDrivingForces(schedule.control(i), i);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in simulateScheduleAD (line 257)
schedule = model.validateSchedule(schedule);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in compositionalExample3DSixComponents (line 63)
[ws, states, rep] = simulateScheduleAD(state0, model, schedule);
Can someone help me run the three-phase water-oil-gas for the same example?
Well .compi field must contain 1 by 3 entries for a 3-phase model.