From 75dacc2a7c8dc45f277bdd58fe76f361f4a64696 Mon Sep 17 00:00:00 2001 From: 4rmuuser <4rmuuser@win.ansys.com> Date: Fri, 31 Oct 2025 20:10:30 -0400 Subject: [PATCH 1/2] DPF doc update for 261 (2025.10.31) --- .../changelog/changelog.md | 434 +++++++++--------- .../result/node_orientations.md | 58 +++ .../result/node_orientations_X.md | 59 +++ .../result/node_orientations_Y.md | 59 +++ .../result/node_orientations_Z.md | 59 +++ .../result/result_category.md | 4 + 2026R1/dpf-framework-26-r1/toc.yml | 8 + 7 files changed, 465 insertions(+), 216 deletions(-) create mode 100644 2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations.md create mode 100644 2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_X.md create mode 100644 2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_Y.md create mode 100644 2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_Z.md diff --git a/2026R1/dpf-framework-26-r1/changelog/changelog.md b/2026R1/dpf-framework-26-r1/changelog/changelog.md index 4ee41dcd3..07f0c9f36 100644 --- a/2026R1/dpf-framework-26-r1/changelog/changelog.md +++ b/2026R1/dpf-framework-26-r1/changelog/changelog.md @@ -10,7 +10,7 @@ The following table shows which components have updates in each category. |-----------|----------|----------| | cff | [2 items](#Features_cff) | | | cgns | [1 item](#Features_cgns) | | -| changelog | [2 items](#Features_changelog) |[1 item](#Fixes_changelog) | +| changelog | [2 items](#Features_changelog) | | | ci | [1 item](#Features_ci) |[1 item](#Fixes_ci) | | compression | [2 items](#Features_compression) | | | core | |[1 item](#Fixes_core) | @@ -28,7 +28,7 @@ The following table shows which components have updates in each category. | hgp | [2 items](#Features_hgp) | | | kernel | [1 item](#Features_kernel) |[1 item](#Fixes_kernel) | | lsdyna | [1 item](#Features_lsdyna) | | -| mapdl | [11 items](#Features_mapdl) |[14 items](#Fixes_mapdl) | +| mapdl | [12 items](#Features_mapdl) |[14 items](#Fixes_mapdl) | | mapdlpluggin | |[1 item](#Fixes_mapdlpluggin) | | math | [7 items](#Features_math) | | | mechanical | [2 items](#Features_mechanical) |[3 items](#Fixes_mechanical) | @@ -88,10 +88,6 @@ The following table shows which components have updates in each category. - Add a changelog to all operators: > -### Fixes - -- Use scripting name in operator changelog: - > ## ci ### Features @@ -435,6 +431,13 @@ The following table shows which components have updates in each category. ## mapdl ### Features +- Adding new operator and result for Nodal Orientations: + > Adding new operator and result for Nodal Orientations + > + > + > + > + - Refactor ElementType handling to increase performance: > > @@ -1135,37 +1138,37 @@ The following table shows which components have updates in each category. #### mapping -- [apply_mechanical_native_mapping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/apply_mechanical_native_mapping.md): - > Maps source data from source mesh to target mesh (computes interpolation).This operator needs to be used with the prepare mechanical native mapping associated one. - -- [create_mech_kriging_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_mech_kriging_workflow.md): +- [create_sc_mapping_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_sc_mapping_workflow.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [create_mech_point_cloud_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_mech_point_cloud_workflow.md): +- [mech_kriging_wf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mech_kriging_wf.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [create_mech_shape_func_surf_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_mech_shape_func_surf_workflow.md): +- [mech_point_cloud_wf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mech_point_cloud_wf.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [create_mech_shape_func_vol_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_mech_shape_func_vol_workflow.md): +- [mech_shape_function_surf_wf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mech_shape_function_surf_wf.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [create_sc_mapping_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_sc_mapping_workflow.md): +- [mech_shape_function_vol_wf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mech_shape_function_vol_wf.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [prepare_mechanical_native_mapping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping.md): +- [mechanical_native_mapping::apply](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::apply.md): + > Maps source data from source mesh to target mesh (computes interpolation).This operator needs to be used with the prepare mechanical native mapping associated one. + +- [mechanical_native_mapping::prepare](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator needs to be used with the apply mechanical native mapping associated one. At least one of the optional DataTree inputs need to be set, in order to chose the mapping algorithm and set the mapping options. -- [prepare_mechanical_native_mapping_kriging](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping_kriging.md): +- [mechanical_native_mapping::prepare::kriging](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare::kriging.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use a point kriging algorithm. This operator needs to be used with the apply mechanical native mapping associated one. -- [prepare_mechanical_native_mapping_point_cloud](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping_point_cloud.md): +- [mechanical_native_mapping::prepare::point_cloud](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare::point_cloud.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use a point cloud based algorithm. This operator needs to be used with the apply mechanical native mapping associated one. -- [prepare_mechanical_native_mapping_shape_functions_for_surfaces](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping_shape_functions_for_surfaces.md): +- [mechanical_native_mapping::prepare::shape_function_surfaces](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare::shape_function_surfaces.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use the shape functions of the elements. This operator is meant for surfaces elements. This operator needs to be used with the apply mechanical native mapping associated one. -- [prepare_mechanical_native_mapping_shape_functions_for_volume](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping_shape_functions_for_volume.md): +- [mechanical_native_mapping::prepare::shape_function_volumes](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare::shape_function_volumes.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use the shape functions of the elements. This operator is meant for volume elements but can also be used with surfaces elements. This operator needs to be used with the apply mechanical native mapping associated one. - [sc_mapping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/sc_mapping.md): @@ -1192,7 +1195,19 @@ The following table shows which components have updates in each category. #### result -- [creep_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain.md): +- [DMG](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/DMG.md): + > Read/compute nodal rotational acceleration by calling the readers defined by the datasources. + +- [DMGX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/DMGX.md): + > Read/compute nodal rotational acceleration X component of the vector (1st component) by calling the readers defined by the datasources. + +- [DMGY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/DMGY.md): + > Read/compute nodal rotational acceleration Y component of the vector (2nd component) by calling the readers defined by the datasources. + +- [DMGZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/DMGZ.md): + > Read/compute nodal rotational acceleration Z component of the vector (3rd component) by calling the readers defined by the datasources. + +- [EPCR](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR.md): > Read/compute element nodal component creep 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: @@ -1226,25 +1241,37 @@ The following table shows which components have updates in each category. > | 13 | Pretension | > -- [creep_strain_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_X.md): +- [EPCR1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR1.md): + > Read/compute element nodal component creep strains 1st principal component by calling the readers defined by the datasources and computing its eigen values. + > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. + +- [EPCR2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR2.md): + > Read/compute element nodal component creep strains 2nd principal component by calling the readers defined by the datasources and computing its eigen values. + > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. + +- [EPCR3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR3.md): + > Read/compute element nodal component creep strains 3rd principal component by calling the readers defined by the datasources and computing its eigen values. + > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. + +- [EPCRX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRX.md): > Read/compute element nodal component creep strains XX normal component (00 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. -- [creep_strain_XY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_XY.md): +- [EPCRXY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRXY.md): > Read/compute element nodal component creep strains XY shear component (01 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. -- [creep_strain_XZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_XZ.md): +- [EPCRXZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRXZ.md): > Read/compute element nodal component creep strains XZ shear component (02 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. -- [creep_strain_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_Y.md): +- [EPCRY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRY.md): > Read/compute element nodal component creep strains YY normal component (11 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. -- [creep_strain_YZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_YZ.md): +- [EPCRYZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRYZ.md): > Read/compute element nodal component creep strains YZ shear component (12 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. -- [creep_strain_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_Z.md): +- [EPCRZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRZ.md): > Read/compute element nodal component creep strains ZZ normal component (22 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. -- [creep_strain_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_eqv.md): +- [EPCR_EQV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR_EQV.md): > Read/compute element nodal equivalent component creep 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: @@ -1278,105 +1305,81 @@ The following table shows which components have updates in each category. > | 13 | Pretension | > -- [creep_strain_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_intensity.md): +- [EPCR_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR_intensity.md): > Reads/computes element nodal component creep strains, 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. -- [creep_strain_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_max_shear.md): +- [EPCR_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR_max_shear.md): > Reads/computes element nodal component creep strains, 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. -- [creep_strain_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_principal_1.md): - > Read/compute element nodal component creep strains 1st principal component by calling the readers defined by the datasources and computing its eigen values. - > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. +- [EUL_NOD](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL_NOD.md): + > Read/compute node euler angles by calling the readers defined by the datasources. -- [creep_strain_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_principal_2.md): - > Read/compute element nodal component creep strains 2nd principal component by calling the readers defined by the datasources and computing its eigen values. - > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. +- [EUL_NODX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL_NODX.md): + > Read/compute node euler angles X component of the vector (1st component) by calling the readers defined by the datasources. -- [creep_strain_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_principal_3.md): - > Read/compute element nodal component creep strains 3rd principal component by calling the readers defined by the datasources and computing its eigen values. - > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. +- [EUL_NODY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL_NODY.md): + > Read/compute node euler angles Y component of the vector (2nd component) by calling the readers defined by the datasources. + +- [EUL_NODZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL_NODZ.md): + > Read/compute node euler angles Z component of the vector (3rd component) by calling the readers defined by the datasources. -- [fluid_velocity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/fluid_velocity.md): +- [FV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/FV.md): > Read/compute FV by calling the readers defined by the datasources. -- [gasket_total_closure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_total_closure.md): - > computes the gasket total closure (sum of gasket thermal closure and gasket inelastic closure). +- [MAF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MAF.md): + > Read/compute modal acceleration by calling the readers defined by the datasources. -- [gasket_total_closure_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_total_closure_X.md): - > Read/compute elemental gasket total closure XX normal component (00 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. +- [MCF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MCF.md): + > Read/compute modal coordinate by calling the readers defined by the datasources. -- [gasket_total_closure_XY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_total_closure_XY.md): - > Read/compute elemental gasket total closure XY shear component (01 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. +- [MVF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MVF.md): + > Read/compute modal velocity by calling the readers defined by the datasources. -- [gasket_total_closure_XZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_total_closure_XZ.md): - > Read/compute elemental gasket total closure XZ shear component (02 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. +- [OMG](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/OMG.md): + > Read/compute nodal rotational velocity by calling the readers defined by the datasources. -- [modal_acceleration](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/modal_acceleration.md): - > Read/compute modal acceleration by calling the readers defined by the datasources. +- [OMGX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/OMGX.md): + > Read/compute nodal rotational velocity X component of the vector (1st component) by calling the readers defined by the datasources. -- [modal_coordinate](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/modal_coordinate.md): - > Read/compute modal coordinate by calling the readers defined by the datasources. +- [OMGY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/OMGY.md): + > Read/compute nodal rotational velocity Y component of the vector (2nd component) by calling the readers defined by the datasources. -- [modal_velocity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/modal_velocity.md): - > Read/compute modal velocity by calling the readers defined by the datasources. +- [OMGZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/OMGZ.md): + > Read/compute nodal rotational velocity Z component of the vector (3rd component) by calling the readers defined by the datasources. -- [nodal_rotation](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotation.md): +- [ROT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ROT.md): > Read/compute nodal rotation by calling the readers defined by the datasources. -- [nodal_rotation_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotation_X.md): +- [ROTX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ROTX.md): > Read/compute nodal rotation X component of the vector (1st component) by calling the readers defined by the datasources. -- [nodal_rotation_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotation_Y.md): +- [ROTY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ROTY.md): > Read/compute nodal rotation Y component of the vector (2nd component) by calling the readers defined by the datasources. -- [nodal_rotation_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotation_Z.md): +- [ROTZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ROTZ.md): > Read/compute nodal rotation Z component of the vector (3rd component) by calling the readers defined by the datasources. -- [nodal_rotational_acceleration](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_acceleration.md): - > Read/compute nodal rotational acceleration by calling the readers defined by the datasources. - -- [nodal_rotational_acceleration_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_acceleration_X.md): - > Read/compute nodal rotational acceleration X component of the vector (1st component) by calling the readers defined by the datasources. - -- [nodal_rotational_acceleration_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_acceleration_Y.md): - > Read/compute nodal rotational acceleration Y component of the vector (2nd component) by calling the readers defined by the datasources. - -- [nodal_rotational_acceleration_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_acceleration_Z.md): - > Read/compute nodal rotational acceleration Z component of the vector (3rd component) by calling the readers defined by the datasources. - -- [nodal_rotational_velocity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_velocity.md): - > Read/compute nodal rotational velocity by calling the readers defined by the datasources. - -- [nodal_rotational_velocity_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_velocity_X.md): - > Read/compute nodal rotational velocity X component of the vector (1st component) by calling the readers defined by the datasources. - -- [nodal_rotational_velocity_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_velocity_Y.md): - > Read/compute nodal rotational velocity Y component of the vector (2nd component) by calling the readers defined by the datasources. - -- [nodal_rotational_velocity_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_velocity_Z.md): - > Read/compute nodal rotational velocity Z component of the vector (3rd component) by calling the readers defined by the datasources. - #### serialization -- [export_mesh_with_prime](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/serialization/export_mesh_with_prime.md): +- [serialization::export_mesh_with_prime](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/serialization/serialization::export_mesh_with_prime.md): > Transfer DPF's meshed region into an external layer prime model and serialize it into a given file format. #### utility -- [customtypefield_get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/customtypefield_get_attribute.md): +- [customtypefield::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/customtypefield::get_attribute.md): > Gets a property from an input field/field container. A CustomTypeFieldin pin 0, a property name (string) in pin 1 are expected as inputs -- [cyclic_support_get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/cyclic_support_get_attribute.md): +- [cyclic_support::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/cyclic_support::get_attribute.md): > A CyclicSupport in pin 0 and a property name (string) in pin 1 are expected in input. - [operator_changelog](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/operator_changelog.md): > Return a GenericDataContainer used to instantiate the Changelog of an operator based on its name. -- [propertyfield_get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/propertyfield_get_attribute.md): +- [propertyfield::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/propertyfield::get_attribute.md): > Gets a property from an input field/field container. A PropertyFieldin pin 0, a property name (string) in pin 1 are expected as inputs @@ -1405,7 +1408,7 @@ The following table shows which components have updates in each category. > 1.0.0: Fixed reference coordinate-system on which normals are calculated. -- [rotate_in_cylindrical_cs](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/geo/rotate_in_cylindrical_cs.md) +- [transform_cylindricalCS](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/geo/transform_cylindricalCS.md) > 1.0.0: Fix bug for the rotation of strain fields with a cylindrical system whose axis is rotated. @@ -1421,7 +1424,7 @@ The following table shows which components have updates in each category. #### mapping -- [on_coordinates](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/on_coordinates.md) +- [mapping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mapping.md) > 0.1.0: Performance improvement. @@ -1465,14 +1468,14 @@ The following table shows which components have updates in each category. > 0.0.1: Fixed issue with crash due to empty label. -- [compute_residual_and_error](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/compute_residual_and_error.md) +- [error_norm_calc](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/error_norm_calc.md) > 0.1.0: Support generic labels (not only time) in the input FieldsContainer > 0.1.1: Fixed the size of output scaling factors for the absolute normalization -- [expansion_psd](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/expansion_psd.md) +- [expansion::psd](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/expansion::psd.md) > 0.0.1: Fix handling of empty fields in mode shapes. @@ -1500,7 +1503,7 @@ The following table shows which components have updates in each category. #### mesh -- [from_scoping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/from_scoping.md) +- [mesh::by_scoping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/mesh::by_scoping.md) > 0.1.0: Improvement in the performance. @@ -1511,18 +1514,18 @@ The following table shows which components have updates in each category. > 0.1.3: Fixed undefined behavior with custom property fields. -- [from_scopings](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/from_scopings.md) +- [meshed_skin_sector](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/meshed_skin_sector.md) - > 0.0.1: Improvement in the performance. + > 0.0.1: Fixing issue related to share pointers of property fields and mesh. - > 0.0.2: Fixing issue with connectivity. + > 0.0.2: Internal change to share pointers of property fields and mesh. -- [skin](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/skin.md) +- [meshes::by_scopings](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/meshes::by_scopings.md) - > 0.0.1: Fixing issue related to share pointers of property fields and mesh. + > 0.0.1: Improvement in the performance. - > 0.0.2: Internal change to share pointers of property fields and mesh. + > 0.0.2: Fixing issue with connectivity. - [split_mesh](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/split_mesh.md) @@ -1540,7 +1543,7 @@ The following table shows which components have updates in each category. > 0.1.0: Added the possibility to output a PropertyField. -- [time_freq_support_get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/metadata/time_freq_support_get_attribute.md) +- [timefreqsupport::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/metadata/timefreqsupport::get_attribute.md) > 0.1.0: Add new supported property name 'step_id_from_harmonic_index' returning an int. @@ -1548,351 +1551,358 @@ The following table shows which components have updates in each category. #### result -- [accu_eqv_creep_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/accu_eqv_creep_strain.md) +- [BFE](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/BFE.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [accu_eqv_plastic_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/accu_eqv_plastic_strain.md) - - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True - - -- [beam_axial_force](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_axial_force.md) +- [B_EL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_EL.md) > 0.1.0: MAPDL results supported. -- [beam_axial_stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_axial_stress.md) +- [B_M1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_M1.md) > 0.1.0: MAPDL results supported. -- [beam_axial_total_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_axial_total_strain.md) +- [B_M2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_M2.md) > 0.1.0: MAPDL results supported. -- [beam_s_bending_moment](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_s_bending_moment.md) +- [B_MT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_MT.md) > 0.1.0: MAPDL results supported. -- [beam_s_shear_force](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_s_shear_force.md) +- [B_N](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_N.md) > 0.1.0: MAPDL results supported. -- [beam_t_bending_moment](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_t_bending_moment.md) +- [B_SN](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_SN.md) > 0.1.0: MAPDL results supported. -- [beam_t_shear_force](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_t_shear_force.md) +- [B_T1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_T1.md) > 0.1.0: MAPDL results supported. -- [beam_torsional_moment](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_torsional_moment.md) +- [B_T2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_T2.md) > 0.1.0: MAPDL results supported. -- [contact_fluid_penetration_pressure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_fluid_penetration_pressure.md) +- [ECT_CNOS](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_CNOS.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [contact_friction_stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_friction_stress.md) +- [ECT_FLUX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_FLUX.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [contact_gap_distance](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_gap_distance.md) +- [ECT_FRES](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_FRES.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [contact_penetration](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_penetration.md) +- [ECT_GAP](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_GAP.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [contact_pressure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_pressure.md) +- [ECT_PENE](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_PENE.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [contact_sliding_distance](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_sliding_distance.md) +- [ECT_PRES](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_PRES.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [contact_status](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_status.md) +- [ECT_SFRIC](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_SFRIC.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [contact_surface_heat_flux](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_surface_heat_flux.md) +- [ECT_SLIDE](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_SLIDE.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [contact_total_stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_total_stress.md) +- [ECT_STAT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_STAT.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [creep_strain_energy_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_energy_density.md) +- [ECT_STOT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_STOT.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [displacement](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/displacement.md) - - > 1.0.0: Modal coordinates from RFRQ, RDSP and DSUB files can't be extracted through displacement operator anymore, user can use modal_coordinate operator instead. - - -- [elastic_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain.md) +- [EF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EF.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [elastic_strain_energy_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_energy_density.md) +- [EFD](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EFD.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [elastic_strain_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_eqv.md) +- [ENF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENF.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [elastic_strain_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_intensity.md) +- [ENL_CREQ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_CREQ.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [elastic_strain_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_max_shear.md) +- [ENL_CRWK](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_CRWK.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [elastic_strain_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_principal_1.md) +- [ENL_ELENG](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_ELENG.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [elastic_strain_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_principal_2.md) +- [ENL_EPEQ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_EPEQ.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [elastic_strain_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_principal_3.md) +- [ENL_HPRES](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_HPRES.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [electric_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/electric_field.md) +- [ENL_PLWK](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_PLWK.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [electric_flux_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/electric_flux_density.md) +- [ENL_PSV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_PSV.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [element_nodal_forces](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/element_nodal_forces.md) +- [ENL_SEPL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_SEPL.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [element_orientations](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/element_orientations.md) +- [ENL_SRAT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_SRAT.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [eqv_stress_parameter](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/eqv_stress_parameter.md) +- [EPEL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [gasket_inelastic_closure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_inelastic_closure.md) +- [EPEL1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL1.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [gasket_stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_stress.md) +- [EPEL2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL2.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [gasket_thermal_closure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_thermal_closure.md) +- [EPEL3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL3.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [heat_flux](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/heat_flux.md) +- [EPEL_EQV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL_EQV.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [hydrostatic_pressure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/hydrostatic_pressure.md) +- [EPEL_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL_intensity.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [magnetic_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/magnetic_field.md) +- [EPEL_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL_max_shear.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [magnetic_flux_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/magnetic_flux_density.md) +- [EPPL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [num_surface_status_changes](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/num_surface_status_changes.md) +- [EPPL1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL1.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [plastic_state_variable](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_state_variable.md) +- [EPPL2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL2.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [plastic_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain.md) +- [EPPL3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL3.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [plastic_strain_energy_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_energy_density.md) +- [EPPL_EQV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL_EQV.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [plastic_strain_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_eqv.md) +- [EPPL_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL_intensity.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [plastic_strain_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_intensity.md) +- [EPPL_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL_max_shear.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [plastic_strain_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_max_shear.md) +- [ESV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ESV.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [plastic_strain_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_principal_1.md) +- [ETH](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [plastic_strain_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_principal_2.md) +- [ETH1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH1.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [plastic_strain_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_principal_3.md) +- [ETH2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH2.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [recombine_harmonic_indeces_cyclic](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/recombine_harmonic_indeces_cyclic.md) +- [ETH3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH3.md) - > 0.1.0: Addition of is_constant pin + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [state_variable](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/state_variable.md) +- [ETH_EQV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH_EQV.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress.md) +- [ETH_SWL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH_SWL.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [stress_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_intensity.md) +- [EUL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [stress_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_max_shear.md) +- [GKD](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/GKD.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 1.0.0: Name changed from gasket deformation to gasket total closure + > 1.0.1: adds the thermal and inelastic closure instead of returning only the inelastic closure -- [stress_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_principal_1.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. +- [GKDI](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/GKDI.md) + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [stress_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_principal_2.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. +- [GKS](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/GKS.md) + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [stress_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_principal_3.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. +- [GKTH](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/GKTH.md) + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [stress_ratio](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_ratio.md) + +- [MF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MF.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [stress_von_mises](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_von_mises.md) +- [MFD](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MFD.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [structural_temperature](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/structural_temperature.md) +- [S](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [swelling_strains](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/swelling_strains.md) +- [S1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S1.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [temperature_grad](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/temperature_grad.md) +- [S2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S2.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [thermal_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strain.md) +- [S3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S3.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [thermal_strain_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strain_principal_1.md) +- [S_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S_eqv.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [thermal_strain_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strain_principal_2.md) +- [S_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S_intensity.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [thermal_strain_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strain_principal_3.md) +- [S_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S_max_shear.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [thermal_strains_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strains_eqv.md) +- [TF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/TF.md) + + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + + +- [TG](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/TG.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True +- [U](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/U.md) + + > 1.0.0: Modal coordinates from RFRQ, RDSP and DSUB files can't be extracted through displacement operator anymore, user can use modal_coordinate operator instead. + + +- [recombine_harmonic_indeces_cyclic](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/recombine_harmonic_indeces_cyclic.md) + + > 0.1.0: Addition of is_constant pin + + - [torque](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/torque.md) > 0.1.0: Fields container supported on pin 1. Pin 1 name changed. @@ -1901,27 +1911,27 @@ The following table shows which components have updates in each category. #### scoping -- [rescope](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/rescope.md) +- [Rescope](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/Rescope.md) > 0.1.0: Performance improvement. -- [rescope_custom_type_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/rescope_custom_type_field.md) +- [Rescope_ctf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/Rescope_ctf.md) > 0.1.0: Performance improvement. -- [rescope_fc](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/rescope_fc.md) +- [Rescope_fc](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/Rescope_fc.md) > 0.1.0: Performance improvement. -- [rescope_property_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/rescope_property_field.md) +- [Rescope_pf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/Rescope_pf.md) > 0.1.0: Performance improvement. -- [transpose](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/transpose.md) +- [transpose_scoping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/transpose_scoping.md) > 0.1.0: Improvement of performance @@ -1934,11 +1944,6 @@ The following table shows which components have updates in each category. > 0.1.0: Show operator version and changelog. -- [ints_to_scoping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/ints_to_scoping.md) - - > 0.1.0: Add input pin 2 to specify an upper bound to create a scoping for a given range (taking single input in pin 0 as the lower bound). - - - [producer_consumer_for_each](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/producer_consumer_for_each.md) > 0.1.0: Addition of events to monitor the status of the operator. @@ -1946,14 +1951,11 @@ The following table shows which components have updates in each category. > 0.2.0: Moving event of progress bar at the beggining of the loop and changing input stream. +- [scopingify](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/scopingify.md) + > 0.1.0: Add input pin 2 to specify an upper bound to create a scoping for a given range (taking single input in pin 0 as the lower bound). -### Deleted operators - -#### gasket_deformation -#### gasket_deformation_X -#### gasket_deformation_XY -#### gasket_deformation_XZ +### Deleted operators diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations.md new file mode 100644 index 000000000..10c85b9f2 --- /dev/null +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations.md @@ -0,0 +1,58 @@ +--- +category: result +plugin: core +license: None +--- + +# result:node orientations + +**Version: 0.0.0** + +## Description + +Read/compute node euler angles by calling the readers defined by the datasources. + +## Inputs + +| Input | Name | Expected type(s) | Description | +|-------|-------|------------------|-------------| +| Pin 0| time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | 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. | +| Pin 1| mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | 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 | +| Pin 2| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container already allocated modified inplace | +| Pin 3| streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data | +| Pin 4
Required| data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set | +| Pin 5| bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. | +| Pin 7| mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files | + +## Outputs + +| Output | Name | Expected type(s) | Description | +|-------|------|------------------|-------------| +| **Pin 0**| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | | + +## Configurations + +| Name| Expected type(s) | Default value | Description | +|-----|------|----------|-------------| +| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. | +| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel | +| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. | + +## Scripting + + **Category**: result + + **Plugin**: core + + **Scripting name**: node_orientations + + **Full name**: result.node_orientations + + **Internal name**: EUL_NOD + + **License**: None + + +## Changelog + +- Version 0.0.0: Initial release. \ No newline at end of file diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_X.md new file mode 100644 index 000000000..e3dedac41 --- /dev/null +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_X.md @@ -0,0 +1,59 @@ +--- +category: result +plugin: core +license: None +--- + +# result:node orientations X + +**Version: 0.0.0** + +## Description + +Read/compute node euler angles X component of the vector (1st component) by calling the readers defined by the datasources. + +## Inputs + +| Input | Name | Expected type(s) | Description | +|-------|-------|------------------|-------------| +| Pin 0| time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | 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. | +| Pin 1| mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | 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 | +| Pin 2| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainer already allocated modified inplace | +| Pin 3| streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data | +| Pin 4
Required| data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set | +| Pin 5| bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true) | +| Pin 7| mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files | +| Pin 14| read_cyclic |`enum dataProcessing::ECyclicReading`, [`int32`](../../core-concepts/dpf-types.md#standard-types) | 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 + +| Output | Name | Expected type(s) | Description | +|-------|------|------------------|-------------| +| **Pin 0**| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | | + +## Configurations + +| Name| Expected type(s) | Default value | Description | +|-----|------|----------|-------------| +| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. | +| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel | +| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. | + +## Scripting + + **Category**: result + + **Plugin**: core + + **Scripting name**: node_orientations_X + + **Full name**: result.node_orientations_X + + **Internal name**: EUL_NODX + + **License**: None + + +## Changelog + +- Version 0.0.0: Initial release. \ No newline at end of file diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_Y.md new file mode 100644 index 000000000..be1f89600 --- /dev/null +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_Y.md @@ -0,0 +1,59 @@ +--- +category: result +plugin: core +license: None +--- + +# result:node orientations Y + +**Version: 0.0.0** + +## Description + +Read/compute node euler angles Y component of the vector (2nd component) by calling the readers defined by the datasources. + +## Inputs + +| Input | Name | Expected type(s) | Description | +|-------|-------|------------------|-------------| +| Pin 0| time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | 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. | +| Pin 1| mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | 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 | +| Pin 2| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainer already allocated modified inplace | +| Pin 3| streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data | +| Pin 4
Required| data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set | +| Pin 5| bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true) | +| Pin 7| mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files | +| Pin 14| read_cyclic |`enum dataProcessing::ECyclicReading`, [`int32`](../../core-concepts/dpf-types.md#standard-types) | 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 + +| Output | Name | Expected type(s) | Description | +|-------|------|------------------|-------------| +| **Pin 0**| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | | + +## Configurations + +| Name| Expected type(s) | Default value | Description | +|-----|------|----------|-------------| +| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. | +| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel | +| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. | + +## Scripting + + **Category**: result + + **Plugin**: core + + **Scripting name**: node_orientations_Y + + **Full name**: result.node_orientations_Y + + **Internal name**: EUL_NODY + + **License**: None + + +## Changelog + +- Version 0.0.0: Initial release. \ No newline at end of file diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_Z.md new file mode 100644 index 000000000..a08337f08 --- /dev/null +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations_Z.md @@ -0,0 +1,59 @@ +--- +category: result +plugin: core +license: None +--- + +# result:node orientations Z + +**Version: 0.0.0** + +## Description + +Read/compute node euler angles Z component of the vector (3rd component) by calling the readers defined by the datasources. + +## Inputs + +| Input | Name | Expected type(s) | Description | +|-------|-------|------------------|-------------| +| Pin 0| time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | 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. | +| Pin 1| mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | 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 | +| Pin 2| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainer already allocated modified inplace | +| Pin 3| streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data | +| Pin 4
Required| data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set | +| Pin 5| bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true) | +| Pin 7| mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files | +| Pin 14| read_cyclic |`enum dataProcessing::ECyclicReading`, [`int32`](../../core-concepts/dpf-types.md#standard-types) | 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 + +| Output | Name | Expected type(s) | Description | +|-------|------|------------------|-------------| +| **Pin 0**| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | | + +## Configurations + +| Name| Expected type(s) | Default value | Description | +|-----|------|----------|-------------| +| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. | +| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel | +| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. | + +## Scripting + + **Category**: result + + **Plugin**: core + + **Scripting name**: node_orientations_Z + + **Full name**: result.node_orientations_Z + + **Internal name**: EUL_NODZ + + **License**: None + + +## Changelog + +- Version 0.0.0: Initial release. \ No newline at end of file diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/result_category.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/result_category.md index 9bb343573..641b8c2e2 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/result_category.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/result_category.md @@ -239,6 +239,10 @@ - [nodal rotation Y](nodal_rotation_Y.md) - [nodal rotation Z](nodal_rotation_Z.md) - [nodal to global](nodal_to_global.md) +- [node orientations](node_orientations.md) +- [node orientations X](node_orientations_X.md) +- [node orientations Y](node_orientations_Y.md) +- [node orientations Z](node_orientations_Z.md) - [normal contact force](normal_contact_force.md) - [normal contact moment](normal_contact_moment.md) - [num surface status changes](num_surface_status_changes.md) diff --git a/2026R1/dpf-framework-26-r1/toc.yml b/2026R1/dpf-framework-26-r1/toc.yml index 3f460f676..aeec21176 100644 --- a/2026R1/dpf-framework-26-r1/toc.yml +++ b/2026R1/dpf-framework-26-r1/toc.yml @@ -1267,6 +1267,14 @@ href: operator-specifications/result/nodal_rotation_Z.md - name: nodal to global href: operator-specifications/result/nodal_to_global.md + - name: node orientations + href: operator-specifications/result/node_orientations.md + - name: node orientations X + href: operator-specifications/result/node_orientations_X.md + - name: node orientations Y + href: operator-specifications/result/node_orientations_Y.md + - name: node orientations Z + href: operator-specifications/result/node_orientations_Z.md - name: normal contact force href: operator-specifications/result/normal_contact_force.md - name: normal contact moment From e9bca1d8f7bd220cfa565f39f44d2e32391f9649 Mon Sep 17 00:00:00 2001 From: 4rmuuser <4rmuuser@win.ansys.com> Date: Mon, 3 Nov 2025 19:11:12 -0500 Subject: [PATCH 2/2] DPF doc update for 261 (2025.11.03) --- .../changelog/changelog.md | 473 ++++++++++-------- 1 file changed, 267 insertions(+), 206 deletions(-) diff --git a/2026R1/dpf-framework-26-r1/changelog/changelog.md b/2026R1/dpf-framework-26-r1/changelog/changelog.md index 07f0c9f36..bfb6be302 100644 --- a/2026R1/dpf-framework-26-r1/changelog/changelog.md +++ b/2026R1/dpf-framework-26-r1/changelog/changelog.md @@ -1,6 +1,6 @@ # Changelog -Changes since the last released version for DPF 26.1.pre1 (as of 2025-10-31). +Changes since the last released version for DPF 26.1.pre1 (as of 2025-11-03). This changelog is organized by category, with sections for different types of updates (new features, bug fixes, changes, performance improvements). @@ -10,12 +10,13 @@ The following table shows which components have updates in each category. |-----------|----------|----------| | cff | [2 items](#Features_cff) | | | cgns | [1 item](#Features_cgns) | | -| changelog | [2 items](#Features_changelog) | | +| changelog | [2 items](#Features_changelog) |[1 item](#Fixes_changelog) | | ci | [1 item](#Features_ci) |[1 item](#Fixes_ci) | -| compression | [2 items](#Features_compression) | | +| compression | [2 items](#Features_compression) |[1 item](#Fixes_compression) | | core | |[1 item](#Fixes_core) | | cyclic | [1 item](#Features_cyclic) | | | doc | [2 items](#Features_doc) | | +| documentation | [1 item](#Features_documentation) | | | dpf | [3 items](#Features_dpf) |[1 item](#Fixes_dpf) | | eng_mat | |[1 item](#Fixes_eng_mat) | | expansion | [1 item](#Features_expansion) | | @@ -26,7 +27,7 @@ The following table shows which components have updates in each category. | h5dpf | [1 item](#Features_h5dpf) |[1 item](#Fixes_h5dpf) | | hdf5 | [4 items](#Features_hdf5) | | | hgp | [2 items](#Features_hgp) | | -| kernel | [1 item](#Features_kernel) |[1 item](#Fixes_kernel) | +| kernel | [2 items](#Features_kernel) |[1 item](#Fixes_kernel) | | lsdyna | [1 item](#Features_lsdyna) | | | mapdl | [12 items](#Features_mapdl) |[14 items](#Fixes_mapdl) | | mapdlpluggin | |[1 item](#Fixes_mapdlpluggin) | @@ -88,6 +89,12 @@ The following table shows which components have updates in each category. - Add a changelog to all operators: > +### Fixes + +- Use scripting name in operator changelog: + > + > + > ## ci ### Features @@ -123,6 +130,14 @@ The following table shows which components have updates in each category. - Scale and Round Operator: > +### Fixes + +- Quantization loss of performance: + > The quantization ("quantization") operator has became super slow since its last modification. + > + > + > + > ## core ### Fixes @@ -172,6 +187,20 @@ The following table shows which components have updates in each category. > > +## documentation +### Features + +- Add Markdown and LaTeX example operator: + > This PR adds an example operator ``markdown_latex_example`` to ``Ans.Dpf.Documentation`` where usage of supported Markdown and LaTeX is showcased. + > + > It also allows to test whether the operator is properly exposed in all clients and pipelines. + > + > We take the opportunity to fix support for multiline descriptions in output pins during generation of operator classes in C#. + > + > + > + > + ## dpf ### Features @@ -399,6 +428,15 @@ The following table shows which components have updates in each category. ## kernel ### Features +- Add Unit string to express British ton: + > + > + > The string `"ton"` in DPF units denotes the Metric Ton (1000 kg). The string `"tonuk"` now denotes the British ton (also known as Long ton, approximately 1016.05 kg or 2240 pounds of mass). + > + > + > + > + - Establish thread safety and STL compliance for scopingIterators: > - Test for thread safety when using scoping Iterators for read access within parallel regions (over fields, over scoping etc). > @@ -1138,37 +1176,37 @@ The following table shows which components have updates in each category. #### mapping -- [create_sc_mapping_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_sc_mapping_workflow.md): - > Prepares a workflow able to map data from an input mesh to a target mesh. +- [apply_mechanical_native_mapping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/apply_mechanical_native_mapping.md): + > Maps source data from source mesh to target mesh (computes interpolation).This operator needs to be used with the prepare mechanical native mapping associated one. -- [mech_kriging_wf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mech_kriging_wf.md): +- [create_mech_kriging_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_mech_kriging_workflow.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [mech_point_cloud_wf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mech_point_cloud_wf.md): +- [create_mech_point_cloud_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_mech_point_cloud_workflow.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [mech_shape_function_surf_wf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mech_shape_function_surf_wf.md): +- [create_mech_shape_func_surf_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_mech_shape_func_surf_workflow.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [mech_shape_function_vol_wf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mech_shape_function_vol_wf.md): +- [create_mech_shape_func_vol_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_mech_shape_func_vol_workflow.md): > Prepares a workflow able to map data from an input mesh to a target mesh. -- [mechanical_native_mapping::apply](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::apply.md): - > Maps source data from source mesh to target mesh (computes interpolation).This operator needs to be used with the prepare mechanical native mapping associated one. +- [create_sc_mapping_workflow](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/create_sc_mapping_workflow.md): + > Prepares a workflow able to map data from an input mesh to a target mesh. -- [mechanical_native_mapping::prepare](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare.md): +- [prepare_mechanical_native_mapping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator needs to be used with the apply mechanical native mapping associated one. At least one of the optional DataTree inputs need to be set, in order to chose the mapping algorithm and set the mapping options. -- [mechanical_native_mapping::prepare::kriging](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare::kriging.md): +- [prepare_mechanical_native_mapping_kriging](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping_kriging.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use a point kriging algorithm. This operator needs to be used with the apply mechanical native mapping associated one. -- [mechanical_native_mapping::prepare::point_cloud](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare::point_cloud.md): +- [prepare_mechanical_native_mapping_point_cloud](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping_point_cloud.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use a point cloud based algorithm. This operator needs to be used with the apply mechanical native mapping associated one. -- [mechanical_native_mapping::prepare::shape_function_surfaces](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare::shape_function_surfaces.md): +- [prepare_mechanical_native_mapping_shape_functions_for_surfaces](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping_shape_functions_for_surfaces.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use the shape functions of the elements. This operator is meant for surfaces elements. This operator needs to be used with the apply mechanical native mapping associated one. -- [mechanical_native_mapping::prepare::shape_function_volumes](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mechanical_native_mapping::prepare::shape_function_volumes.md): +- [prepare_mechanical_native_mapping_shape_functions_for_volume](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/prepare_mechanical_native_mapping_shape_functions_for_volume.md): > Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use the shape functions of the elements. This operator is meant for volume elements but can also be used with surfaces elements. This operator needs to be used with the apply mechanical native mapping associated one. - [sc_mapping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/sc_mapping.md): @@ -1195,19 +1233,7 @@ The following table shows which components have updates in each category. #### result -- [DMG](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/DMG.md): - > Read/compute nodal rotational acceleration by calling the readers defined by the datasources. - -- [DMGX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/DMGX.md): - > Read/compute nodal rotational acceleration X component of the vector (1st component) by calling the readers defined by the datasources. - -- [DMGY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/DMGY.md): - > Read/compute nodal rotational acceleration Y component of the vector (2nd component) by calling the readers defined by the datasources. - -- [DMGZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/DMGZ.md): - > Read/compute nodal rotational acceleration Z component of the vector (3rd component) by calling the readers defined by the datasources. - -- [EPCR](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR.md): +- [creep_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain.md): > Read/compute element nodal component creep 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: @@ -1241,37 +1267,25 @@ The following table shows which components have updates in each category. > | 13 | Pretension | > -- [EPCR1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR1.md): - > Read/compute element nodal component creep strains 1st principal component by calling the readers defined by the datasources and computing its eigen values. - > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. - -- [EPCR2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR2.md): - > Read/compute element nodal component creep strains 2nd principal component by calling the readers defined by the datasources and computing its eigen values. - > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. - -- [EPCR3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR3.md): - > Read/compute element nodal component creep strains 3rd principal component by calling the readers defined by the datasources and computing its eigen values. - > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. - -- [EPCRX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRX.md): +- [creep_strain_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_X.md): > Read/compute element nodal component creep strains XX normal component (00 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. -- [EPCRXY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRXY.md): +- [creep_strain_XY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_XY.md): > Read/compute element nodal component creep strains XY shear component (01 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. -- [EPCRXZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRXZ.md): +- [creep_strain_XZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_XZ.md): > Read/compute element nodal component creep strains XZ shear component (02 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. -- [EPCRY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRY.md): +- [creep_strain_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_Y.md): > Read/compute element nodal component creep strains YY normal component (11 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. -- [EPCRYZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRYZ.md): +- [creep_strain_YZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_YZ.md): > Read/compute element nodal component creep strains YZ shear component (12 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. -- [EPCRZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCRZ.md): +- [creep_strain_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_Z.md): > Read/compute element nodal component creep strains ZZ normal component (22 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. -- [EPCR_EQV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR_EQV.md): +- [creep_strain_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_eqv.md): > Read/compute element nodal equivalent component creep 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: @@ -1305,81 +1319,117 @@ The following table shows which components have updates in each category. > | 13 | Pretension | > -- [EPCR_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR_intensity.md): +- [creep_strain_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_intensity.md): > Reads/computes element nodal component creep strains, 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. -- [EPCR_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPCR_max_shear.md): +- [creep_strain_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_max_shear.md): > Reads/computes element nodal component creep strains, 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. -- [EUL_NOD](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL_NOD.md): - > Read/compute node euler angles by calling the readers defined by the datasources. - -- [EUL_NODX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL_NODX.md): - > Read/compute node euler angles X component of the vector (1st component) by calling the readers defined by the datasources. +- [creep_strain_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_principal_1.md): + > Read/compute element nodal component creep strains 1st principal component by calling the readers defined by the datasources and computing its eigen values. + > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. -- [EUL_NODY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL_NODY.md): - > Read/compute node euler angles Y component of the vector (2nd component) by calling the readers defined by the datasources. +- [creep_strain_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_principal_2.md): + > Read/compute element nodal component creep strains 2nd principal component by calling the readers defined by the datasources and computing its eigen values. + > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. -- [EUL_NODZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL_NODZ.md): - > Read/compute node euler angles Z component of the vector (3rd component) by calling the readers defined by the datasources. +- [creep_strain_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_principal_3.md): + > Read/compute element nodal component creep strains 3rd principal component by calling the readers defined by the datasources and computing its eigen values. + > 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. The off-diagonal strains are first converted from Voigt notation to the standard strain values. -- [FV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/FV.md): +- [fluid_velocity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/fluid_velocity.md): > Read/compute FV by calling the readers defined by the datasources. -- [MAF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MAF.md): +- [gasket_total_closure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_total_closure.md): + > computes the gasket total closure (sum of gasket thermal closure and gasket inelastic closure). + +- [gasket_total_closure_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_total_closure_X.md): + > Read/compute elemental gasket total closure XX normal component (00 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. + +- [gasket_total_closure_XY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_total_closure_XY.md): + > Read/compute elemental gasket total closure XY shear component (01 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. + +- [gasket_total_closure_XZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_total_closure_XZ.md): + > Read/compute elemental gasket total closure XZ shear component (02 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. + +- [modal_acceleration](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/modal_acceleration.md): > Read/compute modal acceleration by calling the readers defined by the datasources. -- [MCF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MCF.md): +- [modal_coordinate](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/modal_coordinate.md): > Read/compute modal coordinate by calling the readers defined by the datasources. -- [MVF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MVF.md): +- [modal_velocity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/modal_velocity.md): > Read/compute modal velocity by calling the readers defined by the datasources. -- [OMG](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/OMG.md): +- [nodal_rotation](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotation.md): + > Read/compute nodal rotation by calling the readers defined by the datasources. + +- [nodal_rotation_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotation_X.md): + > Read/compute nodal rotation X component of the vector (1st component) by calling the readers defined by the datasources. + +- [nodal_rotation_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotation_Y.md): + > Read/compute nodal rotation Y component of the vector (2nd component) by calling the readers defined by the datasources. + +- [nodal_rotation_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotation_Z.md): + > Read/compute nodal rotation Z component of the vector (3rd component) by calling the readers defined by the datasources. + +- [nodal_rotational_acceleration](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_acceleration.md): + > Read/compute nodal rotational acceleration by calling the readers defined by the datasources. + +- [nodal_rotational_acceleration_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_acceleration_X.md): + > Read/compute nodal rotational acceleration X component of the vector (1st component) by calling the readers defined by the datasources. + +- [nodal_rotational_acceleration_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_acceleration_Y.md): + > Read/compute nodal rotational acceleration Y component of the vector (2nd component) by calling the readers defined by the datasources. + +- [nodal_rotational_acceleration_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_acceleration_Z.md): + > Read/compute nodal rotational acceleration Z component of the vector (3rd component) by calling the readers defined by the datasources. + +- [nodal_rotational_velocity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_velocity.md): > Read/compute nodal rotational velocity by calling the readers defined by the datasources. -- [OMGX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/OMGX.md): +- [nodal_rotational_velocity_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_velocity_X.md): > Read/compute nodal rotational velocity X component of the vector (1st component) by calling the readers defined by the datasources. -- [OMGY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/OMGY.md): +- [nodal_rotational_velocity_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_velocity_Y.md): > Read/compute nodal rotational velocity Y component of the vector (2nd component) by calling the readers defined by the datasources. -- [OMGZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/OMGZ.md): +- [nodal_rotational_velocity_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/nodal_rotational_velocity_Z.md): > Read/compute nodal rotational velocity Z component of the vector (3rd component) by calling the readers defined by the datasources. -- [ROT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ROT.md): - > Read/compute nodal rotation by calling the readers defined by the datasources. +- [node_orientations](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/node_orientations.md): + > Read/compute node euler angles by calling the readers defined by the datasources. -- [ROTX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ROTX.md): - > Read/compute nodal rotation X component of the vector (1st component) by calling the readers defined by the datasources. +- [node_orientations_X](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/node_orientations_X.md): + > Read/compute node euler angles X component of the vector (1st component) by calling the readers defined by the datasources. -- [ROTY](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ROTY.md): - > Read/compute nodal rotation Y component of the vector (2nd component) by calling the readers defined by the datasources. +- [node_orientations_Y](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/node_orientations_Y.md): + > Read/compute node euler angles Y component of the vector (2nd component) by calling the readers defined by the datasources. -- [ROTZ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ROTZ.md): - > Read/compute nodal rotation Z component of the vector (3rd component) by calling the readers defined by the datasources. +- [node_orientations_Z](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/node_orientations_Z.md): + > Read/compute node euler angles Z component of the vector (3rd component) by calling the readers defined by the datasources. #### serialization -- [serialization::export_mesh_with_prime](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/serialization/serialization::export_mesh_with_prime.md): +- [export_mesh_with_prime](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/serialization/export_mesh_with_prime.md): > Transfer DPF's meshed region into an external layer prime model and serialize it into a given file format. #### utility -- [customtypefield::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/customtypefield::get_attribute.md): +- [customtypefield_get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/customtypefield_get_attribute.md): > Gets a property from an input field/field container. A CustomTypeFieldin pin 0, a property name (string) in pin 1 are expected as inputs -- [cyclic_support::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/cyclic_support::get_attribute.md): +- [cyclic_support_get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/cyclic_support_get_attribute.md): > A CyclicSupport in pin 0 and a property name (string) in pin 1 are expected in input. - [operator_changelog](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/operator_changelog.md): > Return a GenericDataContainer used to instantiate the Changelog of an operator based on its name. -- [propertyfield::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/propertyfield::get_attribute.md): +- [propertyfield_get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/propertyfield_get_attribute.md): > Gets a property from an input field/field container. A PropertyFieldin pin 0, a property name (string) in pin 1 are expected as inputs @@ -1408,7 +1458,7 @@ The following table shows which components have updates in each category. > 1.0.0: Fixed reference coordinate-system on which normals are calculated. -- [transform_cylindricalCS](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/geo/transform_cylindricalCS.md) +- [rotate_in_cylindrical_cs](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/geo/rotate_in_cylindrical_cs.md) > 1.0.0: Fix bug for the rotation of strain fields with a cylindrical system whose axis is rotated. @@ -1424,7 +1474,7 @@ The following table shows which components have updates in each category. #### mapping -- [mapping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/mapping.md) +- [on_coordinates](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mapping/on_coordinates.md) > 0.1.0: Performance improvement. @@ -1468,14 +1518,14 @@ The following table shows which components have updates in each category. > 0.0.1: Fixed issue with crash due to empty label. -- [error_norm_calc](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/error_norm_calc.md) +- [compute_residual_and_error](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/compute_residual_and_error.md) > 0.1.0: Support generic labels (not only time) in the input FieldsContainer > 0.1.1: Fixed the size of output scaling factors for the absolute normalization -- [expansion::psd](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/expansion::psd.md) +- [expansion_psd](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/math/expansion_psd.md) > 0.0.1: Fix handling of empty fields in mode shapes. @@ -1503,7 +1553,7 @@ The following table shows which components have updates in each category. #### mesh -- [mesh::by_scoping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/mesh::by_scoping.md) +- [from_scoping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/from_scoping.md) > 0.1.0: Improvement in the performance. @@ -1514,18 +1564,18 @@ The following table shows which components have updates in each category. > 0.1.3: Fixed undefined behavior with custom property fields. -- [meshed_skin_sector](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/meshed_skin_sector.md) +- [from_scopings](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/from_scopings.md) - > 0.0.1: Fixing issue related to share pointers of property fields and mesh. + > 0.0.1: Improvement in the performance. - > 0.0.2: Internal change to share pointers of property fields and mesh. + > 0.0.2: Fixing issue with connectivity. -- [meshes::by_scopings](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/meshes::by_scopings.md) +- [skin](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/skin.md) - > 0.0.1: Improvement in the performance. + > 0.0.1: Fixing issue related to share pointers of property fields and mesh. - > 0.0.2: Fixing issue with connectivity. + > 0.0.2: Internal change to share pointers of property fields and mesh. - [split_mesh](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/mesh/split_mesh.md) @@ -1543,7 +1593,7 @@ The following table shows which components have updates in each category. > 0.1.0: Added the possibility to output a PropertyField. -- [timefreqsupport::get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/metadata/timefreqsupport::get_attribute.md) +- [time_freq_support_get_attribute](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/metadata/time_freq_support_get_attribute.md) > 0.1.0: Add new supported property name 'step_id_from_harmonic_index' returning an int. @@ -1551,356 +1601,359 @@ The following table shows which components have updates in each category. #### result -- [BFE](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/BFE.md) +- [accu_eqv_creep_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/accu_eqv_creep_strain.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [B_EL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_EL.md) +- [accu_eqv_plastic_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/accu_eqv_plastic_strain.md) - > 0.1.0: MAPDL results supported. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [B_M1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_M1.md) +- [beam_axial_force](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_axial_force.md) > 0.1.0: MAPDL results supported. -- [B_M2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_M2.md) +- [beam_axial_stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_axial_stress.md) > 0.1.0: MAPDL results supported. -- [B_MT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_MT.md) +- [beam_axial_total_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_axial_total_strain.md) > 0.1.0: MAPDL results supported. -- [B_N](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_N.md) +- [beam_s_bending_moment](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_s_bending_moment.md) > 0.1.0: MAPDL results supported. -- [B_SN](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_SN.md) +- [beam_s_shear_force](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_s_shear_force.md) > 0.1.0: MAPDL results supported. -- [B_T1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_T1.md) +- [beam_t_bending_moment](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_t_bending_moment.md) > 0.1.0: MAPDL results supported. -- [B_T2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/B_T2.md) +- [beam_t_shear_force](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_t_shear_force.md) > 0.1.0: MAPDL results supported. -- [ECT_CNOS](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_CNOS.md) +- [beam_torsional_moment](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/beam_torsional_moment.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 0.1.0: MAPDL results supported. -- [ECT_FLUX](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_FLUX.md) +- [contact_fluid_penetration_pressure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_fluid_penetration_pressure.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ECT_FRES](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_FRES.md) +- [contact_friction_stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_friction_stress.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ECT_GAP](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_GAP.md) +- [contact_gap_distance](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_gap_distance.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ECT_PENE](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_PENE.md) +- [contact_penetration](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_penetration.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ECT_PRES](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_PRES.md) +- [contact_pressure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_pressure.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ECT_SFRIC](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_SFRIC.md) +- [contact_sliding_distance](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_sliding_distance.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ECT_SLIDE](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_SLIDE.md) +- [contact_status](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_status.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ECT_STAT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_STAT.md) +- [contact_surface_heat_flux](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_surface_heat_flux.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ECT_STOT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ECT_STOT.md) +- [contact_total_stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/contact_total_stress.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EF.md) +- [creep_strain_energy_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/creep_strain_energy_density.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EFD](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EFD.md) +- [displacement](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/displacement.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: Modal coordinates from RFRQ, RDSP and DSUB files can't be extracted through displacement operator anymore, user can use modal_coordinate operator instead. -- [ENF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENF.md) +- [elastic_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ENL_CREQ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_CREQ.md) +- [elastic_strain_energy_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_energy_density.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ENL_CRWK](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_CRWK.md) +- [elastic_strain_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_eqv.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ENL_ELENG](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_ELENG.md) +- [elastic_strain_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_intensity.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ENL_EPEQ](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_EPEQ.md) +- [elastic_strain_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_max_shear.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ENL_HPRES](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_HPRES.md) +- [elastic_strain_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_principal_1.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ENL_PLWK](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_PLWK.md) +- [elastic_strain_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_principal_2.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ENL_PSV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_PSV.md) +- [elastic_strain_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/elastic_strain_principal_3.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ENL_SEPL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_SEPL.md) +- [electric_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/electric_field.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ENL_SRAT](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ENL_SRAT.md) +- [electric_flux_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/electric_flux_density.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPEL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL.md) +- [element_nodal_forces](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/element_nodal_forces.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPEL1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL1.md) - - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. - - -- [EPEL2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL2.md) +- [element_orientations](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/element_orientations.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPEL3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL3.md) +- [eqv_stress_parameter](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/eqv_stress_parameter.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPEL_EQV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL_EQV.md) +- [gasket_inelastic_closure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_inelastic_closure.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPEL_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL_intensity.md) +- [gasket_stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_stress.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPEL_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPEL_max_shear.md) +- [gasket_thermal_closure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/gasket_thermal_closure.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPPL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL.md) +- [heat_flux](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/heat_flux.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPPL1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL1.md) +- [hydrostatic_pressure](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/hydrostatic_pressure.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPPL2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL2.md) +- [magnetic_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/magnetic_field.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPPL3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL3.md) +- [magnetic_flux_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/magnetic_flux_density.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPPL_EQV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL_EQV.md) +- [num_surface_status_changes](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/num_surface_status_changes.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPPL_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL_intensity.md) +- [plastic_state_variable](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_state_variable.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [EPPL_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EPPL_max_shear.md) +- [plastic_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ESV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ESV.md) +- [plastic_strain_energy_density](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_energy_density.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ETH](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH.md) +- [plastic_strain_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_eqv.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [ETH1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH1.md) +- [plastic_strain_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_intensity.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ETH2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH2.md) +- [plastic_strain_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_max_shear.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ETH3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH3.md) +- [plastic_strain_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_principal_1.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ETH_EQV](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH_EQV.md) - - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True +- [plastic_strain_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_principal_2.md) + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [ETH_SWL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/ETH_SWL.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True +- [plastic_strain_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/plastic_strain_principal_3.md) + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [EUL](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/EUL.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True +- [recombine_harmonic_indeces_cyclic](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/recombine_harmonic_indeces_cyclic.md) + > 0.1.0: Addition of is_constant pin -- [GKD](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/GKD.md) - > 1.0.0: Name changed from gasket deformation to gasket total closure +- [remove_rigid_body_motion](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/remove_rigid_body_motion.md) - > 1.0.1: adds the thermal and inelastic closure instead of returning only the inelastic closure + > 0.0.1: Replace vector of pointers with array of objects to prevent memory leaks -- [GKDI](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/GKDI.md) +- [remove_rigid_body_motion_fc](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/remove_rigid_body_motion_fc.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 0.0.1: Replace vector of pointers with array of objects to prevent memory leaks -- [GKS](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/GKS.md) +- [state_variable](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/state_variable.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [GKTH](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/GKTH.md) +- [stress](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [MF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MF.md) +- [stress_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_intensity.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [MFD](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/MFD.md) +- [stress_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_max_shear.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [S](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S.md) +- [stress_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_principal_1.md) - > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [S1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S1.md) +- [stress_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_principal_2.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [S2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S2.md) +- [stress_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_principal_3.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [S3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S3.md) +- [stress_ratio](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_ratio.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [S_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S_eqv.md) +- [stress_von_mises](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/stress_von_mises.md) > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [S_intensity](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S_intensity.md) +- [structural_temperature](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/structural_temperature.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [S_max_shear](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/S_max_shear.md) +- [swelling_strains](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/swelling_strains.md) - > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [TF](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/TF.md) +- [temperature_grad](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/temperature_grad.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [TG](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/TG.md) +- [thermal_strain](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strain.md) > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True -- [U](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/U.md) +- [thermal_strain_principal_1](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strain_principal_1.md) - > 1.0.0: Modal coordinates from RFRQ, RDSP and DSUB files can't be extracted through displacement operator anymore, user can use modal_coordinate operator instead. + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. -- [recombine_harmonic_indeces_cyclic](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/recombine_harmonic_indeces_cyclic.md) +- [thermal_strain_principal_2](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strain_principal_2.md) + + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. - > 0.1.0: Addition of is_constant pin + +- [thermal_strain_principal_3](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strain_principal_3.md) + + > 1.0.0: bool_rotate_to_global pin removed for server versions >25.2. An error is raised if connected. + + +- [thermal_strains_eqv](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/thermal_strains_eqv.md) + + > 0.1.0: Add pin eExtendMidNodesPin to add/remove mid-nodes when averaging from ElementalNodal to Nodal. Default:True - [torque](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/result/torque.md) @@ -1911,27 +1964,27 @@ The following table shows which components have updates in each category. #### scoping -- [Rescope](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/Rescope.md) +- [rescope](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/rescope.md) > 0.1.0: Performance improvement. -- [Rescope_ctf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/Rescope_ctf.md) +- [rescope_custom_type_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/rescope_custom_type_field.md) > 0.1.0: Performance improvement. -- [Rescope_fc](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/Rescope_fc.md) +- [rescope_fc](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/rescope_fc.md) > 0.1.0: Performance improvement. -- [Rescope_pf](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/Rescope_pf.md) +- [rescope_property_field](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/rescope_property_field.md) > 0.1.0: Performance improvement. -- [transpose_scoping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/transpose_scoping.md) +- [transpose](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/scoping/transpose.md) > 0.1.0: Improvement of performance @@ -1944,6 +1997,11 @@ The following table shows which components have updates in each category. > 0.1.0: Show operator version and changelog. +- [ints_to_scoping](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/ints_to_scoping.md) + + > 0.1.0: Add input pin 2 to specify an upper bound to create a scoping for a given range (taking single input in pin 0 as the lower bound). + + - [producer_consumer_for_each](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/producer_consumer_for_each.md) > 0.1.0: Addition of events to monitor the status of the operator. @@ -1951,11 +2009,14 @@ The following table shows which components have updates in each category. > 0.2.0: Moving event of progress bar at the beggining of the loop and changing input stream. -- [scopingify](https://ansys-a.devportal.io/docs/dpf-framework-2026-r1/operator-specifications/utility/scopingify.md) - > 0.1.0: Add input pin 2 to specify an upper bound to create a scoping for a given range (taking single input in pin 0 as the lower bound). +### Deleted operators +#### gasket_deformation +#### gasket_deformation_X -### Deleted operators +#### gasket_deformation_XY + +#### gasket_deformation_XZ