MFC: Simulation
High-fidelity multiphase flow simulation
|
Ghost Point for Immersed Boundaries. More...
Public Attributes | |
integer, dimension(3) | loc |
Physical location of the ghost point. | |
real(wp), dimension(3) | ip_loc |
Physical location of the image point. | |
integer, dimension(3) | ip_grid |
Top left grid point of IP. | |
real(wp), dimension(2, 2, 2) | interp_coeffs |
Interpolation Coefficients of image point. | |
integer | ib_patch_id |
ID of the IB Patch the ghost point is part of. | |
logical | slip |
integer, dimension(3) | db |
Ghost Point for Immersed Boundaries.
integer, dimension(3) ghost_point::db |
integer ghost_point::ib_patch_id |
ID of the IB Patch the ghost point is part of.
real(wp), dimension(2, 2, 2) ghost_point::interp_coeffs |
Interpolation Coefficients of image point.
integer, dimension(3) ghost_point::ip_grid |
Top left grid point of IP.
real(wp), dimension(3) ghost_point::ip_loc |
Physical location of the image point.
integer, dimension(3) ghost_point::loc |
Physical location of the ghost point.
logical ghost_point::slip |