mesh:meshes provider
Version: 0.0.0
Description
Reads meshes from result files. Meshes can be spatially or temporally varying.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping, vector<int32>, int32 | Time/frequency set IDs 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, used if no streams are set |
| Pin 14 | read_cyclic | enum dataProcessing::ECyclicReading, int32 | if 1, cyclic symmetry is ignored. If 2, cyclic expansion is done (default is 1). |
| Pin 25 | region_scoping | scoping, int32, vector<int32> | region id (integer) or vector of region ids (vector) or region scoping (scoping) of the model (region corresponds to zone for Fluid results or part for LSDyna results). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | meshes | 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. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| permissive | bool | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: mesh
Plugin: core
Scripting name: meshes_provider
Full name: mesh.meshes_provider
Internal name: meshes_provider
License: None
Changelog
- Version 0.0.0: Initial release.