[root]/testsuite/siemens
SiemensPowerOMCtest
(0 files, 0 lines)
Blocks
(0 files, 0 lines)
Boundaries
(0 files, 0 lines)
Components
(0 files, 0 lines)
FlueGasZones
(0 files, 0 lines)
HeatExchanger
(0 files, 0 lines)
Tests
(0 files, 0 lines)
Junctions
(0 files, 0 lines)
Pipes
(0 files, 0 lines)
Tests
(0 files, 0 lines)
SolidComponents
(0 files, 0 lines)
Valves
(0 files, 0 lines)
Tests
(0 files, 0 lines)
HeatExchanger
(0 files, 0 lines)
Tests
(0 files, 0 lines)
Interfaces
(0 files, 0 lines)
Junctions
(0 files, 0 lines)
Media
(0 files, 0 lines)
Common
(0 files, 0 lines)
MixtureGasNasa
(0 files, 0 lines)
ExhaustGas
(0 files, 0 lines)
IntH2O
(0 files, 0 lines)
TTSE
(0 files, 0 lines)
Utilities
(0 files, 0 lines)
Pipes
(0 files, 0 lines)
Utilities
(0 files, 0 lines)
BaseClasses
(0 files, 0 lines)
Functions
(0 files, 0 lines)
CharacteristicNumbers
(0 files, 0 lines)
HeatTransfer
(0 files, 0 lines)
InnerHeatTransfer
(0 files, 0 lines)
PressureLoss
(0 files, 0 lines)
Structures
(0 files, 0 lines)
Types
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 15 (100.0%) | 309 (100.0%) | 20.6 |
perost | 5 (33.3%) | 192 (62.1%) | 38.4 |
adrpo | 3 (20.0%) | 90 (29.1%) | 30.0 |
mahge930 | 1 (6.7%) | 24 (7.8%) | 24.0 |
sjoelund.se | 6 (40.0%) | 3 (1.0%) | 0.5 |
- Moved HumMod and Siemens tests to 3rdParty
0 lines of code changed in 3 files:
- replace array constants with their binding (maybe we should only do that for package constants).
- added testsuite/3rdParty/TestMedia [from Francesco Casella] which now works to simulate too.
- 17 more Modelica.Media models now work, 3 left.
NOTE HOWEVER that simulation fails in some cases due to
divisions by zero or other issues, but at
least the models compile.
4 lines of code changed in 1 file:
- expected output.
1 lines of code changed in 1 file:
- expected output
- 3 media/simulate models fail now!
85 lines of code changed in 1 file:
+ The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases.
+ "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned.
For OMDEV/MINGW ppl (linux already has partest)
+ "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN")
- 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the
output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit.
Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions)
24 lines of code changed in 1 file:
- Set svn-eol-style on a few files
3 lines of code changed in 3 files:
- Rename redeclared class declarations in
InstExtends.updateComponentsAndClassdefs2 so that their names are correct.
- Stop iterating in Inst.matchModificationToComponents when we get an empty
modifier.
- Added another Siemens test (not working yet).
53 lines of code changed in 2 files:
- Fixed assignment to record in CevalFunction so that Ceval can find the
binding.
- Added makefile for siemens testcases.
23 lines of code changed in 1 file:
- Fixed handling of partially bound record in CevalFunction.
0 lines of code changed in 1 file:
- Added Siements Fluid test library.
116 lines of code changed in 1 file: