Skip to content

Commit

Permalink
Change axes orientation and set proper initial angle of joint "univer…
Browse files Browse the repository at this point in the history
…sal" in ModelicaTest.MultiBody.Joints.UniversalSpherical (#2926)
  • Loading branch information
tobolar authored and beutlich committed May 20, 2019
1 parent 133ef88 commit 0855a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ModelicaTest/MultiBody.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6416,9 +6416,9 @@ and plot gasForce.press over gasForce.s_rel.
Modelica.Mechanics.MultiBody.Joints.Universal universal(
w_a(fixed=true),
w_b(fixed=true),
n_a={1,0,0},
n_a={0,0,1},
n_b={0,1,0},
phi_a(fixed=true, start=-1.5707963267949),
phi_a(fixed=true, start=0),
phi_b(fixed=true, start=3.1415926535898))
annotation (Placement(transformation(extent={{-80,-10},{-60,10}})));
Modelica.Mechanics.MultiBody.Joints.FreeMotionScalarInit init(
Expand Down

0 comments on commit 0855a06

Please sign in to comment.