Skip to main content

DPF Mechanical 2026 R1

accumulate_fc class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.math

Summary

Sums all the elementary data of a field to produce one elementary data point.

available inputs: fields_container (FieldsContainer), weights (Field) (optional), time_scoping (Scoping) (optional)

available outputs: fields_container (FieldsContainer)

Example

op = accumulate_fc()

op = accumulate_fc(fields_container=my_fields_container,weights=my_weights,time_scoping=my_time_scoping)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.math
Assembly Ans_Dpf_Native_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

fields_container

field or fields container with only one field is expected

Type: LinkableInput

weights

Field containing weights, one weight per entity

Type: LinkableInput

ponderation

Deprecated alias of: weights

Type: LinkableInput

time_scoping

time_scoping

Type: LinkableInput

Outputs

fields_container

Field containing the (weighted) sum for each component in an elementary data

Type: LinkableOutput

Constructors

Constructor

accumulate_fc()

Constructor

accumulate_fc(fields_container, weights, time_scoping, config)

Parameters:

  • fields_container (object)
  • weights (object)
  • time_scoping (object)
  • config (OperatorConfig)

Constructor

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