Changeset 13359


Ignore:
Timestamp:
2012-10-12T22:08:43+02:00 (12 years ago)
Author:
adrpo
Message:
  • fix testsuite.
Location:
trunk/testsuite/simulation
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos

    r13286 r13359  
    1111// record SimulationResult
    1212//     resultFile = "Modelica.Fluid.Examples.DrumBoiler.DrumBoiler_res.mat",
    13 //     simulationOptions = "startTime = 0.0, stopTime = 5400.0, numberOfIntervals = 500, tolerance = 0.000001, method = 'dassl', fileNamePrefix = 'Modelica.Fluid.Examples.DrumBoiler.DrumBoiler', storeInTemp = false, noClean = false, options = '', outputFormat = 'mat', variableFilter = '.*', measureTime = false, cflags = '', simflags = ''",
     13//     simulationOptions = "startTime = 0.0, stopTime = 5400.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'Modelica.Fluid.Examples.DrumBoiler.DrumBoiler', storeInTemp = false, noClean = false, options = '', outputFormat = 'mat', variableFilter = '.*', measureTime = false, cflags = '', simflags = ''",
    1414//     messages = ""
    1515// end SimulationResult;
    16 // "[Nonlinear.mo:19:12-23:97:writable] Warning: If-equations are only partially supported. Ignoring   assert(limiter.u >= limiter.uMin + -0.01 * abs(limiter.uMin) and limiter.u <= limiter.uMax + 0.01 * abs(limiter.uMax), "Limiter: During initialization the limits have been ignored.However, the result is that the input u is not within the required limits:  u = " + String(limiter.u, 0, true, 6) + ", uMin = " + String(limiter.uMin, 0, true, 6) + ", uMax = " + String(limiter.uMax, 0, true, 6));
    17 // Warning: Alias variables evaporator.T_D = evaporator.heatPort.T have start values 300.0 != 288.15. Use value from evaporator.T_D.
     16// "Warning: Alias variables evaporator.T_D = evaporator.heatPort.T have start values 300.0 != 288.15. Use value from evaporator.T_D.
    1817//
    1918// Warning: Alias variables evaporator.T = furnace.port.T have start values 300.0 != 288.15. Use value from evaporator.T.
  • trunk/testsuite/simulation/modelica/inheritances/Makefile

    r13337 r13359  
    44MoonLanding.mos \
    55OneArgBaseFunction.mos \
    6 TempResistor3.mos \
     6
    77
    88
     
    1111# Run make testfailing
    1212FAILINGTESTFILES=  \
    13 
     13TempResistor3.mos
    1414
    1515# Dependency files that are not .mo .mos or Makefile
  • trunk/testsuite/simulation/modelica/inheritances/MoonLanding.mos

    r13337 r13359  
    2929// true
    3030// record SimulationResult
    31 //     resultFile = "MoonLanding_res.mat"
     31//     resultFile = "MoonLanding_res.mat",
     32//     simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 100, tolerance = 1e-05, method = 'dassl', fileNamePrefix = 'MoonLanding', storeInTemp = false, noClean = false, options = '', outputFormat = 'mat', variableFilter = '.*', measureTime = false, cflags = '', simflags = ''",
     33//     messages = ""
    3234// end SimulationResult;
    3335// true
     
    3537// 57911.0
    3638// 33.0
    37 // ""
    38 // 0
    3939// endResult
  • trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mos

    r13337 r13359  
    1414system("rm -rf FilterBlock1.plt FilterBlock1.exe FilterBlock1.c FilterBlock1_* output.log"); // remove tmp files.
    1515
     16
    1617// Result:
    1718// true
    1819// record SimulationResult
    19 //     resultFile = "FilterBlock1_res.mat"
     20//     resultFile = "FilterBlock1_res.mat",
     21//     simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 2, tolerance = 1e-05, method = 'dassl', fileNamePrefix = 'FilterBlock1', storeInTemp = false, noClean = false, options = '', outputFormat = 'mat', variableFilter = '.*', measureTime = false, cflags = '', simflags = ''",
     22//     messages = ""
    2023// end SimulationResult;
    2124// true
    22 // ""
     25// dimsize: 3, rows 4
    2326// 0
    2427// endResult
    25 
Note: See TracChangeset for help on using the changeset viewer.