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

Consolidate code #88

Merged
merged 9 commits into from
Mar 15, 2024
Merged

Consolidate code #88

merged 9 commits into from
Mar 15, 2024

Conversation

cgilet
Copy link
Collaborator

@cgilet cgilet commented Feb 21, 2024

  • Update make_eb_box() to use amrex::BoxIF. This allows specifying internal or external flow.
  • Remove incflo::set_velocity_bc functions in favor of using PhysBCFunct, which is needed to set the inflow bcs during FillPatch. Now we only need one function to set the inflow bc.
  • Rename file to better reflect contents which includes setting density and tracer EB bcs. Renamed: incflo_set_velocity_bcs.cpp -> incflo_set_bcs.cpp

@cgilet cgilet requested a review from asalmgren February 21, 2024 15:22
@cgilet
Copy link
Collaborator Author

cgilet commented Feb 21, 2024

@asalmgren this passes the regression tests

@cgilet cgilet merged commit ae8f233 into development Mar 15, 2024
30 checks passed
siddanib pushed a commit to siddanib/incflo that referenced this pull request Apr 2, 2024
* Update make_eb_box() to use amrex::BoxIF. This allows specifying
internal or external flow.
* Remove incflo::set_velocity_bc functions in favor of using
PhysBCFunct, which is needed to set the inflow bcs during FillPatch. Now
we only need one function to set the inflow bc.
* Rename file to better reflect contents which includes setting density
and tracer EB bcs. Renamed: incflo_set_velocity_bcs.cpp ->
incflo_set_bcs.cpp
@cgilet cgilet deleted the consolidate_code branch June 13, 2024 14:14
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