All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.zigzag2_fmu.modelDescription_me_only.xml Maven / Gradle / Ivy

Go to download

This package provides the native dependencies for the FMI++ Java bindings (e.g., Windows DLLs)

The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?>
<fmiModelDescription
    fmiVersion="2.0"
    modelName="zigzag2_me_only"
    guid="{12345678-1234-1234-1235-12345678910f}"
    numberOfEventIndicators="1">

  <ModelExchange
    modelIdentifier="zigzag2_me_only"/>

  <LogCategories>
    <Category name="logAll"/>
    <Category name="logError"/>
    <Category name="logFMICall"/>
    <Category name="logEvent"/>
  </LogCategories>

  <ModelVariables>
    <ScalarVariable name="x" valueReference="0" initial="calculated" variability="continuous"
		    description="the state of the fmu">
      <Real />
    </ScalarVariable>
    <ScalarVariable name="der(x)" valueReference="1" variability="continuous" initial="calculated">
      <Real derivative="1"/>
    </ScalarVariable>
    <ScalarVariable name="k" valueReference="2" variability="fixed" initial="exact"
		    causality="parameter">
      <Real start="100"/>
    </ScalarVariable>
    <ScalarVariable name="x0" valueReference="3" variability="fixed" initial="calculated"
		    causality="calculatedParameter"
		    description="starting value of the fmu.">
      <Real />
    </ScalarVariable>
  </ModelVariables>

  <ModelStructure>
    <Derivatives>
      <Unknown index="2"/>
    </Derivatives>
    <InitialUnknowns>
      <Unknown index="2"/>
    </InitialUnknowns>
  </ModelStructure>
</fmiModelDescription>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy