Skip to content

Commit 3eda1e4

Browse files
committed
Change labs to notebooks in article draft.
1 parent 0a40712 commit 3eda1e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

media/flowtorch_components_plain.pdf

6 Bytes
Binary file not shown.

paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ more details, essential information may not be accessible due to black-box (clos
7070

7171
With `flowTorch`, we attempt to make analysis and modeling workflows accessible, streamlined, and transparent in several ways:
7272

73-
- we provide Jupyter labs with start-to-end workflows, including short explanations for each step taken in the process; the notebooks' content varies from
73+
- we provide Jupyter notebooks with start-to-end workflows, including short explanations for each step taken in the process; the notebooks' content varies from
7474
toy examples through common benchmark problems to the analysis of real turbulent flow data; the datasets used in the notebooks are also part of
7575
the library
7676
- the library is modular and often wraps around other libraries to make them easier to use; a few lines of Python code are sufficient to implement
@@ -80,7 +80,7 @@ Ultimately, our goal is to reduce redundant work as much as possible and enable
8080

8181
# Examples
8282

83-
In this section, we demonstrate two applications of `flowTorch`. In the first example, DMD is employed to identify relevant modes in a transonic flow displaying shock-boundary-layer interactions. In the second example, a ROM of the flow past a circular cylinder [@noack2003] is constructed employing CNM [@fernex2021]. Both examples are also available as Jupyter labs and in the `flowTorch` documentation.
83+
In this section, we demonstrate two applications of `flowTorch`. In the first example, DMD is employed to identify relevant modes in a transonic flow displaying shock-boundary-layer interactions. In the second example, a ROM of the flow past a circular cylinder [@noack2003] is constructed employing CNM [@fernex2021]. Both examples are also available as Jupyter notebooks and in the `flowTorch` documentation.
8484

8585
## DMD analysis of airfoil surface data
8686

0 commit comments

Comments
 (0)