result:workflow energy per component
Version: 0.0.0
Description
Calculates the cumulated energy per component (Named Selection). For cyclic and multistage models, the expansion will be automatically done.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping | |
| Pin 1 | mesh_scoping | scoping, scopings_container | When the input is a scoping, it is treated as the master scoping. All named selections will intersect with it. When the input is a scopings container, named selections will not be needed. |
| Pin 2 | energy_type | int32 | Type of energy to be processed: (0: Strain + Kinetic energy (default), 1: Strain energy, 2: Kinetic energy, 3: All energy types) |
| Pin 3 Required | streams_container | streams_container | |
| Pin 4 Required | data_sources | data_sources | |
| Pin 5 | named_selection | string | Named Selections. Intersection of all Named Selections with the master scoping will be done. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | component_energy | fields_container | |
| Pin 1 | component_energy_percentage | fields_container | |
| Pin 2 | component_total_energy | fields_container | |
| Pin 3 | component_total_energy_percentage | fields_container | |
| Pin 4 | component_strain_energy | fields_container | |
| Pin 5 | component_strain_energy_percentage | fields_container | |
| Pin 6 | component_kinetic_energy | fields_container | |
| Pin 7 | component_kinetic_energy_percentage | 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: workflow_energy_per_component
Full name: result.workflow_energy_per_component
Internal name: workflow_energy_per_component
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.