CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   LES code (https://www.cfd-online.com/Forums/main/8814-les-code.html)

havana March 8, 2005 23:17

LES code
 
Hi all,

I have a LES project in hand, but I do not know how to start. This is my first time engaging in LES. Can someone send me your LES code so that I can have a brief idea about an LES code structure? Thanks.

Joern Beilke March 9, 2005 03:34

Re: LES code
 
http://www.opencfd.co.uk/openfoam/LESmodels.html#LES

Hrvoje Jasak March 9, 2005 03:44

Re: LES code
 
And, maybe more interestingly, look for a long list of papers on LES, LES-combustion and LES-free surface simulations using FOAM. Try looking for the following authors: Henry Weller, Gavin Tabor, Eugene de Villiers, Christer Fureby (all doing LES with Foam). Sorry if I've forgotten someone...

Hrv

havana March 10, 2005 02:23

Re: LES code
 
In FOAM, there are 2 different code files: .H and .C files. May I know what is the different?

Hrvoje Jasak March 11, 2005 06:18

Re: LES code
 
In most cases, .H are the header files and .C files contain implementation. However, in some cases (inline functions) implementation may be in .H files and templates include another level of complexity (implementation needs to be visible from the header).

I'm afraid this is quite complex and confusing - the best I can offer is to have a look at a good C++ book.

Hrv


All times are GMT -4. The time now is 13:16.