Solid Boundaries
Embedded/Immersed boundary methods enable the representation of complex geometries on structured grids. Unlike body-fitted approaches, which require intricate coordinate transformations, these methods involve minimal modifications to the flux derivative calculations. Additionally, they are better suited for fluid-structure interaction problems compared to body-fitted methods. Embedded boundary methods are generally categorised into two main types: cut-cell methods (EBM) and ghost-point methods (IBM). Similar to other numerical techniques, each approach has its own advantages and disadvantages.
Immersed Boundaries
Immersed Boundaries, or Ghost-Point Immersed Boundary Methods, originate from finite difference discretization and are not inherently designed to ensure discrete conservation at the embedded boundary. These methods approximate the nearest point to the embedded boundary, known as the ghost point/cell, in a way that ensures the correct boundary flux is satisfied.

Embedded Boundaries
Embedded Boundaries (EB), or Cut-Cell Methods, originate from finite volume discretisation and are specifically designed to ensure discrete conservation at the embedded boundary. These methods represent the boundary using a piecewise reconstruction within a Cartesian mesh, resulting in a sharp and accurate depiction of the interface. Instead of approximating a cell value, they focus on approximating the surface flux.

In EB the flux divergence at cell next to the wall (cut-cell) is
The volume of the cells is (assuming an isotropic mesh) is proportional to the 'filled' fraction of each cell, . Based on this, the area of a face is also proportional to the mesh size, . The area can be expressed in terms of a ratio, , relative to the maximum possible (unobstructed) face area; this ratio equals 1 when the face is completely unobstructed
Replacing
where the flux at the wall, would be defined based on the boundary condition type.
Small cell problem and Redistribution
In time-explicit methods for advancing hyperbolic conservation laws, a straightforward time discretization leads to a time step restriction of the form (assuming constant spacing):
which becomes vanishingly small as the volume fraction in the domain decreases. In EB methods, small volume fractions are common to capture round or inclined geometries, thus creating a severe time step limitation—known as the "small cell problem (see AMReX documentation for details).
References
[1] Monal Patel, "Hypersonic Flows Around Complex Geometries with Adaptive Mesh Refinement and Immersed Boundary Method" PhD Thesis, Imperial College London (2022)
Last updated