Directory testsuite/flattening/modelica/streams/

Directory Created:
2012-09-27 01:40
Total Files:
12
Deleted Files:
0
Lines of Code:
2870

[root]/testsuite/flattening/modelica/streams

Lines of Code

testsuite/flattening/modelica/streams/ Lines of Code

Developers

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

Most Recent Commits

perost 2014-09-08 16:19 Rev.: 22170

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:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+7 -7)
sjoelund.se 2014-08-18 11:11 Rev.: 21896

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:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+10 -10)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

48 lines of code changed in 3 files:

  • testsuite/flattening/modelica/streams: InStreamInvalidArgument.mo (+2 -2), StreamConcept_NoMedium_Total.mo (+44 -44), StreamUnbalancedConnector.mo (+2 -2)
vitalij 2014-02-14 00:04 Rev.: 19111

- 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:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+4 -4)
wbraun 2013-12-18 18:18 Rev.: 18515

- added for evaluation of actualStream-operator smooth(0, exp)
- actualStream-Operator should not generate events

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/streams: ActualStream.mo (+2 -2)
sjoelund.se 2013-10-31 21:52 Rev.: 17956

- 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:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+1 -1)
adrpo 2013-10-13 18:37 Rev.: 17667

- 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:

  • testsuite/flattening/modelica/streams: StreamUnbalancedConnector.mo (+2 -2)
adrpo 2013-10-08 23:25 Rev.: 17614

- 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:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+1 -1)
perost 2013-06-10 13:56 Rev.: 16277

- Fixed punctuation of error messages.

0 lines of code changed in 1 file:

  • testsuite/flattening/modelica/streams: StreamUnbalancedConnector.mo (-1)
sjoelund.se 2013-06-04 20:23 Rev.: 16216

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:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+2 -2)
adrpo 2013-05-14 01:13 Rev.: 16024

- 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:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+1 -1)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

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:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+1082 -1082)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

1082 lines of code changed in 1 file:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+1082 -1082)
sjoelund.se 2013-04-25 16:32 Rev.: 15914

Preserve function comments and annotations for external functions

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+2 -2)
perost 2013-04-22 13:33 Rev.: 15874

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:

  • testsuite/flattening/modelica/streams: InStreamPipeline.mo (+2 -2), InStreamTwoOutside.mo (+1 -1)
sjoelund.se 2013-02-08 09:16 Rev.: 15104

Fix tests

3 lines of code changed in 2 files:

  • testsuite/flattening/modelica/streams: InStreamInvalidArgument.mo (+1 -1), StreamUnbalancedConnector.mo (+2 -2)
sjoelund.se 2013-02-07 16:16 Rev.: 15085

Always use full pathnames for file info of parsed files

3 lines of code changed in 2 files:

  • testsuite/flattening/modelica/streams: InStreamInvalidArgument.mo (+1 -1), StreamUnbalancedConnector.mo (+2 -2)
vitalij 2013-01-16 18:57 Rev.: 14807

- corrected and add math rules
- Code Style

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/streams: StreamConcept_NoMedium_Total.mo (+1 -1)
alash325 2012-10-01 19:57 Rev.: 13125

- 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:

  • testsuite/flattening/modelica/streams: ActualStream.mo (new 44), ActualStreamCodeGen.mo (new 54), ActualStreamCodeGen.mos (new 17), InStreamInsideOutside.mo (new 53), InStreamInvalidArgument.mo (new 25), InStreamPipeline.mo (new 99), InStreamTwoInside.mo (new 52), InStreamTwoOutside.mo (new 59), InStreamUnconnected.mo (new 32), Makefile (new 108), StreamConcept_NoMedium_Total.mo (new 2304), StreamUnbalancedConnector.mo (new 24)
alash325 2012-10-01 19:45 Rev.: 13124

-deleted ./flattening/modelica

0 lines of code changed in 12 files:

  • testsuite/flattening/modelica/streams: ActualStream.mo (del), ActualStreamCodeGen.mo (del), ActualStreamCodeGen.mos (del), InStreamInsideOutside.mo (del), InStreamInvalidArgument.mo (del), InStreamPipeline.mo (del), InStreamTwoInside.mo (del), InStreamTwoOutside.mo (del), InStreamUnconnected.mo (del), Makefile (del), StreamConcept_NoMedium_Total.mo (del), StreamUnbalancedConnector.mo (del)
alash325 2012-09-27 01:40 Rev.: 13067

- testsuite/expandable and testsuite/streams are moved to testsuite/flattening/modelica.

0 lines of code changed in 12 files:

  • testsuite/flattening/modelica/streams: ActualStream.mo (new), ActualStreamCodeGen.mo (new), ActualStreamCodeGen.mos (new), InStreamInsideOutside.mo (new), InStreamInvalidArgument.mo (new), InStreamPipeline.mo (new), InStreamTwoInside.mo (new), InStreamTwoOutside.mo (new), InStreamUnconnected.mo (new), Makefile (new), StreamConcept_NoMedium_Total.mo (new), StreamUnbalancedConnector.mo (new)
Generated by StatSVN 0.7.0