global_velocity class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.result
Summary
Read Global Velocity (LSDyna) by calling the readers defined by the datasources.
available inputs: streams_container (StreamsContainer) (optional), data_sources (DataSources), unit_system (Int32, string) (optional)
available outputs: fields_container (FieldsContainer)
Example
op = global_velocity()
op = global_velocity(data_sources=my_data_sources,unit_system=my_unit_system)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.result |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
streams_container
result file container allowed to be kept open to cache data
Type: LinkableInput
data_sources
result file path container, used if no streams are set
Type: LinkableInput
unit_system
(LSDyna) Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance
Type: LinkableInput
Outputs
fields_container
Type: LinkableOutput
Constructors
Constructor
global_velocity()
Constructor
global_velocity(data_sources, unit_system, config)
Parameters:
data_sources(object)unit_system(object)config(OperatorConfig)
Constructor
global_velocity(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