Skip to main content

mesh:meshes provider

Version: 0.0.0

Description

Reads meshes from result files. Meshes can be spatially or temporally varying.

Inputs

InputNameExpected type(s)Description
Pin 0time_scopingscoping, vector<int32>, int32Time/frequency set IDs required in output.
Pin 3streams_containerstreams_containerresult file container allowed to be kept open to cache data
Pin 4
Required
data_sourcesdata_sourcesresult file path container, used if no streams are set
Pin 14read_cyclicenum dataProcessing::ECyclicReading, int32if 1, cyclic symmetry is ignored. If 2, cyclic expansion is done (default is 1).
Pin 25region_scopingscoping, 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

OutputNameExpected type(s)Description
Pin 0meshesmeshes_container

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
num_threadsint320Number of threads to use to run in parallel
permissiveboolfalseIf this option is set to true, warning checks (like unit or data sizes) won't be done.
run_in_parallelbooltrueLoops 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.