From 34e65179731da4ba382d8d704456817260c8200e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:37:29 +0000 Subject: [PATCH] update generated code --- doc/source/_static/dpf_operators.html | 12 ++++++------ src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll | Bin 14901248 -> 14901248 bytes src/ansys/dpf/gatebin/DPFClientAPI.dll | Bin 880640 -> 880640 bytes 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/_static/dpf_operators.html b/doc/source/_static/dpf_operators.html index 0834e62d3ee..2693e0945d4 100644 --- a/doc/source/_static/dpf_operators.html +++ b/doc/source/_static/dpf_operators.html @@ -8229,7 +8229,7 @@
The operator attempts to read mesh data from the provided data sources.
When the permissive configuration is enabled, the operator silently skips result files that cannot be opened or have unsupported namespaces.
If permissive is disabled (default), errors are thrown for invalid files.
Optional time/frequency set ID of the mesh, supported for adaptative meshes. +Version 0.1.2 Supported file typesInputs
OutputsConfigurationsScriptingChangelogresult: gasket inelastic closureRead/compute elemental gasket inelastic closure by calling the readers defined by the datasources. + |
Read/compute elemental gasket inelastic closure by calling the readers defined by the datasources.
if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
Reads meshes from result files. Meshes can be spatially or temporally varying.
The operator attempts to read mesh data from the provided data sources. When the permissive configuration is enabled, the operator silently skips result files that cannot be opened or have unsupported namespaces. If permissive is disabled (default), errors are thrown for invalid files.
Time/frequency set IDs required in output. +Version 0.1.2 Supported file typesInputs
OutputsConfigurationsScriptingChangelogresult: heat transport rateRead/compute heat transport rate by calling the readers defined by the datasources. + |
Read/compute heat transport rate by calling the readers defined by the datasources.
time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
Fields container already allocated modified inplace @@ -15455,13 +15455,13 @@LaTeX |
Mesh support of the input fields_container, in case it does not have one defined. If the fields_container contains mixed shell/solid results, the mesh is required (either by connecting this pin or in the support). |
For fields with mixed shell layers (solid/shell elements with heterogeneous shell layers), group all of them in the same field (false by default). |
Take a set of meshes and assemble them in a unique one
-If true, merge the elemental Property Fields of the input meshes assuming that there is no repetition in their scoping ids. Default is false. +Version 0.0.4 Inputs
OutputsConfigurationsScriptingChangelogresult: add rigid body motion (fields container)Adds a given rigid translation, center and rotation from a displacement field. The rotation is given in terms of rotations angles. Note that the displacement field has to be in the global coordinate system + |
Adds a given rigid translation, center and rotation from a displacement field. The rotation is given in terms of rotations angles. Note that the displacement field has to be in the global coordinate system
default is the mesh in the support |
Create dpf's html documentation. Only on Windows.