Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmonize and add missing description attributes #604

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BouncingBall/FMI1CS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
fmiVersion="1.0"
modelName="BouncingBall"
modelIdentifier="BouncingBall"
description="This model calculates the trajectory, over time, of a ball dropped from a height of 1 m."
description="This model calculates the trajectory, over time, of a ball dropped from a height of 1 m"
generationTool="Reference FMUs (development build)"
guid="{1AE5E10D-9521-4DE3-80B9-D0EAAA7D5AF1}"
numberOfContinuousStates="2"
Expand Down
2 changes: 1 addition & 1 deletion BouncingBall/FMI1ME.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
fmiVersion="1.0"
modelName="BouncingBall"
modelIdentifier="BouncingBall"
description="This model calculates the trajectory, over time, of a ball dropped from a height of 1 m."
description="This model calculates the trajectory, over time, of a ball dropped from a height of 1 m"
generationTool="Reference FMUs (development build)"
guid="{1AE5E10D-9521-4DE3-80B9-D0EAAA7D5AF1}"
numberOfContinuousStates="2"
Expand Down
2 changes: 1 addition & 1 deletion BouncingBall/FMI2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<fmiModelDescription
fmiVersion="2.0"
modelName="BouncingBall"
description="This model calculates the trajectory, over time, of a ball dropped from a height of 1 m."
description="This model calculates the trajectory, over time, of a ball dropped from a height of 1 m"
generationTool="Reference FMUs (development build)"
guid="{1AE5E10D-9521-4DE3-80B9-D0EAAA7D5AF1}"
numberOfEventIndicators="1">
Expand Down
2 changes: 1 addition & 1 deletion BouncingBall/FMI3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<fmiModelDescription
fmiVersion="3.0"
modelName="BouncingBall"
description="This model calculates the trajectory, over time, of a ball dropped from a height of 1 m."
description="This model calculates the trajectory, over time, of a ball dropped from a height of 1 m"
generationTool="Reference FMUs (development build)"
instantiationToken="{1AE5E10D-9521-4DE3-80B9-D0EAAA7D5AF1}">

Expand Down
2 changes: 1 addition & 1 deletion Dahlquist/FMI1CS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
fmiVersion="1.0"
modelName="Dahlquist"
modelIdentifier="Dahlquist"
description="This model implements the Dahlquist test equation."
description="This model implements the Dahlquist test equation"
generationTool="Reference FMUs (development build)"
guid="{221063D2-EF4A-45FE-B954-B5BFEEA9A59B}"
numberOfContinuousStates="1"
Expand Down
2 changes: 1 addition & 1 deletion Dahlquist/FMI1ME.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
fmiVersion="1.0"
modelName="Dahlquist"
modelIdentifier="Dahlquist"
description="This model implements the Dahlquist test equation."
description="This model implements the Dahlquist test equation"
generationTool="Reference FMUs (development build)"
guid="{221063D2-EF4A-45FE-B954-B5BFEEA9A59B}"
numberOfContinuousStates="1"
Expand Down
2 changes: 1 addition & 1 deletion Dahlquist/FMI2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<fmiModelDescription
fmiVersion="2.0"
modelName="Dahlquist"
description="This model implements the Dahlquist test equation."
description="This model implements the Dahlquist test equation"
generationTool="Reference FMUs (development build)"
guid="{221063D2-EF4A-45FE-B954-B5BFEEA9A59B}"
numberOfEventIndicators="0">
Expand Down
1 change: 1 addition & 0 deletions Dahlquist/FMI3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<fmiModelDescription
fmiVersion="3.0"
modelName="Dahlquist"
description="This model implements the Dahlquist test equation"
generationTool="Reference FMUs (development build)"
instantiationToken="{221063D2-EF4A-45FE-B954-B5BFEEA9A59B}">

Expand Down
2 changes: 1 addition & 1 deletion Feedthrough/FMI1CS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
fmiVersion="1.0"
modelName="Feedthrough"
modelIdentifier="Feedthrough"
description="A model to test different variable types, causalities and variabilities"
description="A model to test different variable types, causalities, and variabilities"
generationTool="Reference FMUs (development build)"
guid="{37B954F1-CC86-4D8F-B97F-C7C36F6670D2}"
numberOfContinuousStates="0"
Expand Down
2 changes: 1 addition & 1 deletion Feedthrough/FMI1ME.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
fmiVersion="1.0"
modelName="Feedthrough"
modelIdentifier="Feedthrough"
description="A model to test different variable types, causalities and variabilities"
description="A model to test different variable types, causalities, and variabilities"
generationTool="Reference FMUs (development build)"
guid="{37B954F1-CC86-4D8F-B97F-C7C36F6670D2}"
numberOfContinuousStates="0"
Expand Down
2 changes: 1 addition & 1 deletion Feedthrough/FMI2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<fmiModelDescription
fmiVersion="2.0"
modelName="Feedthrough"
description="A model to test different variable types, causalities and variabilities"
description="A model to test different variable types, causalities, and variabilities"
generationTool="Reference FMUs (development build)"
guid="{37B954F1-CC86-4D8F-B97F-C7C36F6670D2}"
numberOfEventIndicators="0">
Expand Down
1 change: 1 addition & 0 deletions Feedthrough/FMI3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<fmiModelDescription
fmiVersion="3.0"
modelName="Feedthrough"
description="A model to test different variable types, causalities, and variabilities"
generationTool="Reference FMUs (development build)"
instantiationToken="{37B954F1-CC86-4D8F-B97F-C7C36F6670D2}">

Expand Down
1 change: 1 addition & 0 deletions Stair/FMI3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<fmiModelDescription
fmiVersion="3.0"
modelName="Stair"
description="This model generates a stair signal using time events"
generationTool="Reference FMUs (development build)"
instantiationToken="{BD403596-3166-4232-ABC2-132BDF73E644}">

Expand Down
2 changes: 1 addition & 1 deletion StateSpace/FMI3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<fmiModelDescription
fmiVersion="3.0"
modelName="StateSpace"
description="This model implements a linear time-invariant (LTI) system."
description="This model implements a linear time-invariant (LTI) system"
generationTool="Reference FMUs (development build)"
instantiationToken="{D773325B-AB94-4630-BF85-643EB24FCB78}">

Expand Down
1 change: 1 addition & 0 deletions VanDerPol/FMI3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<fmiModelDescription
fmiVersion="3.0"
modelName="van der Pol oscillator"
description="This model implements the van der Pol oscillator"
generationTool="Reference FMUs (development build)"
instantiationToken="{BD403596-3166-4232-ABC2-132BDF73E644}">

Expand Down
Loading