Dear MRST - MATLAB Reservoir Simulation Toolbox Forum,
My name is Paul Perdomo and downloaded mrst-202ib, run (in MATLAB R2016a) the terzagui.m and mandel.m examples of the ad-mechanics module and got the following error messages:
>> terzaghi
Real nu: 0.30000. Measured nu: 0.30007
Relative error: 2.20e-04
Predicted strain: 0.00149. Measured strain: 0.00149
Relative error: -5.66e-14
Solving timestep 01/51: -> 3 Milliseconds
Error using ADI
Error: File: ADI.m Line: 287 Column: 20
The input character is not valid in MATLAB statements or expressions.
Error in initVariablesADI (line 83)
varargout{i} = ADI(varargin{i}, jac);
Error in MechanicModel/getEquations (line 137)
xd = initVariablesADI(xd);
Error in PhysicalModel/stepFunction (line 686)
[problem, state] = model.getEquations(state0, state, dt, drivingForces, ...
Error in NonLinearSolver/solveMinistep (line 374)
model.stepFunction(state, state0, dt, drivingForces, ...
Error in NonLinearSolver/solveTimestep (line 210)
solveMinistep(solver, model, state, state0_inner, dt, drivingForces);
Error in MechFluidFixedStressSplitModel/stepFunction (line 105)
[mstate, mreport] = mechsolver.solveTimestep(mstate0, dt, mechModel, ...
Error in NonLinearSolver/solveMinistep (line 374)
model.stepFunction(state, state0, dt, drivingForces, ...
Error in NonLinearSolver/solveTimestep (line 210)
solveMinistep(solver, model, state, state0_inner, dt, drivingForces);
Error in simulateScheduleAD (line 286)
[state, report] = solver.solveTimestep(state0, dt, model,...
Error in terzaghi (line 215)
[~, states, report] = simulateScheduleAD(initState, model, schedule);
>> mandel
Solving timestep 1
Solving timestep 1/1: -> 40 Seconds, 625 Milliseconds
Error using ADI
Error: File: ADI.m Line: 287 Column: 20
The input character is not valid in MATLAB statements or expressions.
Error in initVariablesADI (line 83)
varargout{i} = ADI(varargin{i}, jac);
Error in MechWaterModel/getEquations (line 80)
[p, wellVars{:}, xd] = initVariablesADI(p, wellVars{:}, xd);
Error in PhysicalModel/stepFunction (line 686)
[problem, state] = model.getEquations(state0, state, dt, drivingForces, ...
Error in ReservoirModel/stepFunction (line 307)
[state, report] = stepFunction@PhysicalModel(model, state, state0, dt, drivingForces, linsolver, nonlinsolver,
iteration, varargin{:});
Error in NonLinearSolver/solveMinistep (line 374)
model.stepFunction(state, state0, dt, drivingForces, ...
Error in NonLinearSolver/solveTimestep (line 210)
solveMinistep(solver, model, state, state0_inner, dt, drivingForces);
Error in simulateScheduleAD (line 286)
[state, report] = solver.solveTimestep(state0, dt, model,...
Error in mandel (line 160)
[~, state] = simulateScheduleAD(state0, model, schedule, ...
>>
Could you help me with this issue?
Best regards,
Paul.