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

Turbulence straight channel case #523

Closed FengWang3119 closed 2 months ago

FengWang3119 commented 2 months ago

Turbulence straight channel case, periodic inlet and outlet, driven by gravity force. The name of the case file is 2d_turbulent_channel_PBC The turbulence model is in the folder "for_2D_build", named k-epsilon_turbulent_model. Please check the code.

FengWang3119 commented 2 months ago

Thanks! I will modify the code according to your comments.