Skip to content

Commit

Permalink
Update comments in AMReX_BC_TYPES.H (#3924)
Browse files Browse the repository at this point in the history
## Summary

## Additional background

## Checklist

The proposed changes:
- [ ] fix a bug or incorrect behavior in AMReX
- [ ] add new capabilities to AMReX
- [ ] changes answers in the test suite to more than roundoff level
- [ ] are likely to significantly affect the results of downstream AMReX
users
- [ ] include documentation in the code and/or rst files, if appropriate
  • Loading branch information
cgilet committed May 6, 2024
1 parent c361681 commit 07352f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Src/Base/AMReX_BC_TYPES.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#if 0
---------------------------------------------------------------------
CONVERSIONS FROM PHYSICAL TO MATHEMATICAL BCs
Note that it is up to application codes to enforce conversions


PHYS BC | Velocity | Temperature | Scalars |
Expand All @@ -22,11 +23,11 @@ OUTFLOW | FOEXTRAP | FOEXTRAP | FOEXTRAP |
| | | |
----------------------------------------------------------------------
NO SLIP WALL | | | |
with | EXT_DIR | REFLECT_EVEN | HOEXTRAP |
with | EXT_DIR | REFLECT_EVEN | FOEXTRAP |
ADIABATIC TEMP | U = V = 0 | dT/dn = 0 | |
----------------------------------------------------------------------
NO SLIP WALL | | | |
with | EXT_DIR | EXT_DIR | HOEXTRAP |
with | EXT_DIR | EXT_DIR | FOEXTRAP |
FIXED TEMP | U = V = 0 | | |
----------------------------------------------------------------------
SLIP WALL | | | |
Expand Down

0 comments on commit 07352f7

Please sign in to comment.