Skip to main content

DPF Mechanical 2026 R1

split_fields class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.mesh

Summary

Split the input field or fields container based on the input mesh regions

available inputs: field_or_fields_container (Field, FieldsContainer), meshes (MeshesContainer)

available outputs: fields_container (FieldsContainer)

Example

op = split_fields()

op = split_fields(field_or_fields_container=my_field_or_fields_container,meshes=my_meshes)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.mesh
Assembly Ans_Dpf_FEMutils_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

field_or_fields_container

Type: LinkableInput

meshes

body meshes in the mesh controller cannot be mixed shell/solid

Type: LinkableInput

Outputs

fields_container

Type: LinkableOutput

Constructors

Constructor

split_fields()

Constructor

split_fields(field_or_fields_container, meshes, config)

Parameters:

  • field_or_fields_container (object)
  • meshes (object)
  • config (OperatorConfig)

Constructor

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