ansys.mapdl.core.Mapdl.exoption#

Mapdl.exoption(ldtype='', option='', value='', **kwargs)#

Specifies the exprofile options for the Mechanical APDL to Ansys CFX profile file transfer.

Mechanical APDL Command: EXOPTION

Parameters:
ldtypestr

Load type:

  • SURF - Surface load

  • VOLU - Volume load

optionstr

Surface options:

  • Precision - Number of significant digits for the fractional part of real data

  • Connectivity - Key to include face connectivity in the exported profile file

Volume options:

  • Precision - Number of significant digits after the decimal for real data

valuestr

Specify the value for either Precision or Connectivity.

For Precision, specify the number of significant digits. Can be any value between 1 to 20, default 8. When 0 or an invalid value is specified, the program will use the default value of 8 and issue a warning message.

For Connectivity, specify the key to include the element face connectivity data for surface loads (does not support volume loads):

  • OFF - Do not include the connectivity data in the exported file (default)

  • ON - Include the connectivity data in the exported file