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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | properties_name | string, vector<string> | |
| Pin 1 Required | materials | property_field | Property field that contains a material id per element. |
| Pin 3 Required | streams_container | streams_container | |
| Pin 4 Required | data_sources | data_sources |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | properties_value | fields_container |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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.