From 7d06d9df280b971a4a0c92626b746f1418ba6f77 Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Thu, 18 Nov 2021 13:26:54 +0100 Subject: [PATCH] AdditionalFixup --- RationaleMCP/0031/differences.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/RationaleMCP/0031/differences.md b/RationaleMCP/0031/differences.md index c2aed1e55..338d474e2 100644 --- a/RationaleMCP/0031/differences.md +++ b/RationaleMCP/0031/differences.md @@ -430,19 +430,19 @@ end A; ``` Variable | Start-value | Priority in Modelica --------|--------------|------ -'b.m1.x' | 1.0 | 3 -'b.m1.y' | | -'b.m1.z' | | +`b.m1.x` | 1.0 | 3 +`b.m1.y` | | +`b.m1.z` | | || -'b.m2.x' | 1.0 | 3 -'b.m2.y' | 4.0 | 1 -'b.m2.z' | 2.0 | 2 +`b.m2.x` | 1.0 | 3 +`b.m2.y` | 4.0 | 1 +`b.m2.z` | 2.0 | 2 || -'b.m3.x' | 1.0 | 3 -'b.m3.y' | 3.0 | 2 -'b.m3.z' | | +`b.m3.x` | 1.0 | 3 +`b.m3.y` | 3.0 | 2 +`b.m3.z` | | -In this case it is recommended to use `m1.x`, `m2.y`, and `m3.y` as iteration variables in the non-linear equations. +In this case it is recommended to use `b.m1.x`, `b.m2.y`, and `b.m3.y` as iteration variables in the non-linear equations. For initialization these start-values can also be used for selecting additional start-values while also considering fixed-attributes.