[root]/testsuite/flattening/modelica/streams
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 59 (100.0%) | 5125 (100.0%) | 86.8 |
alash325 | 36 (61.0%) | 2871 (56.0%) | 79.7 |
hudson | 4 (6.8%) | 1130 (22.0%) | 282.5 |
sjoelund.se | 9 (15.3%) | 1103 (21.5%) | 122.5 |
perost | 4 (6.8%) | 10 (0.2%) | 2.5 |
vitalij | 2 (3.4%) | 5 (0.1%) | 2.5 |
adrpo | 3 (5.1%) | 4 (0.1%) | 1.3 |
wbraun | 1 (1.7%) | 2 (0.0%) | 2.0 |
Fix for #2806:
- Remove input/output from variables which are not at top-level or inside a
top-level connector.
7 lines of code changed in 1 file:
Added some tail recursion for the connection trie graph (moves some variables around in equations, and some equations too)
10 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
48 lines of code changed in 3 files:
- simplify rule x/r = x *(1/r) with test of numerical issues
can someone have a look of
./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
4 lines of code changed in 1 file:
- added for evaluation of actualStream-operator smooth(0, exp)
- actualStream-Operator should not generate events
2 lines of code changed in 1 file:
- Remove useless case in simplify (makes code slower)
- Removed some flattening tests since whenever a tiny simplify change is performed all thermosyspro and multibody flattening examples needed to be updated. They are simulated, and that is what is important.
1 lines of code changed in 1 file:
- last fixes for ExternalMedia
+ fully qualify paths in ClassInf.State
+ do List.unique on records so we don't get duplicates
+ now at least 5 models in ExternalMedia can be compiled
- fix an issue with lookup where path to be looked up
contains the name of the model in the scope we're in.
this fixes instantiation of
ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator,
probably more models in ThemoPower.
added test:
testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos
2 lines of code changed in 1 file:
- some support for ExternalMedia (some more work is needed for full support)
- add function calls and external function inputs to dependency analysis in element sorting
- use Inst.updateCompeltsMods just in Inst.instElementList2
1 lines of code changed in 1 file:
- Fixed punctuation of error messages.
0 lines of code changed in 1 file:
Move some expressions around when you do simplifications only if this improves the complexity of the expression
2 lines of code changed in 1 file:
- QUITE SOME CHANGES. Do make clean!
- fix old inst to work with Media and Fluid by default with no flags.
- got rid of some files and some of the error messages
- i will still keep +d=scodeInstShortcut for a while longer until I test more.
- Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos segfaults on Linux, works in Windows,
Modelica.Fluid.Examples.HeatingSystem does not work anymore (NLS problems again) I guess due to parameters moving around.
I will investigate more these issues in the next days.
1 lines of code changed in 1 file:
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
1082 lines of code changed in 1 file:
[Janitor mode] Fix tabs
1082 lines of code changed in 1 file:
Preserve function comments and annotations for external functions
2 lines of code changed in 1 file:
Fix for #2159:
- Sort connector components before connecting them, to make sure that their
order doesn't matter.
3 lines of code changed in 2 files:
Fix tests
3 lines of code changed in 2 files:
Always use full pathnames for file info of parsed files
3 lines of code changed in 2 files:
- corrected and add math rules
- Code Style
1 lines of code changed in 1 file:
- expandable,streams,records ,and redeclare directory from testsuite are moved to ./flattening/modelica plus updated the corresponding Make file
2871 lines of code changed in 12 files:
-deleted ./flattening/modelica
0 lines of code changed in 12 files:
- testsuite/expandable and testsuite/streams are moved to testsuite/flattening/modelica.
0 lines of code changed in 12 files: