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

Static Mesh Refinement #133

Closed
2 of 4 tasks
dwillcox opened this issue Oct 28, 2021 · 5 comments
Closed
2 of 4 tasks

Static Mesh Refinement #133

dwillcox opened this issue Oct 28, 2021 · 5 comments
Assignees

Comments

@dwillcox
Copy link
Contributor

dwillcox commented Oct 28, 2021

Implement user-specifiable static mesh refinement.

Includes:

  • number and sizes of grid cells on all refinement levels
  • ability to specify fixed refinement regions
  • specifying different physics options in each region
  • explore factor 3 refinement (as well as 2 and 4)
@pkjha-aero
Copy link
Contributor

@asalmgren will this involve re-deriving all the flux computation for refined mesh since the indices will change?

@asalmgren
Copy link
Collaborator

asalmgren commented Oct 29, 2021 via email

@pkjha-aero
Copy link
Contributor

@asalmgren I meant if we will need to write the discretization schemes like this (https://erf.readthedocs.io/en/latest/NavierStokes_Discretization.html#momentum-conservation-u-momentum) at all the levels of refinement taking into account the indexing at that level.

@asalmgren
Copy link
Collaborator

asalmgren commented Oct 29, 2021 via email

@pkjha-aero
Copy link
Contributor

Yes, thanks for clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants