ansys / pydpf-core

Data Processing Framework - Python Core
http://dpf.docs.pyansys.com/
MIT License
67 stars 25 forks source link

Review current examples documentation #1694

Closed luisaFelixSalles closed 1 month ago

luisaFelixSalles commented 2 months ago

Review and comment the existing documentation

General observations

Basic examples

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

Transient Analysis examples

Comments:

Issues found:

Print the first node IDs from the field.

print(field.scoping.ids[:10])

The line " Print the first node IDs from the field." doesn't means what it should. Suggestion: " Print the IDs of the first 10 nodes from the field" 
- " Scoping and stress field coordinates" part:  This part doesn't have a good introduction. I got lost. it doesn't describes what is the final goal // The sentence: "As you can see, these node IDs are not in order. Additionally, there may be fewer entries in the field than nodes in the model. For example, stresses are not computed at mid-side nodes." is poorly formulated. Suggestion: s you can see, these node IDs are not in order. Additionally, the results may be given in different places of the mesh. For example stresses are not computed at nodes in the mid-side of an element.

- [x] 1. Choose a time scoping for a transient analysis 
-" Use time extrapolation" part:
```python
offset = 0.0005
time_scoping = [0.05 + offset * i for i in range(0, int((0.08 - 0.05) / offset))]
print(time_scoping)

To complex of a list definition method. It would be great to use a more explicit/visible/understandable method.

luisaFelixSalles commented 2 months ago

Modal analysis examples

Comments:

[!WARNING] ATTENTION EXEMPLE PB !!!! GRAVE

Issues found:

luisaFelixSalles commented 2 months ago

Harmonic Analysis examples

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

Advanced and Miscellaneous examples

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

File manipulation and input-output

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

Plotting examples

Comments:

Issues found:

Image

Image

luisaFelixSalles commented 2 months ago

Examples for post-processing on distributed processes

Comments:

Issues found:

Image

like it has this triangle in the middle (empty) and a triangle breaking the symmetry in the upper left corner

luisaFelixSalles commented 2 months ago

Examples of creating custom operator plugins

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

Averaging examples

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

Mesh operations examples

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

Cyclic symmetry examples

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

Fluids examples

Comments:

Issues found:

Image

formating? and thus sentence is too large

luisaFelixSalles commented 2 months ago

Streamlines examples

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

LS-Dyna Examples

Comments:

Issues found:

luisaFelixSalles commented 2 months ago

CFX examples

Comments:

Issues found: