Setup#

These DATABASE commands can be used to initialize the database, save it to a file, or annotate it with titles and systems of units.

Mapdl.clear(*args, **kwargs)

Clear the database.

Mapdl.resume([fname, ext, nopar, knoplot])

Resumes the database from the database file.

Mapdl.save([fname, ext, slab])

Saves all current database information.

Mapdl.smbc([mode])

Controls the display of solid model boundary condition symbols and

Mapdl.stat(**kwargs)

Displays the status of database settings.

Mapdl.stitle([nline, title])

Defines subtitles.

Mapdl.title([title])

Defines a main title.

Mapdl.units([label, lenfact, massfact, ...])

Annotates the database with the system of units used.