Skip to content

v1.2

Choose a tag to compare

@polycfd polycfd released this 20 Dec 19:30
· 268 commits to main since this release
66eeae1
  1. Added a void pointer void *user_data to the structures APECSS_Bubble, APECSS_EmissionNode, APECSS_Gas, APECSS_Liquid and APECSS_Interface. The void pointers allow to easily associate additional data to these structures. The examples laserinducedcavitation and gastemperature provide practical examples of how to use these void pointers.
  2. Revised the examples laserinducedcavitation and gastemperature to use the new void pointers.
  3. Changed the terminology of the methods to compute the acoustic emissions based on the Kirkwood-Bethe hypothesis, such that the terminology better reflects the differences between the methods.
  4. Bug fix for the Keller-Miksis model.
  5. Updated the documentation with respect to points 1, 3 and 4, and added short description on how to compile APECSS with debug flags.