SV

The SV function returns the value of a velocity at a given location S along a beam. The value of S ranges between 0.0 and 1.0. A given value of S determines a unique location along the axis of FE_PART.
When evaluating the loads during a simulation, Adams Solver C++ sets the value of S at every integration point and computes the value of the distributed load and its derivatives. Accordingly, it sets the value of the function SV depending on the specified component.

Format

SV(comp)

Arguments

 
comp
An integer value specifying the kinematic component at a given position. All values are in the global frame.
1 = x component of velocity
2 = y component of velocity
3 = z component of velocity
4 = x component of angular velocity
5 = y component of angular velocity
6 = z component of angular velocity

Example

FE_LOAD/1, FE_PART=3, FX=3.3*(SV(1)-VX(7))
In this example, the distributed load depends on the global x velocity along the beam.