Skip to content

Draft : Boundaries & simulation volume

David--Cléris Timothée edited this page Jan 23, 2023 · 3 revisions

Simulation Volume

has to describe :

  • The volume simulated. It must be Cartesian (change of coordinates are handled through modified EOM)
  • Root nodes for patches. (ex : 4x4x1 root node layout) Because patches must be cubes, hence the requirement that the simulation must be able to be divided into cubes. The load balancing should in principle follow such subdivision (not ready yet !).
  • Whether the simulation volume can change -> ex : SPH free boundaries

Connection diagram

Describe which faces of the volume are connected to which.

Question : Should it describe connection per patch or on the whole volume ?

Boundary scheme interface

Just describe interfaces functions that must be implemented for numerical schemes

Clone this wiki locally