[root]/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco
ReferenceFiles
(0 files, 0 lines)
ColdWater
(4 files, 35 lines)
FlueGas
(4 files, 35 lines)
Nitrogen
(1 files, 7 lines)
WaterIF97
(8 files, 74 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 154 (100.0%) | 61285 (100.0%) | 397.9 |
alash325 | 27 (17.5%) | 30669 (50.0%) | 1135.8 |
hudson | 9 (5.8%) | 29788 (48.6%) | 3309.7 |
sjoelund.se | 67 (43.5%) | 573 (0.9%) | 8.5 |
lochel | 39 (25.3%) | 182 (0.3%) | 4.6 |
adrpo | 2 (1.3%) | 60 (0.1%) | 30.0 |
wbraun | 10 (6.5%) | 13 (0.0%) | 1.3 |
- fixing Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation
by changing alias start-value and nominal-value selection.
- prioritise the own variable attribute-value
- downgrade test Modelica.Fluid.Examples.HeatingSystem.mos for now.
7 lines of code changed in 2 files:
- update tests after r24990
- 3 tests fail now solving NLS systems during initialization:
* testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos
* testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos
* testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos
60 lines of code changed in 2 files:
- #3138: remove wrong asserts of secondary parameters
5 lines of code changed in 5 files:
- #3094: fix some asserts that were not formatted according to "logFormat"
22 lines of code changed in 5 files:
- Fix initialization of primary/secondary parameters. The analysis of the symbolic initialization is now used instead of the one from the old approach.
27 lines of code changed in 5 files:
- Change +d=measureTime to +profiling=none,blocks,all,blocks+html
- Code generation switches between blocks and all equations
- rtclock.h can now keep track of the overhead of calling the tick and tock (used to reduce the cost of very simple equations)
- Handle assert(false) as the only statement in a function (skip reporting unassigned values)
- Remove inline equations from the runtime
- Started using the enumeration instead of integer constants all over the simulation runtime
- Skip displaying non-linear equations in both top-level and as a child in the OMEdit transformations browser
2 lines of code changed in 2 files:
Replace measureTime=true with +d=measureTime in buildModel/etc
- Fix code generation for profiling of function calls (was disabled)
- Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again
17 lines of code changed in 17 files:
- reactivate r19458 because it fixes some bugs
- handling of different attributes in alias-sets is still not working correctly (this should become a ticket)
6 lines of code changed in 8 files:
- revert r19458, since it breaks working test cases
58 lines of code changed in 8 files:
- changed merge of nominal values for alias variables
- don't calculate arithmetic mean instead choose via componentReference depth (like for start values)
- also don't negate nominal values
- one testcase fails for some different reasons(non-linear solver), so deactived for now(Modelica.Fluid.Examples.BranchingDynamicPipes.mos).
6 lines of code changed in 8 files:
new warnings for alias sets with different nominal values
- maybe this should be hidden per default and only displayed with some new flag
64 lines of code changed in 8 files:
- Changed lib/omlibrary/Modelica... to Modelica... for testsuite messages (to work better with build symlinked to /usr)
- Added reading of env.var CC at start to be able to change CC in pre-compiled omc version
4 lines of code changed in 2 files:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
501 lines of code changed in 1 file:
[Janitor mode] Fix tabs
501 lines of code changed in 1 file:
[Janitor mode] Set auto-props
29287 lines of code changed in 8 files:
#1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them
8 lines of code changed in 8 files:
#2072
- Started looking for undefined outputs of record components in functions
- Patched MSL 3.2.1 in the places we had these (mostly Spice3, some Fluid)
- Updated tests that use this (mosty ThermoSysPro and Modelica 3.1; I don't care enough to make them run without warning)
6 lines of code changed in 2 files:
- Changed translateModel to return a Boolean instead of text that is hard to parse
- Changed compareSimulationResults to return an array of strings instead of sometimes a string and sometimes a list of strings
17 lines of code changed in 17 files:
- Fix line-endings
1 lines of code changed in 1 file:
- svn eol-style
17 lines of code changed in 17 files:
-3rdParty directory is moved to flattening/libraries and simulation/libraries/ directories depending on the type of test files + update Makefile
30669 lines of code changed in 27 files: