boundary_condition_provider class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.metadata
Summary
Reads boundary conditions from the results files contained in the streams or data sources.
available inputs: streams_container (StreamsContainer) (optional), data_sources (DataSources)
available outputs: results_info (Field ,FieldsContainer)
Example
op = boundary_condition_provider()
op = boundary_condition_provider(streams_container=my_streams_container,data_sources=my_data_sources)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.metadata |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
streams_container
Type: LinkableInput
data_sources
Type: LinkableInput
Outputs
results_info
results info
Type: LinkableOutput
Constructors
Constructor
boundary_condition_provider()
Constructor
boundary_condition_provider(streams_container, data_sources, config)
Parameters:
streams_container(object)data_sources(object)config(OperatorConfig)
Constructor
boundary_condition_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