27.08.15 meeting again - daplff/hiWi_cont GitHub Wiki

Meeting

  • Showed off 6.8 in-simulation seconds of tsunami simulation (case 2) - compared vanilla SWE-SPHysics to via C++ class/netcdf
  • positions are exactly same, cannot judge the water depth values since SWE-SPHysics does postprocessing
  • xvel seems similar
  • TODO: validate for longer times, all cases
  • TODO: validate writeback to variables, forgot to turn that on!
  • maybe: output bottom to be able to postprocess, analyse how they do it
next step
  • seems to be input handling

  • ideally incorporating generator step in program

  • advanced: setting starting variables directly into program to avoid files

  • clever parameter handling via c++ interface - ptrees or too much bother? decisions decisions...

  • add to list of required features: addParticle(particleParameters...);

  • that is, being able to add a particle with desired properties, in order to be able to divide domain in chunks and let each be handled by a solver, exchanging particles when needed