[root]/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 304 (100.0%) | 25.3 |
sjoelund.se | 4 (33.3%) | 154 (50.7%) | 38.5 |
petar | 4 (33.3%) | 150 (49.3%) | 37.5 |
alash325 | 4 (33.3%) | 0 (0.0%) | 0.0 |
- Java and uncertainties directories are moved from testsuite to testsuite/openmodelica directory
- Updated Makefile for both
0 lines of code changed in 4 files:
- Fixed svn:eol-style
154 lines of code changed in 4 files:
-Added attribute to builtin classes real and integer for uncertainty distributions called distribution with record definition:
record Distribution
String name;
Real params[:];
String paramNames[:];
end Distribution;
-Improved BackendDAEOptimize.removeParameters. Now also visits attributes of builtin classes (needed for uncertainty tests)
-Introduced aliases in BackendDAEUtil so you don't have to write so much when declaring new variables from BackendDAE.
-Added function BackendDAEUtil.getAllVarLst that retrieves all variables (incl. parameters) from the dae.
-Added testsuite folder for uncertainties
-Added functions BackendVariable.{setVarAttributes,varDistribution,varHasDistributionAttribute}
-Added package Backend/OpenTURNS.mo and begun implementation of python script generation (distributions added)
-Added script function buildOpenTURNSInterface(className,templateFile)
150 lines of code changed in 4 files: