hdf5dpf_workglow_provider class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Extract a custom result from an hdf5dpf file as an executable workflow.
available inputs: time_scoping (Scoping) (optional), mesh_scoping (Scoping) (optional), streams (StreamsContainer) (optional), data_sources (DataSources) (optional), meta_data (DataTree) (optional), result_name (object)
available outputs: field_or_fields_container (Workflow)
Example
op = hdf5dpf_workglow_provider()
op = hdf5dpf_workglow_provider(time_scoping=my_time_scoping,mesh_scoping=my_mesh_scoping,streams=my_streams,data_sources=my_data_sources,meta_data=my_meta_data,result_name=my_result_name)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Hdf5_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
time_scoping
Type: LinkableInput
mesh_scoping
Type: LinkableInput
streams
Hdf5df file stream.
Type: LinkableInput
data_sources
Hdf5df file data source.
Type: LinkableInput
meta_data
meta_data that may be used to evaluate results or extract workflows.
Type: LinkableInput
result_name
Name of the result that must be extracted from the hdf5dpf file
Type: LinkableInput
Outputs
field_or_fields_container
Type: LinkableOutput
Constructors
Constructor
hdf5dpf_workglow_provider()
Constructor
hdf5dpf_workglow_provider(time_scoping, mesh_scoping, streams, data_sources, meta_data, result_name, config)
Parameters:
time_scoping(object)mesh_scoping(object)streams(object)data_sources(object)meta_data(object)result_name(object)config(OperatorConfig)
Constructor
hdf5dpf_workglow_provider(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig