CYCFREQ, Option
, Value1
, Value2
, Value3
, Value4
, Value5
Specifies solution options for a cyclic symmetry mode-superposition
harmonic analysis.
Option
One of the following options:
AERO | — | Specify the array containing the aerodynamic damping coefficients.
| ||||||||||||||||||
BLADE | — | Blade information required for a mistuning analysis.
| ||||||||||||||||||
DEFAULT | — | Set the default cyclic harmonic solution settings. | ||||||||||||||||||
EO | — | Excitation engine order.
| ||||||||||||||||||
MIST | — | Mistuning parameters.
| ||||||||||||||||||
MODAL | — | Specifies if a damped modal analysis should be performed on the reduced system.
| ||||||||||||||||||
RESTART | — | Defines the point at which to restart the harmonic analysis.
| ||||||||||||||||||
USER | — | Causes the program to call for a user-defined solution.
| ||||||||||||||||||
STATUS | — | List the harmonic solution option settings active for the cyclic model. |
The program solves a cyclically symmetric model (set up via the CYCLIC command during preprocessing) at the harmonic indices specified via the CYCOPT command.
When Option
= AERO, the
aerodynamic coefficients are specified in a 5×(N×r) array (*DIM),
where N is the number of blades and r can be any positive integer. Each column has the
structure:
where:
= the ith interblade phase angle (IBPA) |
= the mth vibrating blade mode |
= the nth blade mode generating the pressure oscillations |
and = the real and imaginary coefficients. |
One aerodynamic damping coefficient must be specified for each IBPA (equal to the number of blades) while keeping m and n constant.
The following table shows how the IBPA index () relates to other quantities for a system with 22 blades:
IBPA Index () | Nodal Diameter | IBPA (degrees) |
---|---|---|
0 | 0 | 0 |
1 | 1 | 16.36 |
20 | -2 | -32.73 |
21 | -1 | -16.36 |
The CYCFREQ,AERO command is only valid if CYCFREQ,BLADE is also specified. The blade mode numbers, m and n, are relative to the values kept in the CYCFREQ,BLADE command.
For constant (frequency-independent) mistuning, the stiffness parameters are specified in an N×1 array (*DIM) where N is the number of blades.
For stiffness mistuning, each row entry
represents the deviation of Young’s modulus from nominal, (or equivalently, the ratio of the frequency deviation
squared). Each frequency can also be independently mistuned, in which
case the array is N×M, where M is the number of blade frequencies
(Value3
of CYCFREQ,BLADE).
The entries in each row therefore correspond to the ratio of the mistuned
frequency to the tuned frequency squared minus one:
The USER option activates the solution macro CYCMSUPUSERSOLVE.MAC. The normal solution is skipped. You may implement your own mistuning solution using APDL and APDL Math operations, or call your own program for the solution.
The CYCFREQ command is valid in the preprocessing and solution stages of an analysis.
The CYCFREQ,MODAL,ON command writes modal frequencies to the output file. No other postprocessing is available for this modal solve.
When using CYCFREQ,RESTART, only mistuning parameters or frequency range may be changed. All other changes in parameters are ignored. This type of restart can only be performed by exiting the current mistuning solution using FINISH and re-entering the solution phase using /SOLU and then calling the desired CYCFREQ,RESTART command.
To learn more about analyzing a cyclically symmetric structure, see the Cyclic Symmetry Analysis Guide.