09 September 2019 8 6K Report

I want to do LES using fluent for that i want to apply Convective boundary condition at outlet as follows:

d(phi)/dt + c*d(phi)/dx =0

(phi)n+1= (phi)n - Delta t*c* d(phi)n/dx

c= average velocity at each time step

This boundary Condition is not available in fluent. so i need to write UDF.

Similar questions and discussions