From bf0957feb82d598fec38c8d4998d0c6a91e733e2 Mon Sep 17 00:00:00 2001 From: PProfizi <100710998+PProfizi@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:50:54 +0000 Subject: [PATCH] update generated code --- doc/source/_static/dpf_operators.html | 8 ++++---- src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll | Bin 12793856 -> 12793856 bytes src/ansys/dpf/gatebin/DPFClientAPI.dll | Bin 861696 -> 861184 bytes .../dpf/gatebin/libAns.Dpf.GrpcClient.so | Bin 33162704 -> 33162704 bytes 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/_static/dpf_operators.html b/doc/source/_static/dpf_operators.html index 3afc01ed74b..01797a809d8 100644 --- a/doc/source/_static/dpf_operators.html +++ b/doc/source/_static/dpf_operators.html @@ -6918,10 +6918,10 @@
(LSDyna) Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
Take nine scalar fields and assemble them as a 3x3 matrix field. If the 'symmetrical' input is set to true, only six scalar fields are required (xx, yy, zz, xy, xz and yz).
Extracts multiple meshed region base on a scoping and saved in a MeshesContainer
-if nodal scoping, then the scoping is transposed respecting the inclusive pin +Version 0.0.2 Inputs
OutputsConfigurationsScriptingChangelogmath: make one on componentTakes the input field's scoping and creates a field full of zeros, except for the indexes from pin 1 that will hold 1.0. + |
Takes the input field's scoping and creates a field full of zeros, except for the indexes from pin 1 that will hold 1.0.
Take nine scalar fields container and assemble them as a 3x3 matrix fields. If the 'symmetrical' input is set to true, only six field containers are required (xx, yy, zz, xy, xz and yz).
Read Interface Contact Area (LSDyna) by calling the readers defined by the datasources.
result file container allowed to be kept open to cache data @@ -10056,8 +10056,8 @@Configurating operators |
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) |
elemental nodal beam results are read if this pin is set to true (default is false) |
Split the input mesh into several meshes based on a given property (material property be default)
-Scoping - |
Read/compute element euler angles Z component of the vector (3rd component) by calling the readers defined by the datasources. Regarding the requested location and the input mesh scoping, the result location can be Nodal/ElementalNodal/Elemental.
+Scoping + |
Read/compute element euler angles Z component of the vector (3rd component) by calling the readers defined by the datasources. Regarding the requested location and the input mesh scoping, the result location can be Nodal/ElementalNodal/Elemental.
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 |