Skip to main content

DPF Mechanical 2026 R1

rotate_in_cylindrical_cs_fc class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.geo

Summary

Rotates all the fields of a fields container (not defined with a cynlindrical coordinate system) to its corresponding values into the specified cylindrical coordinate system (corresponding to the field position). If a coordinate system is not set in the coordinate_system pin, the field is rotated on each node following the local polar coordinate system.

available inputs: field (Field, FieldsContainer), coordinate_system (Field) (optional), mesh (MeshedRegion) (optional)

available outputs: fields_container (FieldsContainer)

Example

op = rotate_in_cylindrical_cs_fc()

op = rotate_in_cylindrical_cs_fc(field=my_field,coordinate_system=my_coordinate_system,mesh=my_mesh)

Class Information

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

Inputs

field

Type: LinkableInput

coordinate_system

3-3 rotation matrix and origin coordinates must be set here to define a coordinate system.

Type: LinkableInput

mesh

Mesh support of the input fields_container, in case it does not have one defined.

Type: LinkableInput

Outputs

fields_container

Type: LinkableOutput

Constructors

Constructor

rotate_in_cylindrical_cs_fc()

Constructor

rotate_in_cylindrical_cs_fc(field, coordinate_system, mesh, config)

Parameters:

  • field (object)
  • coordinate_system (object)
  • mesh (object)
  • config (OperatorConfig)

Constructor

rotate_in_cylindrical_cs_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