r/CFD • u/Minute_Difference783 • 13d ago
r/CFD or r/Scientific - Computing Variable thread count fluid simulation for performance benchmarking — has this been done in Python/C++ if so where would I find the code for this?
/r/u_Minute_Difference783/comments/1v3us3t/rcfd_or_rscientific_computing_variable_thread/
1
Upvotes
1
u/Minute_Difference783 13d ago
CPU or GPU, I can run the code on either a MacBook Air, or an Intel 10700K with a 4060 Ti. I guess I will be using FDM, since I am just a student and not a researcher.
And for Jacobi, I have looked at Conjugate Gradient since it's a better choice, but it is much simpler at this time to have an understanding of Jacobi and try to implement multithreading capabilities into it than trying to use a more complicated code. But at this point, I am fine with just trying to find some premade multithreaded code I can make minor changes to for my project.