The mapdl_reader.py module#

Summary#

read_mapdl

Read materials from a provided MAPDL session.

Description#

Provides the mapdl_reader module.

Module detail#

mapdl_reader.read_mapdl(mapdl: ansys.materials.manager._models._common._MapdlCore) dict[str, ansys.materials.manager._models.material.Material]#

Read materials from a provided MAPDL session.

Returns them indexed by the material ID.

Parameters:
mapdl_MapdlCore

Active pyMAPDL session.

Returns:
dict[str, Material]

Materials currently active in the MAPDL session, indexed by their material ID.

mapdl_reader.MODEL_REGISTRY#
mapdl_reader.MP_MATERIAL_MODELS#
mapdl_reader.TB_MATERIAL_MODELS#