Skip to main content

DPF Mechanical 2026 R1

part_eroded_kinetic_energy class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.result

Summary

Read Part Eroded Kinetic Energy (LSDyna) by calling the readers defined by the datasources.

available inputs: streams_container (StreamsContainer) (optional), data_sources (DataSources), entity_scoping (Scoping) (optional), unit_system (Int32, string) (optional)

available outputs: fields_container (FieldsContainer)

Example

op = part_eroded_kinetic_energy()

op = part_eroded_kinetic_energy(data_sources=my_data_sources,entity_scoping=my_entity_scoping,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

entity_scoping

entity (part for matsum, interface for rcforc) where the result will be scoped

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

part_eroded_kinetic_energy()

Constructor

part_eroded_kinetic_energy(data_sources, entity_scoping, unit_system, config)

Parameters:

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

Constructor

part_eroded_kinetic_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