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

Add definition of reinitialization to glossary #1964

Merged
merged 1 commit into from
Aug 27, 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
6 changes: 3 additions & 3 deletions docs/2_4_common_schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1403,9 +1403,9 @@ All variables listed in these elements must have attribute `derivative`.
|`reinit`
|[[reinit,`reinit`]]
Only used in Model Exchange, ignored for the other interface types.
May only be present for a continuous-time <<state>>. +
If `true`, <<state>> may be reinitialized by the FMU in <<EventMode>>. +
If `false`, <<state>> will not be reinitialized.
May only be present for a <<state,continuous-time state>>. +
If `true`, the <<state>> may be <<reinitialization,reinitialized>> by the FMU in <<EventMode>>. +
If `false`, the <<state>> will not be <<reinitialization,reinitialized>>.

|====

Expand Down
3 changes: 3 additions & 0 deletions docs/7___appendix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ The execution of a model partition is triggered by the activation of its Clock.
Examples are a mass, stiffness, etc.
These parameters are different from <<calculatedParameter,calculated parameters>>, because they can be changed independently (according to their <<variability>>).

|[[reinitialization]]_reinitialization_
|Recalculation of <<state,continuous-time states>> by the model.

|_runtime environment_
|See co-simulation environment

Expand Down
Loading