|
[Sponsors] |
March 9, 2005, 00:17 |
LES code
|
#1 |
Guest
Posts: n/a
|
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. |
|
March 9, 2005, 04:34 |
Re: LES code
|
#2 |
Guest
Posts: n/a
|
||
March 9, 2005, 04:44 |
Re: LES code
|
#3 |
Guest
Posts: n/a
|
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 |
|
March 10, 2005, 03:23 |
Re: LES code
|
#4 |
Guest
Posts: n/a
|
In FOAM, there are 2 different code files: .H and .C files. May I know what is the different?
|
|
March 11, 2005, 07:18 |
Re: LES code
|
#5 |
Guest
Posts: n/a
|
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Accessing LES Delta Values From Solver Code | mchurchf | OpenFOAM | 4 | June 12, 2023 13:55 |
The FOAM Documentation Project - SHUT-DOWN | holger_marschall | OpenFOAM | 242 | March 7, 2013 13:30 |
3D LES Source Code | sencal | Main CFD Forum | 2 | January 26, 2001 12:40 |
code for LES | Jan Xu | Main CFD Forum | 1 | January 4, 2000 14:48 |
2D LES Code for Bluff Bodies | Patku | Main CFD Forum | 17 | July 31, 1999 19:59 |