I downloaded a Simulink model, which I would like to run with a high fixed-step size, because I am more interested in speed than accuracy.
ode3: Works until Fixed-step size 3
Everything over Fixed-step size 4
leads to error.
(Other solvers like ode8 lead to an error with other fixed-step sizes.)
This is the error message:
Derivative of state '1' in block 'example_HeatPump/HeatPump/HeatPump_basic/model cold side/Integrator' at time 16.0 is not finite. The simulation will be stopped. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)
Is there any way to solve this error?