Skip to content

Commit

Permalink
Clarify meaning of DefaultExperiment.stepSize for Model Exchange (#1980)
Browse files Browse the repository at this point in the history
fixes #1939
  • Loading branch information
t-sommer authored Sep 27, 2024
1 parent 8ddf60b commit 7fdad47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2_4_common_schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,9 @@ image::images/schema/DefaultExperiment.png[width=60%, align="center"]
[[stepSize,`stepSize`]]`<DefaultExperiment>` consists of the optional default start time, stop time, relative tolerance, and step size for a simulation run.
A tool may ignore this information. +
_[However, it is convenient for a user that <<startTime>>, <<stopTime>>, <<tolerance>> and <<stepSize>> have already a meaningful default value for the model at hand.]_ +
Furthermore, for Co-Simulation FMUs the <<stepSize>> defines the preferred <<communicationStepSize>>.
<<startTime>>, <<stopTime>> and <<stepSize>> refer to the unit of the <<independent>> variable.
<<stepSize>> defines the preferred <<communicationStepSize>> for Co-Simulation.
For Model Exchange and Scheduled Execution <<stepSize>> has no defined meaning.

[[ModelVariables,`<ModelVariables>`]]
==== Model Variables
Expand Down

0 comments on commit 7fdad47

Please sign in to comment.