Dear MRST support team and users,
I copied the <chemtransport> module into MRST2025a and tried to run the examples (on Matlab 2025a). However, the following error came up.
I am wondering how I can fix this issue, please?
Moreover, could anyone provide some example code to model the multicomponent reactive transport flow in MRST, using TST theory, please?
Many thanks.
Best regards.
Unrecognized field name "stopFunction".
Error in NonLinearSolver/solveTimestep (line 316)
early_done = drivingForces.stopFunction(model, state, state0_inner);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in simulateScheduleAD (line 295)
[state, report] = solver.solveTimestep(state0, dt, model,...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in calcitePermred1d (line 180)
[~, states, scheduleReport] = simulateScheduleAD(state0, model, schedule, ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^