save#

MapdlDb.save(fname, option='ALL')[source]#

Save the MAPDL database to disk.

Parameters:
fnamestr

Filename to save the database to.

optionstr

The mode for saving the database, either:

  • “ALL” - Both the model and the solution

  • “MODEL” - Just the model

  • “SOLU” - Just the solution

Examples

>>> mapdl.db.save('model.db', option=)