ansys.materials.manager.util.mapdl.mapdl_reader
#
Provides the mapdl_reader
module.
Module Contents#
Functions#
|
Read materials from a provided MAPDL session. |
- ansys.materials.manager.util.mapdl.mapdl_reader.read_mapdl(mapdl: ansys.mapdl.core.mapdl._MapdlCore) Dict[str, ansys.materials.manager.material.Material] #
Read materials from a provided MAPDL session.
Returns them indexed by the material ID.
- Parameters:
- mapdl
_MapdlCore
Active pyMAPDL session.
- mapdl
- Returns:
Dict
[str
,Material
]Materials currently active in the MAPDL session, indexed by their material ID.