Skip to main content

serialization:migrate to vtu

Version: 0.0.0

Description

Extract all results from a datasources and exports them into vtu format. All the connected inputs are forwarded to the result providers operators.

Inputs

InputNameExpected type(s)Description
Pin 0time_scopingscoping, vector<int32>time sets to export, default is all
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 20
Required
directorystringdirectory path
Pin 21base_namestringvtu base file name, (default is file)
Pin 30resultstringif Operator's names are connected to this Pin, only these results are exported (else all available results are exported)
Pin 100write_modestringAvailable are rawbinarycompressed, rawbinary, base64appended, base64inline, ascii, default is (rawbinarycompressed)

Outputs

OutputNameExpected type(s)Description
Pin 0pathdata_sourceslist of output vtu file path

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.
permissivebooltrueIf this option is set to true, warning checks (like unit or data sizes) won't be done.

Scripting

Category: serialization

Plugin: vtk

Scripting name: None

Full name: None

Internal name: migrate_to_vtu

License: None

Changelog

  • Version 0.0.0: Initial release.