So what is the tiniest possible fluid simulation?
Can we get anything interesting from a single cell?
For this we'll be using a standard MAC grid, which means we'll represent horizontal velocities (red) on the vertical edges and vertical velocities (green) on the horizontal edges of each cell.
Can we get anything interesting from a single cell?
For this we'll be using a standard MAC grid, which means we'll represent horizontal velocities (red) on the vertical edges and vertical velocities (green) on the horizontal edges of each cell.
Comments
This "incompressibility constraint" is typically modelled as requiring that the net flow (flux) through all the faces (edges in 2D) of each fluid cell is zero.
And then what?
In our case here we're interpolating the velocity field, where the velocity is defined to be zero out of bounds as well
Is this field (discretely) divergence free?