Skip to content

Commit b102d4a

Browse files
readme
1 parent 4e2ed9f commit b102d4a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ The Julia programming languange (https://julialang.org/) was designed for high p
1717

1818

1919
Within the julia REPL (which can be accessed by typing "julia" in the command line), download this package via
20-
>] add MZMD
20+
>] add MoriZwanzigModalDecomposition
2121
2222
or with
23-
> import Pkg; Pkg.add("MZMD")
23+
> import Pkg; Pkg.add("MoriZwanzigModalDecomposition")
2424
2525

2626
### Basic usage: 2D flow over a cyclinder at $Re = 200$
27+
First, the data of states or measurements $\bm x_i \in \mathbb{R}^m$ must be arranged into the snapshot matrix:
28+
$$ \bm X = [\bm x_1, ..., \bm x_n] \in \mathbb{R}^{m\times n}$$
29+
2730
Here we use a vorticity data-set of a 2D flow over a cyclinder in order to demonstrate the basic usage of MZMD for modal analysis and reduced order modeling. This data-set was generated from the open source immersed boundary method https://github.com/cwrowley/ibpm/ of Taira and Colonius [[2]](#2), [[3]](#3).
2831

2932
The figures below show an application of the MZMD method for the flow over a 2D cylinder at $Re=200$:

0 commit comments

Comments
 (0)