ansys.mapdl.core.Mapdl.cycfiles#
- Mapdl.cycfiles(fnamerst='', extrst='', fnamerfrq='', extrfrq='', **kwargs)#
Specifies the data files where results are to be found for a cyclic symmetry mode-superposition harmonic analysis.
Mechanical APDL Command: CYCFILES
Command default:
No defaults are available for the cycfiles command. You must issue this command to properly postprocess the results of a cyclic symmetry mode-superposition harmonic analysis. If issued with no arguments, the postprocessing will be done using
Jobname.rst
andJobname.rfrq
from the current working directory.- Parameters:
- fnamerst
str
The file name and directory path of the results file from the cyclic modal solution. Defaults to
Jobname
.- extrst
str
File name extension for
FnameRst
. Defaults torst
.- fnamerfrq
str
The file name and directory path of the results file from the cyclic mode-superposition harmonic solution. Defaults to the value of the
FnameRst
argument.- extrfrq
str
File name extension for
FnameRfrq
. Defaults torfrq
.
- fnamerst