1 model

Model Brief Group Linux Windows Headless Visualisation FMI 2.0 FMI 3.0 Licence required
Mass-spring-damper A unit mass on a linear spring. base yes no yes yes yes yes yes

Before you run one

  • Every model needs an FhSim licence. Unless it is marked licence included, point the SFH_LICENSE_FILE environment variable at your licence file before the host loads the FMU; without it the FMU fails initialisation with Cannot find a valid licence file. The file is rewritten on each run, so it has to be writable. Contact SINTEF to obtain one.
  • The FMU declares canBeInstantiatedOnlyOncePerProcess, and warns unless it is loaded by proxyfmu.
  • An ExternalLinkStandard object's input ports become the FMU's outputs, and its outputs become the FMU's inputs. The causality is inverted relative to FhSim.
  • The renderer build starts with visualization set to true, so a host that never touches the parameter will open a render window.
  • fmus is the FMU Index client: gitlab.sintef.no/co-simulation/fmu-index.