Library
Iconic Diagrams\Mechanical\Translation\2DSmallAngles
Domains: Continuous. Size: 1-D/2-D. Kind: Iconic Diagrams (1D Translation,1D Rotation, 2D Planar).
This model is used to find the absolute velocity of a TwoDBody model. It has a port P which can be connected to the body and it has three output signals that denotes the x- and y-velocity and the angular velocity of the body. The model has a force out causality. The equations are:
P.F = 0;
vx = P.v[1];
vy = P.v[2];
omega = P.v[3];
Ports |
Description |
P[3] |
Port with three degrees of freedom (x, y, q). |
Causality |
|
fixed force out P |
|
Output |
|
vx |
Absolute velocity [m]. |
vy |
Absolute velocity [m]. |
omega |
Absolute angular velocity [rad]. |