Previous section-----Next section

7.3.2 Reaction

The Reaction function is used to convert the Lagrange multipliers that are returned by SolveMech into specific reaction forces and moments that are applied to each body by the constraints in the mechanism model.

The function for finding constraint reaction forces.

An option for Reaction.

To demonstrate the use of Reaction, loads are applied to the ladder-on-wall model that was redefined in Section 7.3.1.

  • A Force of 10 units is applied downward to the top of the ladder.
  • A Force of 100 units is applied downward at the center of the ladder.
  • A Moment of 5 units is applied to the ladder in the counterclockwise sense.
  • Here are the load objects for the ladder-on-wall model.

    Only the first two loads are added to the model initially; the other load will be added later. The model can then be run with the Solution -> Static option to solve for the Lagrange multipliers.

    Load 1 and load 2 are applied to the current model.

    Now run the model at T = 6.0.

    Because the Reaction function references constraints by number, names are given to each of the constraints for clarity.

    Names are defined for each of the constraints in the model.

    The horizontal force at the bottom of the ladder that is required to hold the ladder in its current position is the reaction to constraint 1, the driving constraint. Note that the Y force and the moment sustained by the driving constraint are both zero, and always will be, because the driving constraint (RelativeX1) does not constrain motion in the Y or CapitalTheta directions, therefore, it cannot sustain any load in those directions.

    Here is the reaction to the driver.

    For the ladder to be in equilibrium, the force at the driver must be balanced by the force against the wall. Note that the Reaction function, like all other Mech output functions, returns a symbolic expression in terms of dependent variables.

    Here is the reaction against the wall.

    Note that if a different point is chosen about which to calculate the reaction, only the moment is changed. A reaction force is not a function of the point about which the reaction is calculated, therefore, the choice of a calculation point never affects the force, only the moment.

    Here is the reaction against the wall calculated about a point on the ground.

    Since there is no friction in this model, the sum of all of the vertical forces is applied to the floor.

    Here is the reaction against the floor.

    When the applied moment, load 3, is added to the model, it shows up as added reaction force against the driver and the wall.

    The moment that was previously defined is added to the model.

    Here is the reaction against the wall.