-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move turb inflow helpers from PeleLMeX and add documentation #489
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work. Thank you!
Support/TurbFileHIT/README.md
Outdated
Then compile the C++ executable (AMReX needed): | ||
make | ||
|
||
And the executable to generature the turbfile (adapt the input file to your needs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generature -> generate
Docs/sphinx/Support.rst
Outdated
in the appendix of `Johnsen et al. (2010) J. Comp Phys. <http://dx.doi.org/10.1016/j.jcp.2009.10.028>`_. The resulting velocity | ||
field is stored in files with names following the pattern ``hit_ic_k0_N.dat``, where ``k0`` is the most | ||
energetic wave number and ``N`` is the size of the grid. The initial | ||
condition for a grid of size N^3 is generated as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can math
the N^3 and other such math expressions below
I checked the commit and I confirm the change is correct |
* Bring turbulent inflow generation stuff from PeleLMeX * some progress on documentation * more progress on turbinflow documentation * add option for size of wavenumber space in turbulence generation * make multiple turbinflows additive rather than replacing each other * fix typo and math format
Address the long asked-for need for better documentation of the turbinflow capability