Skip to main content

result:mapdl material properties

Version: 0.0.0

Description

Read the values of the properties of a material for a given materials property field (property field that contains materials information for each element of a mesh).It returns a fields container containing a field for each material property, with only one value per material. The following keys can be used: Young's modulus (keys: EX, EY, EZ), Poisson's ratio (keys: NUXY, NUYZ, NUXZ), Shear Modulus (keys: GXY, GYZ, GXZ), Coefficient of Thermal Expansion (keys: ALPX, ALPY, ALPZ), Volumic Mass (key: DENS), second Lame's coefficient (key: MU), Damping coefficient (key: DAMP), thermal Conductivity (keys: KXX, KYY, KZZ), Resistivity (keys: RSVX, RSVY, RSVZ), Specific heat in constant volume (key: C), Film coefficient (key: HF), Viscosity (key: VISC), Emissivity (key: EMIS).

Inputs

InputNameExpected type(s)Description
Pin 0
Required
properties_namestring, vector<string>
Pin 1
Required
materialsproperty_fieldProperty field that contains a material id per element.
Pin 3
Required
streams_containerstreams_container
Pin 4
Required
data_sourcesdata_sources

Outputs

OutputNameExpected type(s)Description
Pin 0properties_valuefields_container

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: result

Plugin: mapdl

Scripting name: mapdl_material_properties

Full name: result.mapdl_material_properties

Internal name: mapdl_material_properties

License: None

Changelog

  • Version 0.0.0: Initial release.