Xiangyu-Hu / SPHinXsys

SPHinXsys provides C++ APIs for engineering simulation and optimization. It aims at complex systems driven by fluid, structure, multi-body dynamics and beyond. The multi-physics library is based on a unique and unified computational framework by which strong coupling has been achieved for all involved physics.
https://www.sphinxsys.org/
Apache License 2.0
259 stars 197 forks source link

Refactory/revise particle generator #501

Closed Xiangyu-Hu closed 3 months ago

Xiangyu-Hu commented 3 months ago

Now, the particle generators naming are using template partial specialization, with three keywords. the first indicates volume (default), surface and line particles, the second generating methods, and the third the control parameters.