Is any package to simulate the hydrodynamic behaviour of a bioreactor with a impeller?
PS Something like ANSYS Fluent/THINK Fluid Dynamix.
Is any package to simulate the hydrodynamic behaviour of a bioreactor with a impeller?
PS Something like ANSYS Fluent/THINK Fluid Dynamix.
There is a bunch of PDF packages
https://github.com/JuliaPDE/SurveyofPDEPackages
But I’m not aware of any tailored CFD packages.
Nothing as mature as the commercial CFD software you mention, but perhaps this is interesting to you:
https://github.com/weymouth/WaterLily
There is also: https://github.com/JuliaIBPM/ViscousFlow.jl although, I do not know if that applies to the bioreactor that is mentioned…
This one can do magic:
https://github.com/CliMA/Oceananigans.jl
if one knows how… Is there any documentation in general (beside the examples), and how to define the border conditions specifically?
Yes, you should see its documentation site. There is also specific Boundary conditions page.
Zlatan, thank you!