You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.
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.
Bug fix for the Keller-Miksis model.
Updated the documentation with respect to points 1, 3 and 4, and added short description on how to compile APECSS with debug flags.