Skip to content

Commit

Permalink
Updated log
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Feb 16, 2024
1 parent d0deff8 commit 216915b
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions docs/_cases/FlowSystemDymola-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,59 +18,59 @@ command: |+
cat dslog.txt
log: |+
Model: IBPSA.Fluid.Examples.FlowSystem.Simplified1
Integration started at 0 using integration method:
cvode from sundials


Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.344385256591128
Tag: simulation.nonlinear[3]
For debugging information enable
Simulation/Setup/Debug/Nonlinear solver diagnostics/Detailed logging of failed nonlinear solutions.

Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.344385256591128
Tag: simulation.nonlinear[3]

Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.390616987683465
Tag: simulation.nonlinear[3]

Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.390616987683465
Tag: simulation.nonlinear[3]

Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.370401854505952
Tag: simulation.nonlinear[3]

Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.362821179564386
Tag: simulation.nonlinear[3]
Previous problem occured when evaluating crossing function, reducing step-size
SUNDIALS: CVODE cvRcheck3 At t = 5.36029, the rootfinding routine failed in an unrecoverable manner.
Cannot recover from failed crossing function evaluation at time 5
CVode simulation failed

Integration terminated unsuccesfully at T = 5
CPU-time for integration : 0.0367098 seconds
CPU-time for initialization : 0.00101209 seconds
Number of result points : 5
Number of grid points : 3
Number of accepted steps : 43
Number of rejected steps : 1
Number of f-evaluations (dynamics) : 71
Number of non-linear iteration : 58
Number of non-linear convergence failures : 3
Number of Jacobian-evaluations : 5
Number of crossing function evaluations : 46
Number of model time events : 1
Number of state events : 0
Number of step events : 0
Maximum integration order : 4

ERROR: The simulation of IBPSA.Fluid.Examples.FlowSystem.Simplified1 FAILED
Model: IBPSA.Fluid.Examples.FlowSystem.Simplified1
Integration started at 0 using integration method:
cvode from sundials
Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.344385256591128
Tag: simulation.nonlinear[3]
For debugging information enable
Simulation/Setup/Debug/Nonlinear solver diagnostics/Detailed logging of failed nonlinear solutions.
Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.344385256591128
Tag: simulation.nonlinear[3]
Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.390616987683465
Tag: simulation.nonlinear[3]
Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.390616987683465
Tag: simulation.nonlinear[3]
Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.370401854505952
Tag: simulation.nonlinear[3]
Warning: Failed to solve nonlinear system using Newton solver.
Time: 5.362821179564386
Tag: simulation.nonlinear[3]
Previous problem occured when evaluating crossing function, reducing step-size
SUNDIALS: CVODE cvRcheck3 At t = 5.36029, the rootfinding routine failed in an unrecoverable manner.
Cannot recover from failed crossing function evaluation at time 5
CVode simulation failed
Integration terminated unsuccesfully at T = 5
CPU-time for integration : 0.0367098 seconds
CPU-time for initialization : 0.00101209 seconds
Number of result points : 5
Number of grid points : 3
Number of accepted steps : 43
Number of rejected steps : 1
Number of f-evaluations (dynamics) : 71
Number of non-linear iteration : 58
Number of non-linear convergence failures : 3
Number of Jacobian-evaluations : 5
Number of crossing function evaluations : 46
Number of model time events : 1
Number of state events : 0
Number of step events : 0
Maximum integration order : 4
ERROR: The simulation of IBPSA.Fluid.Examples.FlowSystem.Simplified1 FAILED
---

Expand Down

0 comments on commit 216915b

Please sign in to comment.