result:von mises strains as mechanical
Version: 0.0.0
Description
Computes the equivalent (Von Mises) elastic strains and averages it to the nodes (by default). For multibody simulations, averaging across bodies can either be activated or deactivated.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping, vector<int32> | time/freq (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids use scoping with TimeFreq_steps location) required in output. |
| Pin 1 | mesh_scoping | scoping, scopings_container | nodes or elements scoping required in output. |
| Pin 3 | streams_container | streams_container | result file container allowed to be kept open to cache data. |
| Pin 4 Required | data_sources | data_sources | result file path container. |
| Pin 7 | mesh | abstract_meshed_region, meshes_container | prevents from reading the mesh in the results file. |
| Pin 9 | requested_location | string | average the elemental nodal result to the requested location (default is nodal). |
| Pin 13 | poisson_ratio | int32, double | Poisson ratio to be used in equivalent strain calculation. |
| Pin 14 | read_cyclic | bool | if true, cyclic expansion is done. If false, it's ignored. |
| Pin 200 | average_across_bodies | bool | for multibody simulations, the stresses are averaged across bodies if true or not if false (default). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | |
| Pin 1 | meshes_container | meshes_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: mechanical_results
Scripting name: None
Full name: None
Internal name: strain_eqv_as_mechanical
License: None
Changelog
- Version 0.0.0: Initial release.