/IMPVEL/FGEO

Block Format Keyword Describes the final position of a set of N nodes. The final position is provided by a node number. The node may eventually move.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/IMPVEL/FGEO/impvel_ID/unit_ID
impvel_title
fct_ID part_ID fct_IDL sens_ID
Ascale T0 Tstart FscaleL Dmin
node_ID1 node_ID'1
etc etc
node_IDN node_ID'N

Definition

Field Contents SI Unit Example
impvel_ID Imposed velocity block identifier.

(Integer, maximum 10 digits)

unit_ID Unit Identifier.

(Integer, maximum 10 digits)

impvel_title Final geometry block title.

(Character, maximum 100 characters)

fct_ID Time function identifier.

(Integer)

part_ID Spring part identifier. 5

(Integer)

fct_IDL Load time function identifier.

(integer)

sens_ID Sensor identifier.

(Integer)

Ascale Abscissa scale factor for fct_ID.

Default = 1.0 (Real)

[s]
T0 Time duration. 3

(Real)

[s]
Tstart Start time.

(Real)

[s]
FscaleL Ordinate scale factor for fct_IDL.

Default = 1.0 (Real)

[N]
Dmin Distance between node_IDN and node_ID'N, which will be rigidly connected.

(Real)

[m]
node_ID1 Node identifier.

(Integer)

node_ID'N Node identifier giving the final position of node_IDN.

(Integer)

Comments

  1. A velocity is imposed to node_IDN in the direction of node_ID'N. The initial position of node_IDN and node_ID'N are provided in /NODE.
  2. fct_ID defines the time evolution of the imposed velocity.
  3. T0 is the duration used to compute a scale factor on the velocity of node_IDN. With d0 being the initial distance between node_IDN and node_ID'N:
    V(t)=fT(t)d0T0

    Where fT is the function of fct_IDT.

  4. Abscissa scale factor, Ascale is used to transform the function of time, as:
    F(t'
  5. Initial node position node_IDN and final node position node_ID'N can be defined as a spring (node_IDN, node_ID'N) with zero stiffness. The spring part_ID is optional and can be used to simplify the input since a pre-processor can easily generate springs between an initial position and a final one.
  6. fct_IDL defines the time evolution of an optional concentrated load applied on all destination nodes node_ID'N.