chaos-polymtl / lethe

Repository for the open-source lethe CFD/DEM/CFD-DEM project
https://chaos-polymtl.github.io/lethe/index.html
Apache License 2.0
278 stars 59 forks source link

Modify the periodic particles QCM test after modification in deal.II #1043

Closed acdaigneault closed 8 months ago

acdaigneault commented 8 months ago

Description of the problem

Description of the solution

Addition

  1. Test printing

    • Test are now shown in particle ascending order as in DEM because it did cause issue in the past.
  2. Minor modification in insertion list

    • Some difficulties were encounter while modifying the new test with the insertion list. This was related to the mandatory diameter list.
    • I changed the Assert to AssertThrow for unequal lists (x positions vs diameters)
    • I added a default diameter list building with the diameter in particle parameter when no diameter list are provided since most case are mono-disperse.