Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
casella committed Sep 29, 2015
2 parents 33ae11a + c631990 commit b521537
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Contributors:
- Kaan Sezginer
- Francesco Casella

You may report any issues with using the [Issues](../../issues) button.
You may report any issues with using the [Issues](https://github.com/casella/ScalableTestSuite/issues) button.

Contributions in shape of [Pull Requests](../../pulls) are always welcome.
Contributions in shape of [Pull Requests](https://github.com/casella/ScalableTestSuite/pulls) are always welcome.
2 changes: 1 addition & 1 deletion ScalableTestSuite/Mechanical/FlexibleBeam.mo
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package FlexibleBeam "Models of flexible beams"
final parameter SIunits.RotationalSpringConstant SpringCoeff = E * J / l
"spring coefficient";
parameter SIunits.PerUnit F "force component at y-axis";
Modelica.Mechanics.MultiBody.Joints.Revolute revolute[N](each useAxisFlange = true)
Modelica.Mechanics.MultiBody.Joints.Revolute revolute[N](each useAxisFlange = true, phi(each fixed = true), w(each fixed = true))
"N revolute joint";
Modelica.Mechanics.Rotational.Components.SpringDamper springdamper[N](each c = SpringCoeff, each d = DampCoeff)
"N spring damper to connect to N revolute";
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed ScalableTestSuite/Resources/Images/Thumbs.db
Binary file not shown.
Binary file not shown.

0 comments on commit b521537

Please sign in to comment.