mfwrite#

Mapdl.mfwrite(fname='', ext='', **kwargs)[source]#

Writes an ANSYS master input file for MFX multiple code coupling.

APDL Command: MFWRITE

Parameters:
fname

File name and directory path (248 characters maximum, including the characters needed for the directory path). An unspecified directory path defaults to the working directory; in this case, you can use all 248 characters for the file name.

ext

Filename extension (eight-character maximum).

Notes

When working interactively, you need to issue this command as the last step in your setup process. This command will write out the input file that you will then use to submit the MFX analysis. This file will include the /SOLU, SOLVE, and FINISH commands.

See Multi-field Commands in the Coupled-Field Analysis Guide for a list of all ANSYS Multi-field solver commands and their availability for MFS and MFX analyses.