forked from calculix/cae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SELECT_CYCLIC_SYMMETRY_MODES.html
5 lines (4 loc) · 1.4 KB
/
SELECT_CYCLIC_SYMMETRY_MODES.html
1
2
3
4
5
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *SELECT CYCLIC SYMMETRY MODES </H2> <P> Keyword type: step <P> This option is used to trigger an eigenmode or a Green function analysis for cyclic symmetric structures. It must be preceded by a *FREQUENCY or *GREEN card, respectively. There are two optional parameters NMIN, NMAX. NMIN is the lowest cyclic symmetry mode number (also called nodal diameter)to be considered (default 0), NMAX is the highest cyclic symmetry mode number (default N/2 for N even and (N+1)/2 for N odd, where N is the number of sectors on the *CYCLIC SYMMETRY MODEL card. <P> For models containing the axis of cyclic symmetry (e.g. a full disk), the nodes on the symmetry axis are treated differently depending on whether the cyclic symmetry mode number is 0, 1 or exceeds 1. Therefore, for such structures calculations for cyclic symmetry mode numbers 0 or 1 must be performed in separate steps with NMIN=0,NMAX=0 and NMIN=1,NMAX=1, respectively. <P><P> <BR> <P> First and only line: <UL> <LI>*SELECT CYCLIC SYMMETRY MODES </LI> <LI>Enter the parameters NMIN and NMAX and their values, if appropriate. </LI> </UL> <P> <PRE>
Example:
*SELECT CYCLIC SYMMETRY MODES, NMIN=2, NMAX=4
</PRE> <P> triggers a cyclic symmetry calculation for mode numbers 2 up to and including 4. <P> <P><P> <BR> Example files: segment, fullseg, greencyc1. <P> </body></html>