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:
optionstr

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 in Value1. Sname is 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 in Sname and the Value1 - Value6 specifications listed in the table below. This option is only valid in the /PREP7 processor.

    • Sname - An alphanumeric name used to identify the stage. Sname may 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 by Sname.

    • 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 by Sname ) and sectors (sector number specified in Value1 ) 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 by Sname with the level of detail specified in Value1.

    • 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 by Sname to the integer specified in Value1.

    • 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.

snamestr

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

value1str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

value2str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

value3str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

value4str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

value5str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

value6str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

value7str

The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.

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 .rst file 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: Linear Perturbation Modal Analysis of a Simplified Model with 2 Axial Stages and a Non- planar Interstage Boundary

Example: Modal Analysis of Turbomachinery Stage Modeled as 2 Radial Stages with Offset Cyclic Edge Starting Points

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