Skip to content

Commit

Permalink
clean up examples and update doc index
Browse files Browse the repository at this point in the history
  • Loading branch information
alizma committed Mar 1, 2024
1 parent 3aea40a commit 5130b9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
the automatic fitting of spectra data and generation of synthetic turbulent wind fields. This package is intended to be used by
wind engineers in applications requiring rapid simulation of realistic wind turbulence. It is based off of the Deep Rapid Distortion models presented in `Keith, Khristenko, Wohlmuth (2021) <https://arxiv.org/pdf/2107.11046.pdf>`_. The data-driven functionalities are GPU-accelerated via a `PyTorch <https://pytorch.org/docs/stable/index.html>`_ implementation.

.. figure:: ../../animation.gif

.. note::
This project is still under development.

Expand Down
2 changes: 1 addition & 1 deletion examples/08_mann_box_generation_IEC.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
Gamma = 3.89
sigma = 0.052

Lx = 720 # 7200
Lx = 720
Ly = 64
Lz = 64

Expand Down
2 changes: 1 addition & 1 deletion examples/09_drd_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
Gamma = 3.89
sigma = 0.052

Lx = 720 # 7200
Lx = 720
Ly = 64
Lz = 64

Expand Down

0 comments on commit 5130b9c

Please sign in to comment.