This procedure is valid, if you use our stable version linked within github.
- Call up the Release Page of the TransiEnt Library Repository on Github: https://github.com/TransiEnt-official/transient-lib/releases
- Choose the latest version and download the .zip or -tar.gz file.
- Extract folder at the desired location (Example: C:/$DYMOLA$/Modelica/Library/)
- Download the newest version of ClaRa Library here.
- Copy the .zip folder into the TransiEnt Library folder at the same level of the readme.txt file and extract the ClaRa folder.
- Personlize the file loadTransiEnt.mos:
- Enter the file path of the TransiiEnt Library (Example: C:/$DYMOLA$/Modelica/Library/transient-lib.2.0.2).
- Enter the path of your desired result folder (Example: C:/Documents/ModelicaSimulations/results), be sure that the folder already exists.
- If version of ClaRa is higher than in file loadTransiEnt.mos, than the following two steps are necessary:
- Change the version number in file loadTransiEnt.mos.
- Change the version number in file package.mo in folder TransiEnt (Example: C:/$DYMOLA$/Modelica/Library/transient-lib-2.0.2/TransiEnt 2.0.2/package.mo). You have to scroll down a little until you find the two important lines.
- You can start TransiEnt Library now with a double-click on loadTransiEnt.mos.
- Optional: If TransiEnt should always be opened when Dymola is started, do the following:
- Open dymola.mos in C:/$DYMOLA$/insert/.
- Add a new line with: RunScript("$DYMOLA$/<path-to-loadTransiEnt.mos>");
If you use our current "nightly build" repo, do the following steps:
- type in your git bash command field: git clone --recursive <transient-project-url>