-
Bernhard Rumpe authoredBernhard Rumpe authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 1.11 KiB
Co-Simulation Generator
The Co-Simulation Generator project is responsible for the generation step of the co-simulation framework.
It generates the Java classes ConcreteExecution
and StartExecution
which contain all information that are required to start the co-simulation.
There are two possibilities to use the co-simulation generator:
- Co-Simulator Command-Line Interface: Manual usage → Quick but only for experiments.
- Co-Simulator Maven Plugin: Automatic execution → For simulation setups which configuration can change over time.
For instructions how to use the CLI and the Maven plugin respectively consider the corresponding Gitlab documentation.