Skip to main content

DPF Mechanical 2026 R1

global_sliding_interface_energy class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.result

Summary

Read Global Sliding Interface Energy (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_sliding_interface_energy()

op = global_sliding_interface_energy(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_sliding_interface_energy()

Constructor

global_sliding_interface_energy(data_sources, unit_system, config)

Parameters:

  • data_sources (object)
  • unit_system (object)
  • config (OperatorConfig)

Constructor

global_sliding_interface_energy(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

Connect with Ansys