diff --git a/doc/source/_static/dpf_operators.html b/doc/source/_static/dpf_operators.html index ca4bfd92d4..635df06c05 100644 --- a/doc/source/_static/dpf_operators.html +++ b/doc/source/_static/dpf_operators.html @@ -5360,9 +5360,7 @@

Configurating operators

Outputs

Configurations

Scripting

Changelog

math: +

Description

Computes the sum of two fields. If one field's scoping has 'overall' location, then these field's values are applied on the entire other field. If one of the input field is empty, the remaining is forwarded to the output. When using a constant or 'work_by_index', it's possible to use 'inplace' to reuse one of the fields.

Version 0.0.0

Inputs

field or fields container with only one field is expected

field or fields container with only one field is expected

-

Outputs

Configurations

Scripting

Changelog

server: grpc shutdown server

Description

Shutdowns dpf's grpc server

-
Version 0.0.0

Inputs

dpf streams handling the server

-

Outputs

Configurations

Scripting

Changelog

result: magnetic scalar potential

Description

Read/compute Magnetic Scalar Potential by calling the readers defined by the datasources.

+

Outputs

Configurations

Scripting

Changelog

result: magnetic scalar potential

Description

Read/compute Magnetic Scalar Potential by calling the readers defined by the datasources.

Version 0.0.0

Supported file types

Inputs

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

@@ -5537,18 +5535,7 @@

Configurating operators

Outputs

Configurations

Scripting

Changelog

math: * (component-wise field)

Description

Computes component-wise product between two fields of same dimensionality. If one field's scoping has an 'overall' location, then this field's values are applied on the other field entirely. When using a constant or 'work_by_index', you can use 'inplace' to reuse one of the fields.

Version 0.0.0

Inputs

field or fields container with only one field is expected

field or fields container with only one field is expected

-

Outputs

Configurations

Scripting

Changelog

logic: same meshes container?

Description

Checks if two meshes_container are identical.

-
Version 0.0.0

Inputs

Double positive small value. Smallest value which will be considered during the comparison step. All the abs(values) in the field less than this value are considered as null, (default value:1.0e-14).

-

Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical (v1-v2)/v2 < relativeTol (default is 0.001).

-

compare auxiliary data (i.e property fields, scopings...). Default value is 'false'.

-

Outputs

bool (true if identical...)

-

Configurations

Scripting

Changelog

math: * (component-wise field) (fields container)

Description

Computes component-wise product between two fields of same dimensionality. If one field's scoping has an 'overall' location, then this field's values are applied on the other field entirely. When using a constant or 'work_by_index', you can use 'inplace' to reuse one of the fields.

-
Version 0.0.0

Inputs

field or fields container with only one field is expected

-

field or fields container with only one field is expected

-

Outputs

Configurations

Scripting

Changelog

result: euler nodes

Description

Reads a field made of 3 coordinates and 3 Euler angles (6 dofs) by node from the result file.

-
Version 0.0.0

Supported file types

Inputs

if true, then the field will only contain the scoping if any rotation is not zero. (default is false).

-

if true, then the field has ncomp=6 with 3 coordinates and 3 Euler angles, else there is only the Euler angles (default is true).

-

Outputs

Configurations

Scripting

Changelog

result: stress max_shear

Description

Reads/computes element nodal component stresses, average it on nodes (by default) and computes its invariants. +

Outputs

Configurations

Scripting

Changelog

result: stress max_shear

Description

Reads/computes element nodal component stresses, average it on nodes (by default) and computes its invariants. This operation is independent of the coordinate system unless averaging across elements is requested, in which case a rotation to the global coordinate system is performed.

Version 1.0.0

Supported file types

Inputs

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

@@ -5559,7 +5546,18 @@

Configurating operators

prevents from reading the mesh in the result files

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)

-

Outputs

Configurations

Scripting

Changelog

result: beam TR shear stress (LSDyna)

Description

Read Beam TR Shear Stress (LSDyna) by calling the readers defined by the datasources.

+

Outputs

Configurations

Scripting

Changelog

logic: same meshes container?

Description

Checks if two meshes_container are identical.

+
Version 0.0.0

Inputs

Double positive small value. Smallest value which will be considered during the comparison step. All the abs(values) in the field less than this value are considered as null, (default value:1.0e-14).

+

Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical (v1-v2)/v2 < relativeTol (default is 0.001).

+

compare auxiliary data (i.e property fields, scopings...). Default value is 'false'.

+

Outputs

bool (true if identical...)

+

Configurations

Scripting

Changelog

math: * (component-wise field) (fields container)

Description

Computes component-wise product between two fields of same dimensionality. If one field's scoping has an 'overall' location, then this field's values are applied on the other field entirely. When using a constant or 'work_by_index', you can use 'inplace' to reuse one of the fields.

+
Version 0.0.0

Inputs

field or fields container with only one field is expected

+

field or fields container with only one field is expected

+

Outputs

Configurations

Scripting

Changelog

result: euler nodes

Description

Reads a field made of 3 coordinates and 3 Euler angles (6 dofs) by node from the result file.

+
Version 0.0.0

Supported file types

Inputs

if true, then the field will only contain the scoping if any rotation is not zero. (default is false).

+

if true, then the field has ncomp=6 with 3 coordinates and 3 Euler angles, else there is only the Euler angles (default is true).

+

Outputs

Configurations

Scripting

Changelog

result: beam TR shear stress (LSDyna)

Description

Read Beam TR Shear Stress (LSDyna) by calling the readers defined by the datasources.

Version 0.0.0

Supported file types

Inputs

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.

elements scoping required in output.

result file container allowed to be kept open to cache data

@@ -6913,12 +6911,12 @@

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)

Outputs

Configurations

Scripting

Changelog

utility: assemble scalars to vector

Description

Takes three scalar fields and assembles them as a 3D vector field.

-
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

result: global eroded hourglass energy (LSDyna)

Description

Read Global Eroded Hourglass Energy (LSDyna) by calling the readers defined by the datasources.

+
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

utility: assemble scalars to vector fc

Description

Takes three scalar fields container and assembles them as a 3D vector fields container.

+
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

result: global eroded hourglass energy (LSDyna)

Description

Read Global Eroded Hourglass Energy (LSDyna) by calling the readers defined by the datasources.

Version 0.0.0

Supported file types

Inputs

result file container allowed to be kept open to cache data

result file path container, used if no streams are set

(LSDyna) Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance

-

Outputs

Configurations

Scripting

Changelog

utility: assemble scalars to vector fc

Description

Takes three scalar fields container and assembles them as a 3D vector fields container.

-
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

utility: assemble scalars to matrix

Description

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).

+

Outputs

Configurations

Scripting

Changelog

utility: assemble scalars to matrix

Description

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).

Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

mesh: from scopings

Description

Extracts multiple meshed region base on a scoping and saved in a MeshesContainer

Version 0.0.1

Inputs

if nodal scoping, then the scoping is transposed respecting the inclusive pin

if inclusive == 1 then all the elements/faces adjacent to the nodes/faces ids in input are added, if inclusive == 0, only the elements/faces which have all their nodes/faces in the scoping are included

@@ -8532,12 +8530,7 @@

Configurating operators

prevents from reading the mesh in the result files

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)

-

Outputs

Configurations

Scripting

Changelog

averaging: to elemental (fields container)

Description

Transforms Input fields into Elemental fields using an averaging process. The result is computed on a given element's scoping.

-
Version 0.0.0

Inputs

if it is set to true, Elemental Nodal fields are first averaged on nodes and then averaged on elements (default is false).

-

If true, the data across different shell layers is averaged as well (default is false).

-

For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true and collapse_shell_layers is false, a shell_layer needs to be specified.

-

0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).

-

Outputs

Configurations

Scripting

Changelog

result: turbulent dissipation rate (omega)

Description

Read Turbulent Specific Dissipation Rate (omega) by calling the readers defined by the datasources.

+

Outputs

Configurations

Scripting

Changelog

result: turbulent dissipation rate (omega)

Description

Read Turbulent Specific Dissipation Rate (omega) by calling the readers defined by the datasources.

Version 0.0.0

Supported file types

Inputs

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

result file container allowed to be kept open to cache data

@@ -8545,7 +8538,12 @@

Configurating operators

prevents from reading the mesh in the result files

region id (integer) or vector of region ids (vector) or region scoping (scoping) of the model (region corresponds to zone for Fluid results or part for LSDyna results).

(for Fluid results only) LabelSpace with combination of zone, phases or species ids

-

Outputs

Configurations

Scripting

Changelog

result: plastic strain

Description

Read/compute element nodal component plastic strains by calling the readers defined by the datasources.

+

Outputs

Configurations

Scripting

Changelog

averaging: to elemental (fields container)

Description

Transforms Input fields into Elemental fields using an averaging process. The result is computed on a given element's scoping.

+
Version 0.0.0

Inputs

if it is set to true, Elemental Nodal fields are first averaged on nodes and then averaged on elements (default is false).

+

If true, the data across different shell layers is averaged as well (default is false).

+

For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true and collapse_shell_layers is false, a shell_layer needs to be specified.

+

0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).

+

Outputs

Configurations

Scripting

Changelog

result: plastic strain

Description

Read/compute element nodal component plastic strains by calling the readers defined by the datasources.

  • The 'requested_location' and 'mesh_scoping' inputs are processed to see if they need scoping transposition or result averaging. The resulting output fields have a 'Nodal', 'ElementalNodal' or 'Elemental' location.
  • Once the need for averaging has been detected, the behavior of the combined connection of the 'split_shells' and 'shell_layer' pins is:
  • @@ -8988,7 +8986,14 @@

    Configurating operators

prevents from reading the mesh in the result files

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)

-

Outputs

Configurations

Scripting

Changelog

filter: band pass (field)

Description

The band pass filter returns all the values above (but not equal to) the minimum threshold value and below (but not equal to) the maximum threshold value in input.

+

Outputs

Configurations

Scripting

Changelog

filter: band pass (field)

Description

The band pass filter returns all the values above (but not equal to) the minimum threshold value and below (but not equal to) the maximum threshold value in input.

Version 0.0.0

Inputs

field or fields container with only one field is expected

A minimum threshold scalar or a field containing one value is expected.

A maximum threshold scalar or a field containing one value is expected.

@@ -9006,14 +9011,7 @@

Configurating operators

prevents from reading the mesh in the result files

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)

-

Outputs

Configurations

Scripting

Changelog

serialization: vtu export

Description

Export DPF data into vtu format.

+

Outputs

Configurations

Scripting

Changelog

serialization: vtu export

Description

Export DPF data into vtu format.

Version 0.0.0

Inputs

directory path

vtu base file name, (default is file)

mesh

@@ -10673,10 +10671,10 @@

Configurating operators

Version 0.0.0

Inputs

If true, merge the input property fields assuming that there is no repetition in their scoping ids. Default is false.

Either a property fields container, a vector of property fields to merge or property fields from pin 0 to ...

Outputs

Configurations

Scripting

Changelog

metadata: cyclic analysis?

Description

Reads if the model is cyclic from the result file.

-
Version 0.0.0

Supported file types

Inputs

streams (result file container) (optional)

+
Version 0.0.0

Supported file types

Inputs

streams (result file container) (optional)

If the stream is null, retrieves the file path from the data sources.

Outputs

returns 'single_stage' or 'multi_stage' or an empty string for non cyclic model

-

Configurations

Scripting

Changelog

result: nodal rotations Y

Description

Read/compute nodal rotations Y component of the vector (2nd component) by calling the readers defined by the datasources.

+

Configurations

Scripting

Changelog

result: nodal rotations Y

Description

Read/compute nodal rotations Y component of the vector (2nd component) by calling the readers defined by the datasources.

Version 0.0.0

Inputs

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

FieldsContainer already allocated modified inplace

@@ -10738,7 +10736,7 @@

Configurating operators

prevents from reading the mesh in the result files

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)

Outputs

Configurations

Scripting

Changelog

metadata: boundary condition provider

Description

Reads boundary conditions from the results files contained in the streams or data sources.

-
Version 0.0.0

Supported file types

Inputs

Outputs

results info

+
Version 0.0.0

Supported file types

Inputs

Outputs

results info

Configurations

Scripting

Changelog

result: element nodal forces

Description

Read/compute element nodal forces by calling the readers defined by the datasources.

  • The 'requested_location' and 'mesh_scoping' inputs are processed to see if they need scoping transposition or result averaging. The resulting output fields have a 'Nodal', 'ElementalNodal' or 'Elemental' location.
  • @@ -11046,7 +11044,7 @@

    Configurating operators

If true, this pin forces the results to be split by element shape, indicated by the presence of the 'elshape' label in the output. If false, the results for all elements shapes are combined. Default value is false if averaging is not required and true if averaging is required.

If connected, this pin allows you to extract the result only on the selected shell layer(s). The available values are: 0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid.

Outputs

Configurations

Scripting

Changelog

metadata: result info provider

Description

Reads the result information, such as available results or unit systems from the results files contained in the streams or data sources.

-
Version 0.0.0

Supported file types

Inputs

streams (result file container) (optional)

+
Version 0.0.0

Supported file types

Inputs

streams (result file container) (optional)

If the stream is null, retrieves the file path from the data sources.

Outputs

Configurations

Scripting

Changelog

filter: band pass (timescoping)

Description

The band pass filter returns all the values above (but not equal to) the minimum threshold value and below (but not equal to) the maximum threshold value in input.

Version 0.0.0

Inputs

A minimum threshold scalar or a field containing one value is expected.

@@ -14006,7 +14004,7 @@

Configurating operators

region id (integer) or vector of region ids (vector) or region scoping (scoping) of the model (region corresponds to zone for Fluid results or part for LSDyna results).

(for Fluid results only) LabelSpace with combination of zone, phases or species ids

Outputs

Configurations

Scripting

Changelog

metadata: time freq provider

Description

Reads the time/frequency support from the results files contained in the streams or data sources.

-
Version 0.0.0

Supported file types

Inputs

streams (result file container) (optional)

+
Version 0.0.0

Supported file types

Inputs

streams (result file container) (optional)

If the stream is null, retrieves the file path from the data sources.

Outputs

Configurations

Scripting

Changelog

metadata: mesh info provider

Description

Reads the mesh information, such as number of elements (common property), number of faces (Cff plugins) or scoping of parts (LSDYNA plugins) on files contained in the streams or data sources.

Version 0.0.0

Supported file types

Inputs

Optional time/frequency set ID of the mesh.

@@ -14078,7 +14076,7 @@

Configurating operators

Version 0.0.0

Inputs

Iterable that can be combined with the one currently generated.

Operator that must be reconnected with the range values.

Outputs

Configurations

Scripting

Changelog

metadata: cyclic support provider

Description

Read the cyclic support (DPF entity containing necessary information for expansions) and expands the mesh.

-
Version 0.0.0

Supported file types

Inputs

Streams containing the result file.

+
Version 0.0.0

Supported file types

Inputs

Streams containing the result file.

data sources containing the result file.

mesh of the first sector.

if this pin is set, expanding the mesh is not necessary.

@@ -14293,10 +14291,10 @@

Configurating operators

Iterable object, generated by make_for_each_range oeprator, that can be combined with the one currently generated.

Operator that must be reconnected with the range values.

Outputs

Configurations

Scripting

Changelog

utility: incremental field

Description

Incrementaly merge the input.

-
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

geo: rotate (fields container)

Description

Apply a transformation (rotation) matrix on all the fields of a fields container.

+
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

utility: incremental fields container

Description

Incrementaly merge the input.

+
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

geo: rotate (fields container)

Description

Apply a transformation (rotation) matrix on all the fields of a fields container.

Version 0.0.0

Inputs

3-3 rotation matrix

-

Outputs

Configurations

Scripting

Changelog

utility: incremental fields container

Description

Incrementaly merge the input.

-
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

utility: incremental property field

Description

Incrementaly merge the input.

+

Outputs

Configurations

Scripting

Changelog

utility: incremental property field

Description

Incrementaly merge the input.

Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

mesh: points from coordinates

Description

Extract a mesh made of points elements. This mesh is made from input meshes coordinates on the input scopings.

Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

utility: incremental mesh

Description

Incrementaly merge the input.

Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

utility: incremental concantenate as fields container.

Description

Assemble fields in a fields container.

@@ -14569,10 +14567,10 @@

Configurating operators

Version 0.0.0

Inputs

Outputs

first eigen value field

second eigen value field

third eigen value field

-

Configurations

Scripting

Changelog

invariant: segalman von mises eqv (fields container)

Description

Computes the element-wise Segalman Von-Mises criteria on all the tensor fields of a fields container.

-
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

invariant: von mises eqv (fields container)

Description

Computes the element-wise Von-Mises criteria on all the tensor fields of a fields container.

+

Configurations

Scripting

Changelog

invariant: von mises eqv (fields container)

Description

Computes the element-wise Von-Mises criteria on all the tensor fields of a fields container.

Version 0.0.0

Inputs

Poisson ratio to be used in equivalent strain calculation.

-

Outputs

Configurations

Scripting

Changelog

scoping: compute element centroids

Description

Computes the element centroids of the mesh. It also outputs the element measure.

+

Outputs

Configurations

Scripting

Changelog

invariant: segalman von mises eqv (fields container)

Description

Computes the element-wise Segalman Von-Mises criteria on all the tensor fields of a fields container.

+
Version 0.0.0

Inputs

Outputs

Configurations

Scripting

Changelog

scoping: compute element centroids

Description

Computes the element centroids of the mesh. It also outputs the element measure.

Version 0.0.0

Inputs

If provided, only the centroids of the elements in the scoping are computed.

Mesh to compute centroids

Outputs

element centroids.

@@ -15197,7 +15195,9 @@

Configurating operators

Average the Elemental Nodal result to the requested location.

Field/or fields container containing only the elastic strain field (element nodal).

Outputs

The computed result fields container (elemental nodal).

-

Configurations

Scripting

Changelog

serialization: migrate to vtu

Description

Extract all results from a datasources and exports them into vtu format. All the connected inputs are forwarded to the result providers operators.

+

Configurations

Scripting

Changelog

server: grpc shutdown server

Description

Shutdowns dpf's grpc server

+
Version 0.0.0

Inputs

dpf streams handling the server

+

Outputs

Configurations

Scripting

Changelog

serialization: migrate to vtu

Description

Extract all results from a datasources and exports them into vtu format. All the connected inputs are forwarded to the result providers operators.

Version 0.0.0

Inputs

time sets to export, default is all

result file container allowed to be kept open to cache data

result file path container, used if no streams are set

diff --git a/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll b/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll index e28165a741..df16166cab 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 775cd1070c..30cc4c6521 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 d4a7de3836..8f486e8fcf 100644 Binary files a/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so and b/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so differ