Skip to content

Commit

Permalink
expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun committed Oct 27, 2015
1 parent ca92c9c commit 3976439
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
Expand Up @@ -53,25 +53,25 @@ readSimulationResultSize("testModel_res.mat");
// simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid'",
// messages = ""
// end SimulationResult;
// 223
// 211
// record SimulationResult
// resultFile = "testModel_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 20, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -noEventEmit'",
// messages = ""
// end SimulationResult;
// 198
// 186
// record SimulationResult
// resultFile = "testModel_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 20, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -maxStepSize=0.001'",
// messages = ""
// end SimulationResult;
// 2146
// 2134
// record SimulationResult
// resultFile = "testModel_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 20, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -maxIntegrationOrder=1'",
// messages = ""
// end SimulationResult;
// 6703
// 6691
// record SimulationResult
// resultFile = "testModel_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 0.4, numberOfIntervals = 20, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid'",
Expand All @@ -83,18 +83,18 @@ readSimulationResultSize("testModel_res.mat");
// simulationOptions = "startTime = 0.0, stopTime = 0.4, numberOfIntervals = 20, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -noEquidistantOutputFrequency=5'",
// messages = ""
// end SimulationResult;
// 7
// 8
// record SimulationResult
// resultFile = "testModel_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 0.4, numberOfIntervals = 20, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -noEquidistantOutputTime=0.1'",
// messages = ""
// end SimulationResult;
// 6
// 7
// record SimulationResult
// resultFile = "testModel_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 0.4, numberOfIntervals = 20, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -noEquidistantOutputTime=0.1 -noEquidistantOutputFrequency=2'",
// messages = "stdout | warning | The flags are \"noEquidistantOutputFrequency\" and \"noEquidistantOutputTime\" are in opposition to each other. The flag \"noEquidistantOutputFrequency\" superiors.
// "
// end SimulationResult;
// 14
// 15
// endResult
Expand Up @@ -40,18 +40,18 @@ readSimulationResultSize("testModel_res.mat");
// simulationOptions = "startTime = 0.0, stopTime = 5.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -maxIntegrationOrder=1 -noEquidistantOutputFrequency=2'",
// messages = ""
// end SimulationResult;
// 218
// 219
// record SimulationResult
// resultFile = "testModel_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 5.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -maxIntegrationOrder=1 -noEquidistantOutputTime=0.1'",
// messages = ""
// end SimulationResult;
// 52
// 53
// record SimulationResult
// resultFile = "testModel_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 5.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -maxIntegrationOrder=1 -noEquidistantOutputTime=0.1 -noEquidistantOutputFrequency=10'",
// messages = "stdout | warning | The flags are \"noEquidistantOutputFrequency\" and \"noEquidistantOutputTime\" are in opposition to each other. The flag \"noEquidistantOutputFrequency\" superiors.
// "
// end SimulationResult;
// 46
// 47
// endResult
5 changes: 3 additions & 2 deletions simulation/modelica/external_functions/ExternalRHSFlag.mos
Expand Up @@ -35,6 +35,8 @@ getErrorString();
// RHSFinlaFlag NOT set!
// RHSFinlaFlag NOT set!
// RHSFinlaFlag NOT set!
// RHSFinlaFlag NOT set!
// RHSFinlaFlag NOT set!
// RHSFinlaFlag set!
// RHSFinlaFlag NOT set!
// RHSFinlaFlag set!
Expand Down Expand Up @@ -137,8 +139,7 @@ getErrorString();
// RHSFinlaFlag set!
// RHSFinlaFlag NOT set!
// RHSFinlaFlag set!
// RHSFinlaFlag NOT set!
// RHSFinlaFlag NOT set!
// RHSFinlaFlag set!
// "
// end SimulationResult;
// "Warning: The initial conditions are not fully specified. Use +d=initialization for more information.
Expand Down

0 comments on commit 3976439

Please sign in to comment.