diff --git a/doc/source/_static/dpf_operators.html b/doc/source/_static/dpf_operators.html index 117d1951f31..b5e2a7ea85d 100644 --- a/doc/source/_static/dpf_operators.html +++ b/doc/source/_static/dpf_operators.html @@ -15054,13 +15054,13 @@

LaTeX

if this pin is set to true, each field of the input fields container is defined by time freq scoping and not by ids. Default is false

Outputs

weighted data in dB units.

Configurations

Scripting

Changelog

mapping: solid to skin

Description

Maps a field defined on solid elements to a field defined on skin elements. Three cases are possible, based on the solid field data location; (i) Elemental: The values associated with the solid elements are copied according to those underlying the skin, (ii) Nodal: The solid field is rescoped with respect to the nodes of the skin mesh, (iii) ElementalNodal: The values are copied from the solid mesh to the skin mesh for each element face and the nodes associated with it.

-
Version 0.2.1

Inputs

field or fields container with only one field is expected

+
Version 0.2.2

Inputs

field or fields container with only one field is expected

skin mesh region expected

Solid mesh support (optional).

-

Outputs

Configurations

Scripting

Changelog

mapping: solid to skin fc

Description

Maps a fields container defined on solid elements to a fields container defined on skin elements. Three cases are possible, based on the solid field data location; (i) Elemental: The values associated with the solid elements are copied according to those underlying the skin, (ii) Nodal: The solid field is rescoped with respect to the nodes of the skin mesh, (iii) ElementalNodal: The values are copied from the solid mesh to the skin mesh for each element face and the nodes associated with it.

-
Version 0.2.1

Inputs

skin mesh region expected

+

Outputs

Configurations

Scripting

Changelog

mapping: solid to skin fc

Description

Maps a fields container defined on solid elements to a fields container defined on skin elements. Three cases are possible, based on the solid field data location; (i) Elemental: The values associated with the solid elements are copied according to those underlying the skin, (ii) Nodal: The solid field is rescoped with respect to the nodes of the skin mesh, (iii) ElementalNodal: The values are copied from the solid mesh to the skin mesh for each element face and the nodes associated with it.

+
Version 0.2.2

Inputs

skin mesh region expected

Solid mesh support (optional).

-

Outputs

Configurations

Scripting

Changelog

averaging: elemental difference (field)

Description

Transforms an Elemental Nodal or Nodal field into an Elemental field. Each elemental value is the maximum difference between the computed result for all nodes in this element. The result is computed on a given element scoping.

+

Outputs

Configurations

Scripting

Changelog

averaging: elemental difference (field)

Description

Transforms an Elemental Nodal or Nodal field into an Elemental field. Each elemental value is the maximum difference between the computed result for all nodes in this element. The result is computed on a given element scoping.

Version 0.0.0

Inputs

field or fields container with only one field is expected

average only on these entities

The maximum elemental difference is taken through the different shell layers if true (default is false).

diff --git a/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll b/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll index a81d11c2008..d9844b0e163 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 238b4ea2d88..2f983a5ea63 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 bc929df1d3c..8eda4150d57 100644 Binary files a/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so and b/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so differ