Skip to content

modelica/fmusim

Repository files navigation

fmusim

Simulate and validate Functional Mock-up Units

Installation

Install fmusim with our standalone installers

# on macOS and Linux
curl -LsSf https://raw.githubusercontent.com/modelica/fmusim/refs/heads/main/install.sh | sh
# on Windows
powershell -ExecutionPolicy ByPass -c "irm https://raw.githubusercontent.com/modelica/fmusim/refs/heads/main/install.ps1 | iex"

or download the latest release.

Build with cargo

  • install Rust
  • clone the repository recursively git clone --recursive https://github.com/modelica/fmusim.git
  • build fmusim cargo build --release

Usage

$ ./fmusim
Simulate and validate Functional Mock-up Units

Usage: fmusim <COMMAND>

Commands:
  info      Display information about an FMU
  validate  Validate an FMU
  simulate  Simulate an FMU
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

About

Simulate and validate Functional Mock-up Units

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors