Skip to content
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

Cartesian aligned nested refinement for wind farm simulations #33

Merged
merged 3 commits into from
Mar 27, 2020

Conversation

sayerhs
Copy link
Contributor

@sayerhs sayerhs commented Mar 27, 2020

This pull-request introduces the capability to perform static refinements of user-defined Cartesian-aligned boxes at specified levels to mimic wind farm LES refinement used in SOWFA and nalu-wind.

input file parameters

tagging.static_refinement = 1
tagging.static_refinement_def = "static_refinement.txt"

refinement definition file

2                                  // Number of levels of static refinement
2                                  // Number of regions in level 0
90.0 90.0 0.0 390.0 795.0 600.0    // T001
600.0 90.0 0.0 795.0 795.0 600.0   // T002
2                                  // number of regions in level 1
180.0 300.0 0.0 300.0 690.0 300.0  // T001
690.0 300.0 0.0 795.0 690.0 300.0  // T002

sayerhs added 2 commits March 27, 2020 12:12
- Introduce a Cartesian coordinate system aligned static mesh refinement utility
- Add unit test to test functionality
@sayerhs sayerhs requested a review from michaeljbrazell March 27, 2020 18:15
@sayerhs sayerhs self-assigned this Mar 27, 2020
@sayerhs sayerhs merged commit 242dfd1 into Exawind:development Mar 27, 2020
@sayerhs sayerhs deleted the f/nested-refine branch March 27, 2020 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants