Skip to content

Commit

Permalink
Proper word
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Oct 17, 2023
1 parent 017cb92 commit 529c20e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ partial model PartialElementaryOneFlangeAndSupport2
Support support(phi=phi_support, tau=-flange.tau) if useSupport
"Support/housing of component"
annotation (Placement(transformation(extent={{-10,-110},{10,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
protected
SI.Angle phi_support "Absolute angle of support flange";
equation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ partial model PartialElementaryRotationalToTranslational
Rotational.Interfaces.Support supportR if useSupportR
"Rotational support/housing of component" annotation (Placement(
transformation(extent={{-110,-110},{-90,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
Translational.Interfaces.Support supportT if useSupportT
"Translational support/housing of component"
annotation (Placement(transformation(extent={{110,-110},{90,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");

protected
Rotational.Interfaces.InternalSupport internalSupportR(tau=-flangeR.tau)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ partial model PartialElementaryTwoFlangesAndSupport2
Support support(phi=phi_support, tau=-flange_a.tau - flange_b.tau) if
useSupport "Support/housing of component"
annotation (Placement(transformation(extent={{-10,-110},{10,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
protected
SI.Angle phi_support "Absolute angle of support flange";
equation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ partial model PartialOneFlangeAndSupport
extent={{90,-10},{110,10}})));
Support support if useSupport "Support/housing of component"
annotation (Placement(transformation(extent={{-10,-110},{10,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
protected
Support internalSupport
"Internal support/housing of component (either connected to support, if useSupport=true, or connected to fixed, if useSupport=false)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ partial model PartialTwoFlangesAndSupport
transformation(extent={{90,-10},{110,10}})));
Support support if useSupport "Support/housing of component"
annotation (Placement(transformation(extent={{-10,-110},{10,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
protected
Support internalSupport
"Internal support/housing of component (either connected to support, if useSupport=true, or connected to fixed, if useSupport=false)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ partial model PartialElementaryOneFlangeAndSupport2
Support support(s=s_support, f=-flange.f) if useSupport
"Support/housing of component"
annotation (Placement(transformation(extent={{-10,-110},{10,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
protected
SI.Length s_support "Absolute position of support flange";
equation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ partial model PartialElementaryTwoFlangesAndSupport2
Support support(s=s_support, f=-flange_a.f - flange_b.f) if useSupport
"Support/housing of component"
annotation (Placement(transformation(extent={{-10,-110},{10,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
SI.Length s_a "Distance between left flange and support";
SI.Length s_b "Distance between right flange and support";
protected
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ partial model PartialOneFlangeAndSupport
transformation(extent={{90,-10},{110,10}})));
Support support if useSupport "Support/housing of component"
annotation (Placement(transformation(extent={{-10,-110},{10,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
protected
Support internalSupport
"Internal support/housing of component (either connected to support, if useSupport=true, or connected to fixed, if useSupport=false)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ partial model PartialTwoFlangesAndSupport
extends Translational.Interfaces.PartialTwoFlanges;
Support support if useSupport "Support/housing of component"
annotation (Placement(transformation(extent={{-10,-110},{10,-90}})),
mustBeConnected="An enabled support connector should be enabled");
mustBeConnected="An enabled support connector should be connected");
protected
Support internalSupport
"Internal support/housing of component (either connected to support, if useSupport=true, or connected to fixed, if useSupport=false)"
Expand Down

0 comments on commit 529c20e

Please sign in to comment.