Skip to content

Commit

Permalink
Expected Output
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaeuber committed Apr 8, 2016
1 parent ab9b88d commit 276fe76
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions simulation/modelica/tearing/dynamicTearing3.mos
Expand Up @@ -39,8 +39,10 @@ simulate(dynamicTearing3,startTime=0,stopTime=2,numberOfIntervals=500); getError
// ================================================================================
// Calling Tearing for initialization!
// ================================================================================
// Handle strong component with index: 1
// To disable tearing of this component use '--noTearingForComponent=1'.
//
// Case non-linear in traverseComponents
// Tearing of NONLINEAR component
// Use Flag '+d=tearingdumpV' for more details
//
//
Expand Down Expand Up @@ -171,8 +173,10 @@ simulate(dynamicTearing3,startTime=0,stopTime=2,numberOfIntervals=500); getError
// ================================================================================
// Calling Tearing for simulation!
// ================================================================================
// Handle strong component with index: 2
// To disable tearing of this component use '--noTearingForComponent=2'.
//
// Case non-linear in traverseComponents
// Tearing of NONLINEAR component
// Use Flag '+d=tearingdumpV' for more details
//
//
Expand Down

0 comments on commit 276fe76

Please sign in to comment.