geo:elements volumes over time
Version: 0.0.0
Description
Calculates for a mesh, the volume of each element over time for each specified time step.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 | scoping | scoping | |
| Pin 2 | displacement | fields_container | Displacement field's container. Must contain the mesh if mesh not specified in input. |
| Pin 7 | mesh | abstract_meshed_region | Mesh must be defined if the displacement field's container does not contain it, or if there is no displacement. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | 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: geo
Plugin: core
Scripting name: elements_volumes_over_time
Full name: geo.elements_volumes_over_time
Internal name: volumes_provider
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.