Examples#

End-to-end examples show how to use PyDPF-Post. If PyDPF-Post is installed on your machine, you can download these examples as Jupyter notebooks, Python files, or ZIP files and run them locally.

PyDPF-Post analysis types#

These examples show how to postprocess different simulation types using PyDPF-Post.

Postprocess a static mechanical simulation

Postprocess a static mechanical simulation

Postprocess a modal mechanical simulation

Postprocess a modal mechanical simulation

Postprocess a transient mechanical simulation with animation

Postprocess a transient mechanical simulation with animation

Postprocess a harmonic mechanical simulation

Postprocess a harmonic mechanical simulation

Postprocess a fluid simulation

Postprocess a fluid simulation

PyDPF-Post features#

These examples show how to use PyDPF-Post features.

Create and manipulate a DPF dataframe

Create and manipulate a DPF dataframe

Extract results on named selections (modal simulation)

Extract results on named selections (modal simulation)

Extract components of results (modal simulation)

Extract components of results (modal simulation)

Explore the data of a result with the dataframe (harmonic simulation)

Explore the data of a result with the dataframe (harmonic simulation)

Extract stress and strain invariants (static simulation)

Extract stress and strain invariants (static simulation)

Export data in a dataframe to another format

Export data in a dataframe to another format

Explore and manipulate the mesh

Explore and manipulate the mesh

Compute the minimum and maximum of a dataframe

Compute the minimum and maximum of a dataframe

PyDPF-Post performance improvements#

These examples show how to improve computation performance of PyDPF-Post when necessary.

Reduce model size by using the mesh external layer for result and mesh extraction

Reduce model size by using the mesh external layer for result and mesh extraction

Reduce model size by using the mesh skin for result and mesh extraction

Reduce model size by using the mesh skin for result and mesh extraction

Validate external layer results with the full mesh

Validate external layer results with the full mesh

PyDPF-Post cyclic symmetry examples#

These examples show how to use PyDPF-Post features for cyclic symmetry models.

Extract cyclic results

Extract cyclic results

Extract multi-stage cyclic results

Extract multi-stage cyclic results

Reduce cyclic model size by using the mesh external layer for result and mesh extraction

Reduce cyclic model size by using the mesh external layer for result and mesh extraction

Reduce cyclic model size by using the mesh skin for result and mesh extraction

Reduce cyclic model size by using the mesh skin for result and mesh extraction

Get base and duplicate sector results for a modal cyclic symmetry model

Get base and duplicate sector results for a modal cyclic symmetry model

PyDPF-Post fluid examples#

These examples show how to use PyDPF-Post features for fluid models.

Exctarct fluid simulation results

Exctarct fluid simulation results

PyDPF-Post legacy examples#

These examples show how you use the legacy PyDPF-Post API.

Use basic features

Use basic features

Get data from a static simulation

Get data from a static simulation

Load a solution

Load a solution

Postprocess a result file for a static analysis

Postprocess a result file for a static analysis

Postprocess the result file for a modal analysis

Postprocess the result file for a modal analysis

Postprocess the result file for a harmonic analysis

Postprocess the result file for a harmonic analysis

Postprocess a result file for a transient analysis

Postprocess a result file for a transient analysis

Access complex results from a modal or harmonic analysis

Access complex results from a modal or harmonic analysis

Use keywords to get a more precise result

Use keywords to get a more precise result

Request a result on a specific path of coordinates

Request a result on a specific path of coordinates

Get and use a Result object

Get and use a Result object

Gallery generated by Sphinx-Gallery