synchro#
- Inertia.synchro(ratio='', cname='', **kwargs)#
Specifies whether the excitation frequency is synchronous or asynchronous with the rotational velocity of a structure.
Mechanical APDL Command: SYNCHRO
- Parameters:
- ratio
str In a stationary reference frame ( coriolis with
RefFrame= ON),RATIOis the ratio between the frequency of excitation and the frequency of the rotational velocity of the structure. This value must be greater than 0. The default is an unbalance excitation.In a rotating reference frame ( coriolis with
RefFrame= OFF),RATIOis the ratio between the frequency of excitation and the frequency of the rotational velocity of the structure minus 1. This value must be greater than 0. There is no default.- cname
str The name of the rotating component on which to apply the harmonic excitation.
- ratio
Notes
The synchro command specifies whether the excitation frequency is synchronous or asynchronous with the rotational velocity of a structure in a harmonic analysis. Use the command to take into account rotating harmonic forces on rotating structures.
Mechanical APDL calculates the rotational velocity Ω of the structure from the excitation frequency f, defined (via the harfrq command) as Ω = 2π f /
RATIO. The rotational velocity is applied along the direction cosines of the rotation axis (specified via an omega or cmomega command).In a stationary reference frame, specifying any value for
RATIOcauses a general rotational force excitation and not an unbalance force. To define an unbalance excitation force (F = Ω 2 * Unb),RATIOshould be left blank (the nodal unbalance Unb is specified via the f command).In a rotating reference frame ( coriolis with
RefFrame= OFF), an unbalance excitation is a static load; therefore, a value must be supplied forRATIO.The synchro command is valid only for the full harmonic analysis method ( hropt,FULL) and the frequency-sweep harmonic analysis method ( hropt,VT) involving a rotating structure ( omega or cmomega ) with Coriolis enabled ( coriolis ).