ansys.mapdl.core.Mapdl.rsopt#
- Mapdl.rsopt(opt='', filename='', ext='', dir_='', **kwargs)#
Creates or loads the radiosity mapping data file for
SURF251orSURF252element types.Mechanical APDL Command: RSOPT
- Parameters:
- opt
str File option:
SAVE- Write the radiosity mapping data to a file. (Default)LOAD- Read in the specified mapping data file.
- filename
str The description of the argument is missing in the Python function. Please, refer to the command documentation for further information.
- ext
str Filename extension for radiosity mapping data file (default =
.rsm).- dir_
str Directory path for radiosity mapping data file. If you do not specify a directory path, it will default to your working directory.
- opt
Notes
Use this command to manually create or load a radiosity mapping data file. This command is useful if you want to create the mapping data file without issuing save or cdwrite, or if you want to specify that the file be located in a directory other than your working directory. Also use this command to manually load an existing mapping data file during a restart. Distributed-Memory Parallel (DMP) Restriction This command is not supported in a DMP solution.