Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
casella committed Nov 26, 2015
2 parents c424265 + 1622201 commit 411fba9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Ignore Dymola output, log and temporary files (in alphabetical order)
*.bak-mo
*.mat
*.mof
buildlog.txt
dsfinal.txt
dsin.txt
dslog.txt
dsmodel.c
dsmodelext*.c
dsmodelext*.obj
dsres.txt
dymosim.exe
dymosim.exp
dymosim.lib
empty.txt
modelDescription.xml
request
stat
status
stop
success
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ A suite of scalable Modelica test models for tool development and evaluation

## Library description

This library contains a collection of Modelica models whose size can be scaled by means of integer parameter(s). This is useful to test the ability of Modelica tools to compile and simulate models of increasing size efficiently.
This library contains a collection of Modelica models whose size can be scaled by means of integer parameter(s). This is useful to test the ability of Modelica tools to compile and simulate models of increasing size efficiently.
More information can be found in the related publication:
* Casella, Francesco (2015). "Simulation of Large-Scale Models in Modelica: State of the Art and Future Perspectives",
_Proceedings of the 11th International Modelica Conference_,
doi:[10.3384/ecp15118459][1]


## Current release

Expand All @@ -22,3 +27,5 @@ Contributions in shape of [Pull Requests](https://github.com/casella/ScalableTes

## License
Licensed under [BSD 3-Clause License](https://github.com/casella/ScalableTestSuite/blob/master/LICENSE.md).

[1]: http://dx.doi.org/10.3384/ecp15118459 "11th Modelica conference 2015"

0 comments on commit 411fba9

Please sign in to comment.