Skip to content

Commit 5cce9d9

Browse files
authored
Merge pull request #270 from ansys/DPF_261/daily_doc_update
DPF doc daily update for 261
2 parents 06d4a92 + 51017bc commit 5cce9d9

File tree

257 files changed

+1703
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+1703
-3
lines changed

2026R1/dpf-framework-26-r1/changelog/changelog.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
Changes since the last released version for DPF 26.1.pre1 (as of 2025-11-04).
3+
Changes since the last released version for DPF 26.1.pre1 (as of 2025-11-05).
44

55
This changelog is organized by category, with sections for different types of updates (new features, bug fixes, changes, performance improvements).
66

@@ -29,15 +29,15 @@ The following table shows which components have updates in each category.
2929
| hgp | [2 items](#Features_hgp) | |
3030
| kernel | [2 items](#Features_kernel) |[1 item](#Fixes_kernel) |
3131
| lsdyna | [1 item](#Features_lsdyna) | |
32-
| mapdl | [12 items](#Features_mapdl) |[15 items](#Fixes_mapdl) |
32+
| mapdl | [13 items](#Features_mapdl) |[15 items](#Fixes_mapdl) |
3333
| mapdlpluggin | |[1 item](#Fixes_mapdlpluggin) |
3434
| math | [7 items](#Features_math) | |
3535
| mechanical | [2 items](#Features_mechanical) |[3 items](#Fixes_mechanical) |
3636
| mesh | |[1 item](#Fixes_mesh) |
3737
| misc | [11 items](#Features_misc) |[19 items](#Fixes_misc) |
3838
| native | |[3 items](#Fixes_native) |
3939
| perf | [2 items](#Features_perf) |[1 item](#Fixes_perf) |
40-
| prime | [2 items](#Features_prime) | |
40+
| prime | [3 items](#Features_prime) | |
4141
| pydpf | |[1 item](#Fixes_pydpf) |
4242
| refactor | [1 item](#Features_refactor) | |
4343
| workflows | |[1 item](#Fixes_workflows) |
@@ -475,6 +475,13 @@ The following table shows which components have updates in each category.
475475
## mapdl
476476
### <a id="Features_mapdl"></a> Features
477477

478+
- Source Operators for Acoustic Ops:
479+
> Adding Source Operators for Acoustic Operators in complement of previous PR 630503
480+
>
481+
>
482+
>
483+
>
484+
478485
- Adding new operator and result for Nodal Orientations:
479486
> Adding new operator and result for Nodal Orientations
480487
>
@@ -1128,6 +1135,11 @@ The following table shows which components have updates in each category.
11281135
## prime
11291136
### <a id="Features_prime"></a> Features
11301137

1138+
- Add TimeFreqSupport as input in morph_field_from_files operator:
1139+
>
1140+
>
1141+
>
1142+
11311143
- Implement morph_field_from_files operator:
11321144
>
11331145
>

2026R1/dpf-framework-26-r1/operator-specifications/mesh/beam_properties.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ license: None
1212

1313
Reads the beam's properties from the result files contained in the streams or data sources.
1414

15+
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18+
19+
- mapdl: rst, rstp
20+
1521
## Inputs
1622

1723
| Input | Name | Expected type(s) | Description |

2026R1/dpf-framework-26-r1/operator-specifications/mesh/mesh_provider.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ license: None
1212

1313
Reads a mesh from result files.
1414

15+
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18+
19+
- cff: cas, flprj
20+
- cgns: cgns
21+
- hdf5: h5dpf
22+
- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth
23+
- vtk: vtk
24+
1525
## Inputs
1626

1727
| Input | Name | Expected type(s) | Description |

2026R1/dpf-framework-26-r1/operator-specifications/mesh/meshes_provider.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ license: None
1212

1313
Reads meshes from result files. Meshes can be spatially or temporally varying.
1414

15+
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18+
19+
- cff: cas, flprj
20+
- cgns: cgns
21+
- hdf5: h5dpf
22+
- lsdyna: binout, d3acp, d3acs, d3atv, d3plot, d3psd, d3spcm, d3ssd, moddynout
23+
- mapdl: cms, dsub, mode, rdsp, rfrq, rst
24+
1525
## Inputs
1626

1727
| Input | Name | Expected type(s) | Description |

2026R1/dpf-framework-26-r1/operator-specifications/metadata/boundary_condition_provider.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ license: None
1212

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

15+
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18+
19+
- mapdl: cms, mode, rdsp, rfrq, rst, rstp, rth
20+
1521
## Inputs
1622

1723
| Input | Name | Expected type(s) | Description |

2026R1/dpf-framework-26-r1/operator-specifications/metadata/coordinate_system_data_provider.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ license: None
1212

1313
Reads coordinate systems data from the result files contained in the streams or data sources.
1414

15+
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18+
19+
- mapdl: rst, rstp, rth
20+
1521
## Inputs
1622

1723
| Input | Name | Expected type(s) | Description |

2026R1/dpf-framework-26-r1/operator-specifications/metadata/cyclic_support_provider.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ license: None
1212

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

15+
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18+
19+
- hdf5: h5dpf
20+
- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth
21+
1522
## Inputs
1623

1724
| Input | Name | Expected type(s) | Description |

2026R1/dpf-framework-26-r1/operator-specifications/metadata/element_types_provider.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Reads element types data from the result files contained in the streams or data
2121
- new_gen_element: Element of new generation.
2222
- 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.
2323

24+
## Supported file types
25+
26+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
27+
28+
- mapdl: rst, rstp, rth
29+
2430
## Inputs
2531

2632
| Input | Name | Expected type(s) | Description |

2026R1/dpf-framework-26-r1/operator-specifications/metadata/is_cyclic.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ license: None
1212

1313
Reads if the model is cyclic from the result file.
1414

15+
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18+
19+
- hdf5: h5dpf
20+
- mapdl: cms, dsub, mode, rdsp, rfrq, rst, rstp, rth
21+
1522
## Inputs
1623

1724
| Input | Name | Expected type(s) | Description |

2026R1/dpf-framework-26-r1/operator-specifications/metadata/material_support_provider.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ license: None
1212

1313
Reads the material support.
1414

15+
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18+
19+
- mapdl: rst, rstp
20+
1521
## Inputs
1622

1723
| Input | Name | Expected type(s) | Description |

0 commit comments

Comments
 (0)