Move turb inflow helpers from PeleLMeX and add documentation#489
Merged
baperry2 merged 8 commits intoAMReX-Combustion:developmentfrom Apr 15, 2024
Merged
Move turb inflow helpers from PeleLMeX and add documentation#489baperry2 merged 8 commits intoAMReX-Combustion:developmentfrom
baperry2 merged 8 commits intoAMReX-Combustion:developmentfrom
Conversation
This was referenced Apr 12, 2024
marchdf
reviewed
Apr 15, 2024
Contributor
marchdf
left a comment
There was a problem hiding this comment.
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): |
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: |
Contributor
There was a problem hiding this comment.
you can math the N^3 and other such math expressions below
Collaborator
|
I checked the commit and I confirm the change is correct |
SreejithNREL
approved these changes
Apr 15, 2024
marchdf
approved these changes
Apr 15, 2024
SreejithNREL
pushed a commit
that referenced
this pull request
May 27, 2024
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Address the long asked-for need for better documentation of the turbinflow capability