diff --git a/doc/source/_static/dpf_operators.html b/doc/source/_static/dpf_operators.html index d5492d36bfe..3afc01ed74b 100644 --- a/doc/source/_static/dpf_operators.html +++ b/doc/source/_static/dpf_operators.html @@ -14632,10 +14632,10 @@

Configurating operators

Outputs

Configurations

Scripting

Changelog

averaging: extend to mid nodes (fields container)

Description

Extends Elemental Nodal or Nodal fields defined on corner nodes to Elemental Nodal fields defined also on the mid nodes.

Version 0.0.0

Inputs

The mesh region in this pin is used to perform the averaging. It is used if there is no fields support.

Outputs

Configurations

Scripting

Changelog

geo: rotate cylindrical coordinates

Description

Rotates a field 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.

-
Version 0.0.0

Inputs

field or fields container with only one field is expected

+
Version 1.0.0

Inputs

field or fields container with only one field is expected

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

Mesh support of the input field.

-

Outputs

Configurations

Scripting

Changelog

geo: rotate in cylindrical coordinates (fields container)

Description

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.

+

Outputs

Configurations

Scripting

Changelog

geo: rotate in cylindrical coordinates (fields container)

Description

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.

Version 0.0.0

Inputs

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

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

Outputs

Configurations

Scripting

Changelog

geo: spherical to cartesian coordinates (fields container)

Description

Converts 3D field from spherical coordinates to cartesian coordinates.

diff --git a/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll b/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll index cf630bd3bd7..3a82e46f03e 100644 Binary files a/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll and b/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll differ diff --git a/src/ansys/dpf/gatebin/DPFClientAPI.dll b/src/ansys/dpf/gatebin/DPFClientAPI.dll index 3d57f0d0db3..f67b55e3234 100644 Binary files a/src/ansys/dpf/gatebin/DPFClientAPI.dll and b/src/ansys/dpf/gatebin/DPFClientAPI.dll differ diff --git a/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so b/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so index 98b35c4299b..6b8ab3eddfd 100644 Binary files a/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so and b/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so differ