[root]/testsuite/flattening/libraries/3rdParty/siemens
SiemensPower
(1 files, 6346 lines)
Blocks
(3 files, 159 lines)
Boundaries
(10 files, 1168 lines)
Types
(2 files, 7 lines)
Components
(1 files, 8 lines)
FlueGasZones
(2 files, 264 lines)
Tests
(3 files, 276 lines)
HeatExchanger
(2 files, 330 lines)
Tests
(3 files, 554 lines)
Junctions
(2 files, 182 lines)
Tests
(3 files, 370 lines)
Pipes
(2 files, 367 lines)
Tests
(3 files, 303 lines)
SolidComponents
(3 files, 327 lines)
Tests
(2 files, 84 lines)
Fluid
(8 files, 353 lines)
Interfaces
(8 files, 347 lines)
Media
(4 files, 240 lines)
Common
(1 files, 3 lines)
MixtureGasNasa
(1 files, 89 lines)
SingleGasNasa
(1 files, 58 lines)
IntH2O
(4 files, 237 lines)
library
(1 files, 6 lines)
TTSE
(1 files, 21 lines)
Utilities
(44 files, 1887 lines)
Units
(18 files, 42 lines)
Utilities
(2 files, 16 lines)
BaseClasses
(3 files, 364 lines)
Functions
(5 files, 562 lines)
CharacteristicNumbers
(3 files, 100 lines)
Test
(2 files, 94 lines)
HeatTransfer
(3 files, 165 lines)
InnerHeatTransfer
(1 files, 3 lines)
PressureLoss
(4 files, 134 lines)
Structures
(5 files, 211 lines)
SiemensPowerOMCtest
(3 files, 22001 lines)
Blocks
(4 files, 163 lines)
Boundaries
(9 files, 827 lines)
Components
(2 files, 14 lines)
FlueGasZones
(3 files, 350 lines)
HeatExchanger
(3 files, 361 lines)
Tests
(3 files, 178 lines)
Junctions
(3 files, 177 lines)
Pipes
(5 files, 651 lines)
Tests
(3 files, 170 lines)
SolidComponents
(6 files, 583 lines)
Valves
(3 files, 183 lines)
Tests
(3 files, 145 lines)
HeatExchanger
(3 files, 361 lines)
Tests
(3 files, 178 lines)
Interfaces
(5 files, 189 lines)
Junctions
(3 files, 177 lines)
Media
(2 files, 12 lines)
Common
(2 files, 5 lines)
MixtureGasNasa
(2 files, 90 lines)
ExhaustGas
(3 files, 76 lines)
IntH2O
(4 files, 189 lines)
TTSE
(2 files, 22 lines)
Utilities
(15 files, 634 lines)
Pipes
(4 files, 305 lines)
Utilities
(2 files, 14 lines)
BaseClasses
(5 files, 476 lines)
Functions
(6 files, 334 lines)
CharacteristicNumbers
(6 files, 214 lines)
HeatTransfer
(5 files, 305 lines)
InnerHeatTransfer
(5 files, 145 lines)
PressureLoss
(5 files, 138 lines)
Structures
(7 files, 262 lines)
Types
(3 files, 41 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 81 (100.0%) | 7718 (100.0%) | 95.2 |
alash325 | 30 (37.0%) | 3524 (45.7%) | 117.4 |
adrpo | 11 (13.6%) | 1815 (23.5%) | 165.0 |
sjoelund.se | 17 (21.0%) | 988 (12.8%) | 58.1 |
perost | 7 (8.6%) | 784 (10.2%) | 112.0 |
adeas31 | 1 (1.2%) | 256 (3.3%) | 256.0 |
vitalij | 10 (12.3%) | 225 (2.9%) | 22.5 |
mahge930 | 2 (2.5%) | 106 (1.4%) | 53.0 |
lochel | 2 (2.5%) | 14 (0.2%) | 7.0 |
wbraun | 1 (1.2%) | 6 (0.1%) | 6.0 |
- Expected output.
256 lines of code changed in 1 file:
- 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
539 lines of code changed in 1 file:
+ Removed some unnecessary asub creations.
+ consider subscripts when looking for cref dependencies.
16 lines of code changed in 1 file:
Make loadFile("Modelica/package.mo") also consider the uses-annotation and load those packages (just like loadModel does, but with a different MODELICAPATH)
2 lines of code changed in 1 file:
Merged branches/FFrontEnd into trunk/
Main changes:
- changed the environment to support both non-destructive and destructive updates
- Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph
- FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope"
- all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are
- all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array<FCore.Node>, size 1)
- FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list
- for all components having modifications the last class in the type path is renamed to include the
prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions,
records, etc and we need a unique type scope for that)
Example: A.B.C c -> A.B.C$c c
Bug fixes:
- calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit)
- #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc)
#2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions)
#2835 - handle overconstrained connectors extending basic types (used in PowerSystems library)
- do not loose modifications on derived classes handled by InstExtends
- some error messages about missing components in Fluid library are gone
- for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint)
1230 lines of code changed in 1 file:
#2815 Handle fold reductions of user-defined functions with polymorphic types
- Also handle folding functions of type A,B->B, if the second argument has a constant default binding
1 lines of code changed in 1 file:
Fix for #2806:
- Remove input/output from variables which are not at top-level or inside a
top-level connector.
39 lines of code changed in 1 file:
added simplify rule
1 lines of code changed in 1 file:
added some simplify rules
47 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)
4 lines of code changed in 1 file:
added rules:
- a*x*b + c*x = x*(a*b + c)
- a*x + b*x*c = x*(a + b*c)
6 lines of code changed in 1 file:
- added rule for a*x*c + d*x*e => x*(a*c + d*e)
3 lines of code changed in 1 file:
- imporved rule x/c1 = c2*x
18 lines of code changed in 1 file:
Fix some of the sorting of components based on dependencies in the bindings
- Would silently fail in some cases in the past
- Some models now give no warnings in compile-time and run-time
- AIMS_Start gives a different result for one variable
- UnevaluateableFixedAttribute.mos gives different results for RML and bootstrapped omc versions
89 lines of code changed in 1 file:
- Improved DAEDumpTpl and switched to it as default.
- Untupled min and max in DAE.VariableAttributes.
93 lines of code changed in 1 file:
- 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
171 lines of code changed in 1 file:
- update tests
7 lines of code changed in 1 file:
- added rules for signum
- added rule for e/exp(e1) => e * exp(-e1)
7 lines of code changed in 1 file:
- new simplify rule for a + (-b)/x = a - b/x
13 lines of code changed in 1 file:
- fix r19111
- get ./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos working again
13 lines of code changed in 1 file:
- 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
128 lines of code changed in 1 file:
- Changed DAEDump to always print out modifications after the variable name
instead of after the type name.
519 lines of code changed in 1 file:
- 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
381 lines of code changed in 1 file:
- added for evaluation of actualStream-operator smooth(0, exp)
- actualStream-Operator should not generate events
6 lines of code changed in 1 file:
Fix for #2503:
- Propagate visibility prefix to components of structured components.
24 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.
25 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
3 lines of code changed in 1 file:
Fix for bug: #2346
- sort also the variable components for instantiation based on their bindings
- sort the DAE in the order it is defined in the Modelica file
10 lines of code changed in 1 file:
- do not collapse (initial) algorithms for dumping
1 lines of code changed in 1 file:
add some simplify rules
1 lines of code changed in 1 file:
Move some expressions around when you do simplifications only if this improves the complexity of the expression
42 lines of code changed in 1 file:
Compiler/FrontEnd/InstExtends.mo
- handle SCode.DERIVED (for class extends X)
- strip environment prefix from crefs and paths.
Compiler/Template/AbsynDumpTpl.tpl
- handle Absyn.PARTEVALFUNCTION
Compiler/FrontEnd/F*
- add first draft of graph for SCode.
- not used yet
testsuite/flattening/*
- fix tests due to environment strip.
0 lines of code changed in 1 file:
- partial fix for bug #132
- added TestPackageInheritance.* tests
- we don't check subtyping of redeclared elements yet.
5 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.
3 lines of code changed in 1 file:
Preserve function comments and annotations for external functions
3 lines of code changed in 1 file:
- Reverted r15866, since it broke some testcases.
54 lines of code changed in 1 file:
Fix for #2159:
- Only consider components in modifiers when sorting elements during instantiation.
54 lines of code changed in 1 file:
- Preserve the comment for the flattened class in the flattened output.
- Don't translate enumeration literals to integers when simplifying asubs.
1 lines of code changed in 1 file:
#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)
3 lines of code changed in 1 file:
"StateSelect =" to "stateSelect ="
20 lines of code changed in 1 file:
(12 more)