diff --git a/2026R1/dpf-framework-26-r1/changelog/changelog.md b/2026R1/dpf-framework-26-r1/changelog/changelog.md index 06e71052e..0e80df536 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-11-04). +Changes since the last released version for DPF 26.1.pre1 (as of 2025-11-05). This changelog is organized by category, with sections for different types of updates (new features, bug fixes, changes, performance improvements). @@ -29,7 +29,7 @@ The following table shows which components have updates in each category. | hgp | [2 items](#Features_hgp) | | | kernel | [2 items](#Features_kernel) |[1 item](#Fixes_kernel) | | lsdyna | [1 item](#Features_lsdyna) | | -| mapdl | [12 items](#Features_mapdl) |[15 items](#Fixes_mapdl) | +| mapdl | [13 items](#Features_mapdl) |[15 items](#Fixes_mapdl) | | mapdlpluggin | |[1 item](#Fixes_mapdlpluggin) | | math | [7 items](#Features_math) | | | mechanical | [2 items](#Features_mechanical) |[3 items](#Fixes_mechanical) | @@ -37,7 +37,7 @@ The following table shows which components have updates in each category. | misc | [11 items](#Features_misc) |[19 items](#Fixes_misc) | | native | |[3 items](#Fixes_native) | | perf | [2 items](#Features_perf) |[1 item](#Fixes_perf) | -| prime | [2 items](#Features_prime) | | +| prime | [3 items](#Features_prime) | | | pydpf | |[1 item](#Fixes_pydpf) | | refactor | [1 item](#Features_refactor) | | | workflows | |[1 item](#Fixes_workflows) | @@ -475,6 +475,13 @@ The following table shows which components have updates in each category. ## mapdl ### Features +- Source Operators for Acoustic Ops: + > Adding Source Operators for Acoustic Operators in complement of previous PR 630503 + > + > + > + > + - Adding new operator and result for Nodal Orientations: > Adding new operator and result for Nodal Orientations > @@ -1128,6 +1135,11 @@ The following table shows which components have updates in each category. ## prime ### Features +- Add TimeFreqSupport as input in morph_field_from_files operator: + > + > + > + - Implement morph_field_from_files operator: > > diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/mesh/beam_properties.md b/2026R1/dpf-framework-26-r1/operator-specifications/mesh/beam_properties.md index 4bbae9f27..a0fb24159 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/mesh/beam_properties.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/mesh/beam_properties.md @@ -12,6 +12,12 @@ license: None Reads the beam's properties from the result files contained in the streams or data sources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/mesh/mesh_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/mesh/mesh_provider.md index 1b0cdc7c9..ce3a4370a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/mesh/mesh_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/mesh/mesh_provider.md @@ -12,6 +12,16 @@ license: None Reads a mesh from result files. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj +- cgns: cgns +- hdf5: h5dpf +- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth +- vtk: vtk + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/mesh/meshes_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/mesh/meshes_provider.md index 0cdccb206..4b692866d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/mesh/meshes_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/mesh/meshes_provider.md @@ -12,6 +12,16 @@ license: None Reads meshes from result files. Meshes can be spatially or temporally varying. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj +- cgns: cgns +- hdf5: h5dpf +- lsdyna: binout, d3acp, d3acs, d3atv, d3plot, d3psd, d3spcm, d3ssd, moddynout +- mapdl: cms, dsub, mode, rdsp, rfrq, rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/boundary_condition_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/boundary_condition_provider.md index 3d87d4f21..18ef2077c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/boundary_condition_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/boundary_condition_provider.md @@ -12,6 +12,12 @@ license: None Reads boundary conditions from the results files contained in the streams or data sources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: cms, mode, rdsp, rfrq, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/coordinate_system_data_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/coordinate_system_data_provider.md index c4774bdf7..0b45ce991 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/coordinate_system_data_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/coordinate_system_data_provider.md @@ -12,6 +12,12 @@ license: None Reads coordinate systems data from the result files contained in the streams or data sources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/cyclic_support_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/cyclic_support_provider.md index 362aba201..e402e6976 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/cyclic_support_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/cyclic_support_provider.md @@ -12,6 +12,13 @@ license: None Read the cyclic support (DPF entity containing necessary information for expansions) and expands the mesh. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/element_types_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/element_types_provider.md index 16a9c01d2..604ee9293 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/element_types_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/element_types_provider.md @@ -21,6 +21,12 @@ Reads element types data from the result files contained in the streams or data - new_gen_element: Element of new generation. - If the output is a PropertyField, it contains the 200 possible ElementTypesProperties for each solver element type id. These properties are in the order documented in ansys/customize/include/echprm.inc and have the meaning documented in ansys/customize/include/elccmt.inc. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/is_cyclic.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/is_cyclic.md index c303cb81b..a246a35df 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/is_cyclic.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/is_cyclic.md @@ -12,6 +12,13 @@ license: None Reads if the model is cyclic from the result file. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/material_support_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/material_support_provider.md index 2a4389543..8378d7dbe 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/material_support_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/material_support_provider.md @@ -12,6 +12,12 @@ license: None Reads the material support. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_info_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_info_provider.md index 037f7a33e..8ed04b183 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_info_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_info_provider.md @@ -12,6 +12,14 @@ license: None Reads the mesh information, such as number of elements (common property), number of faces (Cff plugins) or scoping of parts (LSDYNA plugins) on files contained in the streams or data sources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj +- cgns: cgns +- lsdyna: d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_property_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_property_provider.md index 0063a8c83..a1ebb472c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_property_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_property_provider.md @@ -12,6 +12,16 @@ license: None Reads a property related to the mesh, defined by its name, by calling the readers defined by the data sources. These properties can be used to fill in the mesh. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj +- cgns: cgns +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_selection_manager_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_selection_manager_provider.md index 318bd061b..dcd9207ee 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_selection_manager_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/mesh_selection_manager_provider.md @@ -12,6 +12,12 @@ license: None Reads mesh properties from the results files contained in the streams or data sources, and makes those properties available through a mesh selection manager in output. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: dsub, rdsp, rfrq, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/real_constants_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/real_constants_provider.md index 5cf07fa46..12b5c285a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/real_constants_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/real_constants_provider.md @@ -12,6 +12,12 @@ license: None Reads real constants from the result files contained in the streams or data sources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/result_info_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/result_info_provider.md index 9f37260b5..f9dbe5df5 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/result_info_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/result_info_provider.md @@ -12,6 +12,17 @@ license: None Reads the result information, such as available results or unit systems from the results files contained in the streams or data sources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj +- cgns: cgns +- hdf5: h5dpf +- lsdyna: binout, d3acp, d3acs, d3atv, d3plot, d3psd, d3ssd, lsda, moddynout +- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth +- vtk: vtk + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/time_freq_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/time_freq_provider.md index 334898927..5d9e26a2d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/metadata/time_freq_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/metadata/time_freq_provider.md @@ -12,6 +12,16 @@ license: None Reads the time/frequency support from the results files contained in the streams or data sources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj +- cgns: cgns +- hdf5: h5dpf +- lsdyna: binout, d3acp, d3acs, d3atv, d3plot, d3psd, d3ssd, lsda, moddynout +- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration.md index 82accd869..77ab62102 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration.md @@ -12,6 +12,14 @@ license: None Read/compute nodal accelerations by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot, d3psd, d3ssd, lsda, moddynout +- mapdl: cms, mode, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_X.md index d77a623e0..61d683716 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_X.md @@ -12,6 +12,12 @@ license: None Read/compute nodal accelerations X component of the vector (1st component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_Y.md index b1c4aac37..cca29e4cc 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_Y.md @@ -12,6 +12,12 @@ license: None Read/compute nodal accelerations Y component of the vector (2nd component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_Z.md index 9759135a3..87fa9e19d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/acceleration_Z.md @@ -12,6 +12,12 @@ license: None Read/compute nodal accelerations Z component of the vector (3rd component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/accu_eqv_creep_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/accu_eqv_creep_strain.md index 6d425481d..57eb79216 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/accu_eqv_creep_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/accu_eqv_creep_strain.md @@ -43,6 +43,12 @@ Read/compute element nodal accumulated equivalent creep strain by calling the re | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/accu_eqv_plastic_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/accu_eqv_plastic_strain.md index 32cd392cd..2b1f9eba3 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/accu_eqv_plastic_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/accu_eqv_plastic_strain.md @@ -43,6 +43,13 @@ Read/compute element nodal accumulated equivalent plastic strain by calling the | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/artificial_hourglass_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/artificial_hourglass_energy.md index 7752e908c..59ca4d911 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/artificial_hourglass_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/artificial_hourglass_energy.md @@ -12,6 +12,13 @@ license: None Read/compute artificial hourglass energy by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_force.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_force.md index b4db77b20..d81ff0612 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_force.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_force.md @@ -12,6 +12,14 @@ license: None Read Beam X Axial Force by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_plastic_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_plastic_strain.md index 7afe7771d..7e6937cfe 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_plastic_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_plastic_strain.md @@ -12,6 +12,13 @@ license: None Read Beam Axial Plastic strain (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_stress.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_stress.md index ec5386d1f..75c856833 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_stress.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_stress.md @@ -12,6 +12,14 @@ license: None Read Beam X Axial Stress by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_total_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_total_strain.md index 4f62f38e7..0aadef5c5 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_total_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_axial_total_strain.md @@ -12,6 +12,14 @@ license: None Read Beam X Axial Total strain by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_rs_shear_stress.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_rs_shear_stress.md index 58b871a14..f17acd664 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_rs_shear_stress.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_rs_shear_stress.md @@ -12,6 +12,13 @@ license: None Read Beam RS Shear Stress (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_s_bending_moment.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_s_bending_moment.md index afa0416b0..a3696a074 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_s_bending_moment.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_s_bending_moment.md @@ -12,6 +12,14 @@ license: None Read Beam S/Y Bending Moment by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_s_shear_force.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_s_shear_force.md index 3a898ab1d..45fcdc682 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_s_shear_force.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_s_shear_force.md @@ -12,6 +12,14 @@ license: None Read Beam S/Y Shear Force by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_t_bending_moment.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_t_bending_moment.md index b3ef756d9..dcb8760a8 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_t_bending_moment.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_t_bending_moment.md @@ -12,6 +12,14 @@ license: None Read Beam T/Z Bending Moment by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_t_shear_force.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_t_shear_force.md index cbf953dee..f1e47f9af 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_t_shear_force.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_t_shear_force.md @@ -12,6 +12,14 @@ license: None Read Beam T/Z Shear Force by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_torsional_moment.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_torsional_moment.md index 3c74dd205..8f7228190 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_torsional_moment.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_torsional_moment.md @@ -12,6 +12,14 @@ license: None Read Beam Torsional Moment by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_tr_shear_stress.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_tr_shear_stress.md index 264329f0d..f7728ff10 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_tr_shear_stress.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/beam_tr_shear_stress.md @@ -12,6 +12,13 @@ license: None Read Beam TR Shear Stress (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/co_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/co_energy.md index c319e7dca..1820c0713 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/co_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/co_energy.md @@ -12,6 +12,13 @@ license: None Read/compute co-energy (magnetics) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_fluid_penetration_pressure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_fluid_penetration_pressure.md index a5f7a3b6c..bb17a77e7 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_fluid_penetration_pressure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_fluid_penetration_pressure.md @@ -43,6 +43,13 @@ Read/compute element actual applied fluid penetration pressure by calling the re | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_friction_stress.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_friction_stress.md index 4c1618cb5..458184459 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_friction_stress.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_friction_stress.md @@ -43,6 +43,13 @@ Read/compute element contact friction stress by calling the readers defined by t | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_gap_distance.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_gap_distance.md index 27c297a68..66b6a41e5 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_gap_distance.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_gap_distance.md @@ -43,6 +43,13 @@ Read/compute element contact gap distance by calling the readers defined by the | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_penetration.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_penetration.md index fadbc85bf..03b1fb126 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_penetration.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_penetration.md @@ -43,6 +43,14 @@ Read/compute element contact penetration by calling the readers defined by the d | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_pressure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_pressure.md index 2ddfa4bb1..45b66e885 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_pressure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_pressure.md @@ -43,6 +43,13 @@ Read/compute element contact pressure by calling the readers defined by the data | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_sliding_distance.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_sliding_distance.md index f38fa3f2d..26202b91f 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_sliding_distance.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_sliding_distance.md @@ -43,6 +43,13 @@ Read/compute element contact sliding distance by calling the readers defined by | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_status.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_status.md index 9a7aa7a32..1b429ea26 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_status.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_status.md @@ -43,6 +43,13 @@ Read/compute element contact status by calling the readers defined by the dataso | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_surface_heat_flux.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_surface_heat_flux.md index 5cff25b0a..66d3bc54f 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_surface_heat_flux.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_surface_heat_flux.md @@ -43,6 +43,13 @@ Read/compute element total heat flux at contact surface by calling the readers d | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_total_stress.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_total_stress.md index 89aeace21..777105c16 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_total_stress.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/contact_total_stress.md @@ -43,6 +43,13 @@ Read/compute element contact total stress (pressure plus friction) by calling th | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/coordinate_system.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/coordinate_system.md index d2b2ecb35..4089d39b3 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/coordinate_system.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/coordinate_system.md @@ -12,6 +12,12 @@ license: None Extracts the Rotation Matrix and Origin of a specific coordinate system. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/coordinates.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/coordinates.md index 6e54ca2f7..aa6c8d971 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/coordinates.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/coordinates.md @@ -12,6 +12,13 @@ license: None Read/compute Coordinates (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain.md index d981397f8..abaf4a787 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain.md @@ -43,6 +43,13 @@ Read/compute element nodal component creep strains by calling the readers define | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_X.md index ef30408ce..04aa7671e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_X.md @@ -12,6 +12,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_XY.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_XY.md index 61aa94194..67a6c3443 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_XY.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_XY.md @@ -12,6 +12,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_XZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_XZ.md index b6d7b8b8b..efaea8168 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_XZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_XZ.md @@ -12,6 +12,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_Y.md index 639417f56..73496288d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_Y.md @@ -12,6 +12,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_YZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_YZ.md index ba7d7071e..e6f3daee7 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_YZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_YZ.md @@ -12,6 +12,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_Z.md index f3f8ee35f..c30ba91da 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_Z.md @@ -12,6 +12,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_energy_density.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_energy_density.md index 6b8c36fa8..30826f74e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_energy_density.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_energy_density.md @@ -43,6 +43,12 @@ Read/compute element nodal creep strain energy density by calling the readers de | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_eqv.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_eqv.md index 3bdfcaad0..9c199815b 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_eqv.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_eqv.md @@ -43,6 +43,13 @@ Read/compute element nodal equivalent component creep strains by calling the rea | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_intensity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_intensity.md index 0cf4d5e20..77fb48b07 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_intensity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_intensity.md @@ -13,6 +13,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_max_shear.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_max_shear.md index ef72cbd52..ea3dd5ab8 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_max_shear.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_max_shear.md @@ -13,6 +13,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_1.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_1.md index fc805ba54..ec7698699 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_1.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_1.md @@ -13,6 +13,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_2.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_2.md index 5a373ea5a..9747d3fbc 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_2.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_2.md @@ -13,6 +13,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_3.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_3.md index 6cbc78820..c4a571c85 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_3.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/creep_strain_principal_3.md @@ -13,6 +13,12 @@ license: None 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/current_density.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/current_density.md index d6fe72324..0d33b0bcd 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/current_density.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/current_density.md @@ -20,6 +20,12 @@ This operator returns the elemental "Source current density", also named "JS" in To retrieve the result named "current density" in Mechanical or "JC" in MAPDL, use the solver specific operator: `mapdl::rth::JC`. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/density.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/density.md index 69c82f2a8..062e0df00 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/density.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/density.md @@ -12,6 +12,12 @@ license: None Read Density by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement.md index 007e0111f..912bca8bc 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement.md @@ -12,6 +12,14 @@ license: None Read/compute nodal displacements by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout, d3plot, d3psd, d3ssd, moddynout +- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_X.md index d6ce0ed73..476c9bb51 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_X.md @@ -12,6 +12,12 @@ license: None Read/compute nodal displacements X component of the vector (1st component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_Y.md index 9dfc88082..1eb5c5465 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_Y.md @@ -12,6 +12,12 @@ license: None Read/compute nodal displacements Y component of the vector (2nd component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_Z.md index d20cfad2a..b4a9e3980 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/displacement_Z.md @@ -12,6 +12,12 @@ license: None Read/compute nodal displacements Z component of the vector (3rd component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/div_lighthill_tensor.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/div_lighthill_tensor.md index 3b6a0f8bb..a33520897 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/div_lighthill_tensor.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/div_lighthill_tensor.md @@ -12,6 +12,12 @@ license: None Read Divergence of the Lighthill Tensor by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/dynamic_viscosity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/dynamic_viscosity.md index c841a0023..7568b624b 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/dynamic_viscosity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/dynamic_viscosity.md @@ -12,6 +12,12 @@ license: None Read Dynamic Viscosity by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain.md index 6d094d144..daaaa1ee9 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain.md @@ -43,6 +43,13 @@ Read/compute element nodal component elastic strains by calling the readers defi | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_X.md index 2a50b7d54..ee8799518 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_X.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_XY.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_XY.md index 7feb40198..d1a763e94 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_XY.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_XY.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_XZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_XZ.md index 9d96c43d3..9ffdee903 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_XZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_XZ.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_Y.md index 5ec03a7c2..542360021 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_Y.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_YZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_YZ.md index 042d2261c..2534f5323 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_YZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_YZ.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_Z.md index 86e23d297..2b6e2974c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_Z.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_energy_density.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_energy_density.md index b5a12c092..05116ef8e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_energy_density.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_energy_density.md @@ -43,6 +43,12 @@ Read/compute element nodal elastic strain energy density by calling the readers | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_eqv.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_eqv.md index e40d73295..2cd66d532 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_eqv.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_eqv.md @@ -43,6 +43,13 @@ Read/compute element nodal equivalent elastic strain by calling the readers defi | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_intensity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_intensity.md index 8fb357f8a..de67c718c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_intensity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_intensity.md @@ -13,6 +13,12 @@ license: None Reads/computes element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_max_shear.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_max_shear.md index 7cec0b017..87ec9092f 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_max_shear.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_max_shear.md @@ -13,6 +13,12 @@ license: None Reads/computes element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_1.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_1.md index afd8faa68..9cd7493bb 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_1.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_1.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_2.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_2.md index c7a4ba637..da61dc8f0 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_2.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_2.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_3.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_3.md index bef942a7a..61c0f3aa3 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_3.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elastic_strain_principal_3.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component elastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_field.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_field.md index 5e5746341..7b9e95a07 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_field.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_field.md @@ -43,6 +43,12 @@ Read/compute electric field by calling the readers defined by the datasources. | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_flux_density.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_flux_density.md index 77ca7b36f..4f3087cda 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_flux_density.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_flux_density.md @@ -43,6 +43,12 @@ Read/compute Electric flux density by calling the readers defined by the datasou | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_potential.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_potential.md index 74c7c36ed..2193f709a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_potential.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/electric_potential.md @@ -12,6 +12,12 @@ license: None Read/compute electric Potential by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/element_centroids.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/element_centroids.md index 6a4056299..47adcdfd9 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/element_centroids.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/element_centroids.md @@ -12,6 +12,12 @@ license: None Read/compute coordinate of the elemental centroids by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/element_nodal_forces.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/element_nodal_forces.md index ea9fb0890..9a806ef0f 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/element_nodal_forces.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/element_nodal_forces.md @@ -43,6 +43,13 @@ Read/compute element nodal forces by calling the readers defined by the datasour | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/element_orientations.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/element_orientations.md index dfb19a7c3..02d5a235e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/element_orientations.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/element_orientations.md @@ -43,6 +43,13 @@ Read/compute element euler angles by calling the readers defined by the datasour | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_heat_generation.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_heat_generation.md index 14ad0f84e..c818173c6 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_heat_generation.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_heat_generation.md @@ -12,6 +12,12 @@ license: None Read/compute Elemental Heat Generation by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_mass.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_mass.md index 0bf0243d8..d43aa8b6c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_mass.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_mass.md @@ -12,6 +12,12 @@ license: None Read/compute element mass by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_volume.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_volume.md index 6948f0323..54e08e0fd 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_volume.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/elemental_volume.md @@ -12,6 +12,13 @@ license: None Read/compute element volume by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/enthalpy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/enthalpy.md index 6d79733a4..e0a2b7527 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/enthalpy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/enthalpy.md @@ -12,6 +12,12 @@ license: None Read Enthalpy by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/entropy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/entropy.md index 0d57ae3f0..b1bc8ad46 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/entropy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/entropy.md @@ -12,6 +12,12 @@ license: None Read Entropy by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/epsilon.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/epsilon.md index 845e40373..e206e3c8c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/epsilon.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/epsilon.md @@ -12,6 +12,12 @@ license: None Read Turbulent Dissipation Rate (epsilon) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/equivalent_mass.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/equivalent_mass.md index 3990eea68..46ad64888 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/equivalent_mass.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/equivalent_mass.md @@ -12,6 +12,12 @@ license: None Read/compute equivalent dof mass by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/eqv_stress_parameter.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/eqv_stress_parameter.md index a82f4c8ee..7e74b13a0 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/eqv_stress_parameter.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/eqv_stress_parameter.md @@ -43,6 +43,12 @@ Read/compute element nodal equivalent stress parameter by calling the readers de | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/euler_nodes.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/euler_nodes.md index fe521faa2..cb9e3e7ac 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/euler_nodes.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/euler_nodes.md @@ -12,6 +12,13 @@ license: None Reads a field made of 3 coordinates and 3 Euler angles (6 dofs) by node from the result file. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/fluid_velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/fluid_velocity.md index eac8af00d..a63f16f47 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/fluid_velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/fluid_velocity.md @@ -12,6 +12,13 @@ license: None Read/compute FV by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure.md index 72127f4e8..30b43add9 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure.md @@ -43,6 +43,13 @@ Read/compute elemental gasket inelastic closure by calling the readers defined b | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_X.md index 5c1d943cc..b4f15174c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_X.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket inelastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_XY.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_XY.md index 79eee2ddd..45d91d8ff 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_XY.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_XY.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket inelastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_XZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_XZ.md index 64e94ec7f..04fe23bc9 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_XZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_inelastic_closure_XZ.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket inelastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress.md index 653c22795..893ff72fd 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress.md @@ -43,6 +43,13 @@ Read/compute elemental gasket stress by calling the readers defined by the datas | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_X.md index 2def6ee78..76bfdc0f3 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_X.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket stress 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_XY.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_XY.md index 0f5f02d75..8870b62c8 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_XY.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_XY.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket stress 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_XZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_XZ.md index 9eb096ff3..36968fcb4 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_XZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_stress_XZ.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket stress 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure.md index 9d7c12ba1..93a855510 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure.md @@ -43,6 +43,13 @@ Read/compute elemental gasket thermal closure by calling the readers defined by | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_X.md index 4c0b9b27b..c6dd52b7e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_X.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_XY.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_XY.md index 7ce8be088..3a63a41b5 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_XY.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_XY.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_XZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_XZ.md index 9365530df..821aa90d6 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_XZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/gasket_thermal_closure_XZ.md @@ -12,6 +12,12 @@ license: None Read/compute elemental gasket thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_added_mass.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_added_mass.md index 3594ca24a..fda10a952 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_added_mass.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_added_mass.md @@ -12,6 +12,13 @@ license: None Read Global Added Mass (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_added_mass_pct.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_added_mass_pct.md index 9717d6467..b95d52a73 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_added_mass_pct.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_added_mass_pct.md @@ -12,6 +12,13 @@ license: None Read Global Added Mass (percentage) (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_center_mass.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_center_mass.md index 5f7475774..028e9e9b4 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_center_mass.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_center_mass.md @@ -12,6 +12,13 @@ license: None Read Global Center of Mass (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_energy_ratio.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_energy_ratio.md index cc0f5446e..e97a46a6f 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_energy_ratio.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_energy_ratio.md @@ -12,6 +12,13 @@ license: None Read Global Energy Ratio (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_energy_ratio_wo_eroded.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_energy_ratio_wo_eroded.md index 8ec82acc8..892dfd3eb 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_energy_ratio_wo_eroded.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_energy_ratio_wo_eroded.md @@ -12,6 +12,13 @@ license: None Read Global Energy ratio without Eroded Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_hourglass_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_hourglass_energy.md index 6a2a71ff3..479e67ff2 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_hourglass_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_hourglass_energy.md @@ -12,6 +12,13 @@ license: None Read Global Eroded Hourglass Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_internal_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_internal_energy.md index 4f4d98059..e267cad5b 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_internal_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_internal_energy.md @@ -12,6 +12,13 @@ license: None Read Global Eroded Internal Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_kinetic_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_kinetic_energy.md index e94b89576..134af7c11 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_kinetic_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_eroded_kinetic_energy.md @@ -12,6 +12,13 @@ license: None Read Global Eroded Kinetic Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_external_work.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_external_work.md index 14d03151f..ed2e16b47 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_external_work.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_external_work.md @@ -12,6 +12,13 @@ license: None Read Global External Work (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_hourglass_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_hourglass_energy.md index 9c3e5099f..bb880e167 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_hourglass_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_hourglass_energy.md @@ -12,6 +12,13 @@ license: None Read Global Hourglass Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_internal_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_internal_energy.md index 2b5b99e5b..b7493c145 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_internal_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_internal_energy.md @@ -12,6 +12,13 @@ license: None Read Global Internal Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout, d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_joint_internal_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_joint_internal_energy.md index abe60c8b6..758472c44 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_joint_internal_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_joint_internal_energy.md @@ -12,6 +12,13 @@ license: None Read Global Joint Internal Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_kinetic_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_kinetic_energy.md index 03c48186d..d78a19038 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_kinetic_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_kinetic_energy.md @@ -12,6 +12,13 @@ license: None Read Global Kinetic Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout, d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_rigid_body_stopper_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_rigid_body_stopper_energy.md index c2d24f75b..2b67730fe 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_rigid_body_stopper_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_rigid_body_stopper_energy.md @@ -12,6 +12,13 @@ license: None Read Global Rigid Body Stopper Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_sliding_interface_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_sliding_interface_energy.md index cfce4ecd8..bc92a9bb6 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_sliding_interface_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_sliding_interface_energy.md @@ -12,6 +12,13 @@ license: None Read Global Sliding Interface Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_spring_damper_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_spring_damper_energy.md index b01288138..d7a303197 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_spring_damper_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_spring_damper_energy.md @@ -12,6 +12,13 @@ license: None Read Global Spring and Damper Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_system_damping_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_system_damping_energy.md index 918b7f1e6..feb8d511a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_system_damping_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_system_damping_energy.md @@ -12,6 +12,13 @@ license: None Read Global System Damping Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_time_step.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_time_step.md index fa95f0e8e..60e88dede 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_time_step.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_time_step.md @@ -12,6 +12,13 @@ license: None Read Global Time Step (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_total_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_total_energy.md index 6c9c1f60d..e3d80affe 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_total_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_total_energy.md @@ -12,6 +12,13 @@ license: None Read Global Total Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout, d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_total_mass.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_total_mass.md index 8a6144207..11a6459ad 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_total_mass.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_total_mass.md @@ -12,6 +12,13 @@ license: None Read Global Total Mass (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_velocity.md index 67b24fd82..d1c66cdd6 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/global_velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/global_velocity.md @@ -12,6 +12,13 @@ license: None Read Global Velocity (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout, d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux.md index 4494b7942..07e59ddfd 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux.md @@ -43,6 +43,14 @@ Read/compute heat flux by calling the readers defined by the datasources. | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_X.md index aaee22635..8b59fc4f7 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_X.md @@ -12,6 +12,12 @@ license: None Read/compute heat flux X component of the vector (1st 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_Y.md index 9e0270864..6160b6068 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_Y.md @@ -12,6 +12,12 @@ license: None Read/compute heat flux Y component of the vector (2nd 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_Z.md index 0bcd6ef51..dc64fba3a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/heat_flux_Z.md @@ -12,6 +12,12 @@ license: None Read/compute heat flux Z component of the vector (3rd component) by calling the readers defined by the datasources. Regarding the requested location and the input mesh scoping, the result location can be Nodal/ElementalNodal/Elemental. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/hydrostatic_pressure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/hydrostatic_pressure.md index e414d620e..2a8678b7d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/hydrostatic_pressure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/hydrostatic_pressure.md @@ -43,6 +43,12 @@ Read/compute element nodal hydrostatic pressure by calling the readers defined b | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/incremental_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/incremental_energy.md index 58efd27d8..a77c83e14 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/incremental_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/incremental_energy.md @@ -12,6 +12,13 @@ license: None Read/compute incremental energy (magnetics) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/initial_coordinates.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/initial_coordinates.md index 753b47316..6d03ef4b0 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/initial_coordinates.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/initial_coordinates.md @@ -12,6 +12,13 @@ license: None Read/compute Initial Coordinates (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_area.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_area.md index c9b0d16a2..a05caab22 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_area.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_area.md @@ -12,6 +12,13 @@ license: None Read Interface Contact Area (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_force.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_force.md index 89c6d1678..381ac2fa2 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_force.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_force.md @@ -12,6 +12,13 @@ license: None Read Interface Contact Force (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_mass.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_mass.md index 91650e772..77afce3fd 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_mass.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_mass.md @@ -12,6 +12,13 @@ license: None Read Interface Contact Mass (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_moment.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_moment.md index ebc7a1df0..d0099b47a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_moment.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_contact_moment.md @@ -12,6 +12,13 @@ license: None Read Interface Contact Moment (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_resultant_contact_force.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_resultant_contact_force.md index 1a886ffe9..e06ae190d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_resultant_contact_force.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/interface_resultant_contact_force.md @@ -12,6 +12,13 @@ license: None Read Interface Resultant Contact Force (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/kinetic_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/kinetic_energy.md index bf4911b16..fb07af0cd 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/kinetic_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/kinetic_energy.md @@ -12,6 +12,13 @@ license: None Read/compute kinetic energy by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/mach_number.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/mach_number.md index 678e3ce0c..470ce0f34 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/mach_number.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/mach_number.md @@ -12,6 +12,12 @@ license: None Read Mach Number by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_field.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_field.md index 528928376..a56c0a5ee 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_field.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_field.md @@ -43,6 +43,12 @@ Read/compute Magnetic Field by calling the readers defined by the datasources. | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_flux_density.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_flux_density.md index 37a405c3f..9ba69d342 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_flux_density.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_flux_density.md @@ -43,6 +43,12 @@ Read/compute Magnetic Flux Density by calling the readers defined by the datasou | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_scalar_potential.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_scalar_potential.md index 9eb321891..6e4461372 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_scalar_potential.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_scalar_potential.md @@ -12,6 +12,12 @@ license: None Read/compute Magnetic Scalar Potential by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_vector_potential.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_vector_potential.md index e30229544..846af71e2 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_vector_potential.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/magnetic_vector_potential.md @@ -12,6 +12,12 @@ license: None Read/compute Magnetic Vector Potential by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/mass_flow_rate.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/mass_flow_rate.md index 43c894329..04316e81a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/mass_flow_rate.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/mass_flow_rate.md @@ -12,6 +12,12 @@ license: None Read Mass Flow Rate by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/mass_fraction.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/mass_fraction.md index 9fa2cdaa2..e57f9b87d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/mass_fraction.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/mass_fraction.md @@ -12,6 +12,12 @@ license: None Read Mass Fraction by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/material_property_of_element.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/material_property_of_element.md index a507ced9e..5ea6e1d27 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/material_property_of_element.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/material_property_of_element.md @@ -12,6 +12,12 @@ license: None Loads the appropriate operator based on the data sources and retrieves material properties. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_static_pressure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_static_pressure.md index 2e4a8e7ab..3019f9d04 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_static_pressure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_static_pressure.md @@ -12,6 +12,12 @@ license: None Read Mean Static Pressure by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_temperature.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_temperature.md index 795984ab0..d8377d19a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_temperature.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_temperature.md @@ -12,6 +12,12 @@ license: None Read Mean Temperature by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_velocity.md index cbca598be..d1aba28b0 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/mean_velocity.md @@ -12,6 +12,12 @@ license: None Read Mean Velocity by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_acceleration.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_acceleration.md index 5360570ca..bf5842d1b 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_acceleration.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_acceleration.md @@ -12,6 +12,12 @@ license: None Read/compute modal acceleration by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: dsub, rdsp, rfrq + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_basis.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_basis.md index 2cbc43c83..2acc41d83 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_basis.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_basis.md @@ -12,6 +12,12 @@ license: None Read/compute modal basis by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: cms, mode + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_coordinate.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_coordinate.md index 7dd3ce802..c5e19514d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_coordinate.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_coordinate.md @@ -12,6 +12,12 @@ license: None Read/compute modal coordinate by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: dsub, rdsp, rfrq + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_velocity.md index af55df5ba..d2d1a6296 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/modal_velocity.md @@ -12,6 +12,12 @@ license: None Read/compute modal velocity by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: dsub, rdsp, rfrq + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/nmisc.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/nmisc.md index 2f5f6fc1b..e67d7b2f2 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/nmisc.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/nmisc.md @@ -12,6 +12,13 @@ license: None Read/compute elemental non summable miscellaneous data by calling the readers defined by the datasources. Modal superposition (on demand expansion) and cyclic cxpansion procedures are not supported since results cannot be summed. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_force.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_force.md index 6abf4fdd0..18964ccae 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_force.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_force.md @@ -12,6 +12,13 @@ license: None Read/compute nodal forces by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- lsdyna: moddynout +- mapdl: rdsp, rfrq + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotation.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotation.md index fab135b33..5f04023a9 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotation.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotation.md @@ -12,6 +12,13 @@ license: None Read/compute nodal rotation by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotational_acceleration.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotational_acceleration.md index f6a768d60..0918b0995 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotational_acceleration.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotational_acceleration.md @@ -12,6 +12,13 @@ license: None Read/compute nodal rotational acceleration by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: mode, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotational_velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotational_velocity.md index 506e6b850..8c9bdf868 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotational_velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/nodal_rotational_velocity.md @@ -12,6 +12,13 @@ license: None Read/compute nodal rotational velocity by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: mode, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | 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 index 10c85b9f2..57c7bb02d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/node_orientations.md @@ -12,6 +12,13 @@ license: None Read/compute node euler angles by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/num_surface_status_changes.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/num_surface_status_changes.md index 20879d16e..5f9920fc1 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/num_surface_status_changes.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/num_surface_status_changes.md @@ -43,6 +43,13 @@ Read/compute element total number of contact status changes during substep by ca | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/omega.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/omega.md index 355468aed..6293131f0 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/omega.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/omega.md @@ -12,6 +12,12 @@ license: None Read Turbulent Specific Dissipation Rate (omega) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_added_mass.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_added_mass.md index 12e359c1b..90161b54c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_added_mass.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_added_mass.md @@ -12,6 +12,13 @@ license: None Read Part Added Mass (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_eroded_internal_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_eroded_internal_energy.md index 8f418a8e6..62fbd4620 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_eroded_internal_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_eroded_internal_energy.md @@ -12,6 +12,13 @@ license: None Read Part Eroded Internal Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_eroded_kinetic_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_eroded_kinetic_energy.md index fe75de928..96eedd018 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_eroded_kinetic_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_eroded_kinetic_energy.md @@ -12,6 +12,13 @@ license: None Read Part Eroded Kinetic Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_hourglass_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_hourglass_energy.md index 679e2bd69..580fd84e4 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_hourglass_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_hourglass_energy.md @@ -12,6 +12,13 @@ license: None Read Part Hourglass Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_internal_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_internal_energy.md index fe1c1177d..c5d48431a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_internal_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_internal_energy.md @@ -12,6 +12,13 @@ license: None Read Part Internal Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_kinetic_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_kinetic_energy.md index cb901959c..ad96b7a2d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_kinetic_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_kinetic_energy.md @@ -12,6 +12,13 @@ license: None Read Part Kinetic Energy (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_momentum.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_momentum.md index 2f8a12506..79d835724 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_momentum.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_momentum.md @@ -12,6 +12,13 @@ license: None Read Part Momentum (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_rigid_body_velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_rigid_body_velocity.md index c91252e18..9bccd4b98 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/part_rigid_body_velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/part_rigid_body_velocity.md @@ -12,6 +12,13 @@ license: None Read Part Rigid Body Velocity (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_state_variable.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_state_variable.md index 8a6e2e112..f37f0f287 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_state_variable.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_state_variable.md @@ -43,6 +43,12 @@ Read/compute element nodal plastic state variable by calling the readers defined | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain.md index f91a3283b..dad301a60 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain.md @@ -43,6 +43,13 @@ Read/compute element nodal component plastic strains by calling the readers defi | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_X.md index 292b867d5..74f600d5e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_X.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_XY.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_XY.md index b23eedc2b..8dccf1341 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_XY.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_XY.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_XZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_XZ.md index 02c4943da..ff773fe3c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_XZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_XZ.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_Y.md index 922a4c34f..1fad33d84 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_Y.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_YZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_YZ.md index 220bb978b..dae081c01 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_YZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_YZ.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_Z.md index 4a2ec4ebb..ec29f7c81 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_Z.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_energy_density.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_energy_density.md index 59f94c834..73fb31f8d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_energy_density.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_energy_density.md @@ -43,6 +43,12 @@ Read/compute element nodal plastic strain energy density by calling the readers | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_eqv.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_eqv.md index bd8a1475e..4c8422891 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_eqv.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_eqv.md @@ -43,6 +43,14 @@ Read/compute element nodal equivalent plastic strain by calling the readers defi | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_intensity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_intensity.md index d7f5e7c94..32f93d99b 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_intensity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_intensity.md @@ -13,6 +13,12 @@ license: None Reads/computes element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_max_shear.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_max_shear.md index 7b3b07cf9..efb2f6d7f 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_max_shear.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_max_shear.md @@ -13,6 +13,12 @@ license: None Reads/computes element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_1.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_1.md index fb881e6c8..bf49eb88d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_1.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_1.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_2.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_2.md index 4ae13f382..93e9344b2 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_2.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_2.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_3.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_3.md index a961d53ad..189866a21 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_3.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/plastic_strain_principal_3.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component plastic 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/pressure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/pressure.md index 9eb966782..132b22960 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/pressure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/pressure.md @@ -12,6 +12,14 @@ license: None Read/compute Pressure by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cgns: cgns +- hdf5: h5dpf +- mapdl: rst + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/raw_displacement.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/raw_displacement.md index 43b21afbc..cfa6a52db 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/raw_displacement.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/raw_displacement.md @@ -12,6 +12,13 @@ license: None Read/compute U vector from the finite element problem KU=F by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/raw_reaction_force.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/raw_reaction_force.md index aa6dfc85b..a43de7958 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/raw_reaction_force.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/raw_reaction_force.md @@ -12,6 +12,12 @@ license: None Read/compute F vector from the finite element problem KU=F by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force.md index 8d2616ce6..cded52adf 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force.md @@ -12,6 +12,13 @@ license: None Read/compute nodal reaction forces by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: mode, rdsp, rfrq, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_X.md index c6a0e647c..19ce51ae0 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_X.md @@ -12,6 +12,12 @@ license: None Read/compute nodal reaction forces X component of the vector (1st component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_Y.md index ab1aec9ee..cf9429768 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_Y.md @@ -12,6 +12,12 @@ license: None Read/compute nodal reaction forces Y component of the vector (2nd component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_Z.md index 1c08e8620..d5cf8ce57 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/reaction_force_Z.md @@ -12,6 +12,12 @@ license: None Read/compute nodal reaction forces Z component of the vector (3rd component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/result_provider.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/result_provider.md index 01c859c64..05fc9dfcd 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/result_provider.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/result_provider.md @@ -12,6 +12,12 @@ license: None Read/compute user defined result by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cgns: cgns + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/rigid_transformation.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/rigid_transformation.md index 005c3a91b..9168efba7 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/rigid_transformation.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/rigid_transformation.md @@ -12,6 +12,12 @@ license: None Extracts rigid body motions from a displacement in input. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: dsub + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_static_pressure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_static_pressure.md index 826511e51..5101cf016 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_static_pressure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_static_pressure.md @@ -12,6 +12,12 @@ license: None Read RMS Static Pressure by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_temperature.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_temperature.md index 7d2536c06..5a446b93f 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_temperature.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_temperature.md @@ -12,6 +12,12 @@ license: None Read RMS Temperature by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_velocity.md index 27a2fe695..3da535b40 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/rms_velocity.md @@ -12,6 +12,12 @@ license: None Read RMS Velocity by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/smisc.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/smisc.md index 4bdd994c8..59dd70607 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/smisc.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/smisc.md @@ -12,6 +12,13 @@ license: None Read/compute elemental summable miscellaneous data by calling the readers defined by the datasources. Modal superposition (on demand expansion) and cyclic cxpansion procedures are supported, however, you should verify that the linear combination is applicable for the associated element according to the MAPDL documentation description of each item. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: cms, mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/specific_heat.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/specific_heat.md index 237896c53..2d434c8f6 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/specific_heat.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/specific_heat.md @@ -12,6 +12,12 @@ license: None Read Specific Heat by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/spectrum_data.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/spectrum_data.md index 3ad7fe82e..bffbc8d89 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/spectrum_data.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/spectrum_data.md @@ -12,6 +12,12 @@ license: None Read spectral data from the result files contained in the streams or data sources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: mode, prs + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/state_variable.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/state_variable.md index ddca154f8..bd0601612 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/state_variable.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/state_variable.md @@ -43,6 +43,13 @@ Read/compute elemental state variable by calling the readers defined by the data | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/static_pressure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/static_pressure.md index 1c3a8f1de..95f0b4224 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/static_pressure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/static_pressure.md @@ -12,6 +12,12 @@ license: None Read Static Pressure by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stiffness_matrix_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stiffness_matrix_energy.md index 8b18e7b77..c88af0728 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stiffness_matrix_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stiffness_matrix_energy.md @@ -12,6 +12,13 @@ license: None Read/compute element energy associated with the stiffness matrix by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: mode, rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress.md index 54f233899..bf1a607ba 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress.md @@ -43,6 +43,14 @@ Read/compute element nodal component stresses by calling the readers defined by | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout, d3plot, d3psd, d3ssd +- mapdl: cms, mode, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_X.md index df205a218..1a93e849e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_X.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_XY.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_XY.md index a9b9efaa6..410efd030 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_XY.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_XY.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_XZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_XZ.md index caebca085..3333dff3b 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_XZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_XZ.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_Y.md index fe07606a3..9fc7929e5 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_Y.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_YZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_YZ.md index 088efd935..578305006 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_YZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_YZ.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_Z.md index fd4e1b03f..46dc1c76a 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_Z.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_intensity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_intensity.md index 285158e52..ee22fb879 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_intensity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_intensity.md @@ -13,6 +13,13 @@ license: None Reads/computes element nodal component stresses, average it on nodes (by default) and computes its invariants. This operation is independent of the coordinate system unless averaging across elements is requested, in which case a rotation to the global coordinate system is performed. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_max_shear.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_max_shear.md index ba7dee0db..98e91ad91 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_max_shear.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_max_shear.md @@ -13,6 +13,12 @@ license: None Reads/computes element nodal component stresses, average it on nodes (by default) and computes its invariants. This operation is independent of the coordinate system unless averaging across elements is requested, in which case a rotation to the global coordinate system is performed. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_1.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_1.md index 1a30d6513..40d5ddc68 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_1.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_1.md @@ -13,6 +13,13 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_2.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_2.md index 9554064ff..1da9cfbce 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_2.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_2.md @@ -13,6 +13,13 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_3.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_3.md index daabb4dec..35a54dc06 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_3.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_principal_3.md @@ -13,6 +13,13 @@ license: None Read/compute element nodal component stresses 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_ratio.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_ratio.md index d5bc40a55..e2beaf0ab 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_ratio.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_ratio.md @@ -43,6 +43,12 @@ Read/compute element nodal stress ratio by calling the readers defined by the da | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_von_mises.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_von_mises.md index 6cf94e49f..65c9045ed 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_von_mises.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/stress_von_mises.md @@ -13,6 +13,14 @@ license: None Reads/computes element nodal component stresses, average it on nodes (by default) and computes its invariants. This operation is independent of the coordinate system unless averaging across elements is requested, in which case a rotation to the global coordinate system is performed. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/structural_temperature.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/structural_temperature.md index 5696f63f2..16ccf7ea6 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/structural_temperature.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/structural_temperature.md @@ -43,6 +43,13 @@ Read/compute element structural nodal temperatures by calling the readers define | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/superficial_velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/superficial_velocity.md index 833fdf233..971fe4adc 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/superficial_velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/superficial_velocity.md @@ -12,6 +12,12 @@ license: None Read Superficial Velocity by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/surface_heat_rate.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/surface_heat_rate.md index eff380089..827c0e430 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/surface_heat_rate.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/surface_heat_rate.md @@ -12,6 +12,12 @@ license: None Read Surface Heat Rate by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/swelling_strains.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/swelling_strains.md index 41cd68035..ef4dc7efa 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/swelling_strains.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/swelling_strains.md @@ -43,6 +43,13 @@ Read/compute element nodal swelling strains by calling the readers defined by th | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature.md index fbdb68a4d..ca331ca2d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature.md @@ -12,6 +12,15 @@ license: None Read/compute temperature field by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj +- hdf5: h5dpf +- lsdyna: d3plot +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad.md index fee6aeb04..6510b244c 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad.md @@ -43,6 +43,13 @@ Read/compute Temperature Gradient by calling the readers defined by the datasour | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_X.md index 4f1527a84..3657df380 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_X.md @@ -12,6 +12,12 @@ license: None Read/compute Temperature Gradient X component of the vector (1st 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_Y.md index 6dee52274..3cfc9433e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_Y.md @@ -12,6 +12,12 @@ license: None Read/compute Temperature Gradient Y component of the vector (2nd 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_Z.md index e1e4974f8..2eee2685e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/temperature_grad_Z.md @@ -12,6 +12,12 @@ license: None Read/compute Temperature Gradient Z component of the vector (3rd component) by calling the readers defined by the datasources. Regarding the requested location and the input mesh scoping, the result location can be Nodal/ElementalNodal/Elemental. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_conductivity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_conductivity.md index 628c4f836..cf14a3221 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_conductivity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_conductivity.md @@ -12,6 +12,12 @@ license: None Read Thermal Conductivity by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_dissipation_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_dissipation_energy.md index 376708d53..9569b98b4 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_dissipation_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_dissipation_energy.md @@ -12,6 +12,13 @@ license: None Read/compute thermal dissipation energy by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain.md index 0b0a2a333..8198ea1c8 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain.md @@ -43,6 +43,13 @@ Read/compute element nodal component thermal strains by calling the readers defi | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_X.md index dd9acab1e..05bd85707 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_X.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_XY.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_XY.md index 32def0ebc..ecf1bcacc 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_XY.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_XY.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_XZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_XZ.md index ac9bb1100..ef4084138 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_XZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_XZ.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_Y.md index 8dde7f91f..a3183c6b5 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_Y.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_YZ.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_YZ.md index 5d8233a37..528fc3f86 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_YZ.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_YZ.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_Z.md index 34c564690..a8e97fead 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_Z.md @@ -12,6 +12,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_1.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_1.md index c650e35d8..855d5e124 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_1.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_1.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_2.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_2.md index 25f647e76..b39ba354b 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_2.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_2.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_3.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_3.md index 79b820bee..74fa4632e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_3.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strain_principal_3.md @@ -13,6 +13,12 @@ license: None Read/compute element nodal component thermal 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. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strains_eqv.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strains_eqv.md index fdbbe29ae..2ba85704d 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strains_eqv.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thermal_strains_eqv.md @@ -43,6 +43,13 @@ Read/compute element nodal equivalent component thermal strains by calling the r | 13 | Pretension | +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- mapdl: rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/thickness.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/thickness.md index 5384331fd..be7ed54ac 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/thickness.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/thickness.md @@ -12,6 +12,13 @@ license: None Read/compute thickness by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- lsdyna: d3plot +- mapdl: rst, rth + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/total_pressure.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/total_pressure.md index 5549f73c2..ffd238b8e 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/total_pressure.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/total_pressure.md @@ -12,6 +12,12 @@ license: None Read Total Pressure by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/total_strain.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/total_strain.md index 2c8962148..a06403dce 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/total_strain.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/total_strain.md @@ -12,6 +12,13 @@ license: None Read/compute Total strain (LSDyna) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf +- lsdyna: binout, d3plot, d3psd, d3ssd + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/total_temperature.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/total_temperature.md index 556c753bf..7fef4fc91 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/total_temperature.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/total_temperature.md @@ -12,6 +12,12 @@ license: None Read Total Temperature by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/turbulent_kinetic_energy.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/turbulent_kinetic_energy.md index ac4f6064a..7003d1382 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/turbulent_kinetic_energy.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/turbulent_kinetic_energy.md @@ -12,6 +12,12 @@ license: None Read Turbulent Kinetic Energy (k) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/turbulent_viscosity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/turbulent_viscosity.md index 2a5ef9829..9ccc2f437 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/turbulent_viscosity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/turbulent_viscosity.md @@ -12,6 +12,12 @@ license: None Read Turbulent Viscosity by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity.md index 1d2cebad2..344353423 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity.md @@ -12,6 +12,15 @@ license: None Read/compute nodal velocities by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj +- hdf5: h5dpf +- lsdyna: d3plot, d3psd, d3ssd, lsda, moddynout +- mapdl: cms, mode, rst, rstp + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_X.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_X.md index 1e432a7ef..7ce872d1b 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_X.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_X.md @@ -12,6 +12,12 @@ license: None Read/compute nodal velocities X component of the vector (1st component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_Y.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_Y.md index 039b70d46..00d3c291f 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_Y.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_Y.md @@ -12,6 +12,12 @@ license: None Read/compute nodal velocities Y component of the vector (2nd component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_Z.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_Z.md index 321d124ca..5d5242869 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_Z.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/velocity_Z.md @@ -12,6 +12,12 @@ license: None Read/compute nodal velocities Z component of the vector (3rd component) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- hdf5: h5dpf + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/volume_fraction.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/volume_fraction.md index 426820aa4..1a0a8ebf0 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/volume_fraction.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/volume_fraction.md @@ -12,6 +12,12 @@ license: None Read Volume Fraction by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/wall_shear_stress.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/wall_shear_stress.md index 1ac22fdbc..356e21afa 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/wall_shear_stress.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/wall_shear_stress.md @@ -12,6 +12,12 @@ license: None Read Wall Shear Stress by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description | diff --git a/2026R1/dpf-framework-26-r1/operator-specifications/result/y_plus.md b/2026R1/dpf-framework-26-r1/operator-specifications/result/y_plus.md index ab789edca..b7d54f285 100644 --- a/2026R1/dpf-framework-26-r1/operator-specifications/result/y_plus.md +++ b/2026R1/dpf-framework-26-r1/operator-specifications/result/y_plus.md @@ -12,6 +12,12 @@ license: None Read Y Plus (y+) by calling the readers defined by the datasources. +## Supported file types + +This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver): + +- cff: cas, flprj + ## Inputs | Input | Name | Expected type(s) | Description |