ansys.mapdl.core.Mapdl.rsopt#

Mapdl.rsopt(opt='', filename='', ext='', dir_='', **kwargs)#

Creates or loads the radiosity mapping data file for SURF251 or SURF252 element types.

Mechanical APDL Command: RSOPT

Parameters:
optstr

File option:

  • SAVE - Write the radiosity mapping data to a file. (Default)

  • LOAD - Read in the specified mapping data file.

filenamestr

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

extstr

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.

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.