From 5130b9cc90e138b313906a9b114bbcb94c26733a Mon Sep 17 00:00:00 2001 From: Alexey Izmailov Date: Fri, 1 Mar 2024 00:39:32 -0500 Subject: [PATCH] clean up examples and update doc index --- docs/source/index.rst | 2 ++ examples/08_mann_box_generation_IEC.py | 2 +- examples/09_drd_box.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 654ba34..0c0f2d9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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) `_. The data-driven functionalities are GPU-accelerated via a `PyTorch `_ implementation. +.. figure:: ../../animation.gif + .. note:: This project is still under development. diff --git a/examples/08_mann_box_generation_IEC.py b/examples/08_mann_box_generation_IEC.py index 615620b..c8431b4 100644 --- a/examples/08_mann_box_generation_IEC.py +++ b/examples/08_mann_box_generation_IEC.py @@ -55,7 +55,7 @@ Gamma = 3.89 sigma = 0.052 -Lx = 720 # 7200 +Lx = 720 Ly = 64 Lz = 64 diff --git a/examples/09_drd_box.py b/examples/09_drd_box.py index e9bbec9..40a51b3 100644 --- a/examples/09_drd_box.py +++ b/examples/09_drd_box.py @@ -55,7 +55,7 @@ Gamma = 3.89 sigma = 0.052 -Lx = 720 # 7200 +Lx = 720 Ly = 64 Lz = 64