Fenicsx/dolfinx implementation for turbulent

Hi, everyone
I am new to CFD of turbulent. Are there some Dolfin/Dolfinx examples or open-source packages for turbulent methods such as K-epsilon / RANS(Reynolds Averaged Navier-Stokes)? Is Dolfin/Dolfinx suitable for turbulent implementation?

Best regards and Thanks for all.

Hi, did you find some good implementation? I also need to implement a RANS turbulence model in FeniCSx

k-\epsilon has for instance been implemented in legacy DOLFIN at: GitHub - joove123/k-epsilon: This repository contains implementation of the Lam-Bremhorst k-epsilon turbulence mode in FEniCS.

It should not be hard to convert to DOLFINx

1 Like