msopt#
- SpecialPurpose.msopt(option='', sname='', value1='', value2='', value3='', value4='', value5='', value6='', value7='', **kwargs)#
Specifies solution options for a multistage cyclic symmetry analysis.
Mechanical APDL Command: MSOPT
- Parameters:
- option
str Multistage cyclic symmetry analysis option. There is no default. You must choose one of the following options:
CSYS- Activates a previously defined cyclic coordinate system by the reference number specified inValue1.Snameis ignored. This option is only valid in the /PREP7 processor.Value1- Cylindrical coordinate system reference number. You must have already created the coordinate system by issuing prior commands like cs or local to define it. Defaults to 1 where the global Cartesian Z axis is the cyclic symmetry axis.
You must define the coordinate system before defining the stages.
NEW- Creates a new stage with the name entered inSnameand theValue1-Value6specifications listed in the table below. This option is only valid in the /PREP7 processor.Sname- An alphanumeric name used to identify the stage.Snamemay be up to 32 characters, beginning with a letter and containing only letters, numbers, and underscores. Names beginning with an underscore (for example, _LOOP) are reserved for use by Mechanical APDL and should be avoided. The component name ALL is not permitted.
This command contains some tables and extra information which can be inspected in the original documentation pointed above.
When creating a new stage, the base and duplicate sector meshes should be coincident. The offset between the number of base and duplicate coincident nodes is constant throughout the whole model. The same is true for the element numbers.
DELETE- Deletes the stage identified bySname.Sname- The name of the stage to be deleted. Entities such as nodes and elements contained in the stage are unaffected. Only the grouping and the related constraint equations are concerned.
EXPAND- Specifies stages (identified bySname) and sectors (sector number specified inValue1) for subsequent expansion. This option is only valid in the /POST1 processor.Sname- The name of the stage to be expanded. A value of 0 resets all expansion settings. A value of ALL means all existing stages will be expanded (default).Value1- The sector number. A value of 0 resets all sector settings. A value of ALL means all sectors will be expanded (default).
LIST- Lists the stage identified bySnamewith the level of detail specified inValue1.Sname- The name of the stage to be listed. If blank, list all stages (default).Value1- Key for specifying the level of detail.0 (, or OFF)- Basic listing (default).1 (, or ON)- Detailed listing, including constraint equations information. Note that the interstage constraint equations number information is only listed for the stage with the smallest number of sectors.
MODIFY- Sets the harmonic index of a stage identified bySnameto the integer specified inValue1.Sname- The name of the stage to be modified.Value1- The new harmonic index. Existing cyclic and multistage interface constraint equations will be deleted.
RESET- Deletes all stages and resets all multistage analysis settings.
- sname
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- value1
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- value2
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- value3
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- value4
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- value5
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- value6
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- value7
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- option
Notes
The msopt command is used to specify solution options for a multistage cyclic symmetry analysis. It is not part of the cyclic procedure for a cyclic symmetry analysis.
When you issue msopt,EXPAND, subsequent Set displays commands read the data set from the specified
.rstfile and expand the nodes and elements to the stages and sectors specified via msopt,EXPAND.Example Usage Example: Static Analysis of a Compressor Model with 4 Axial Stages Without a Duplicate Sector
Example: Mutistage Multiharmonic Modal Analysis of a Hollow Cylinder Modeled Using 2 Stages
Example: Multiharmonic Linear Perturbation Modal Analysis of a Simplified Model with 3 Axial Stages