|
[Sponsors] |
January 11, 2007, 08:07 |
Coding for CFD
|
#1 |
Guest
Posts: n/a
|
I have knowledge of various models associated in CFD. And I have knowledge of commercial codes like FLUENT.
I have just an elementray C programming knowledge. What is the Best Book to learn coding for CFD? All books in the market teach me theory. But not how to materialise that knowledge to a efficient code. And what kind of problems can be chosen. Can anyone suggest. Jonathan |
|
January 11, 2007, 08:56 |
Re: Coding for CFD
|
#2 |
Guest
Posts: n/a
|
Recommend starting with a simple conduction solution on a XY hex mesh. Start developing a solver engine to handle the diffusion terms with a time transient solution. Then introduce a fixed advection component, e.g. blowing across one face, each CV has a fixed velocity. This would be a solution to Burger's equation. After you have this, you have a generic AD (advection-diffusion) solver. From here, start to move in the direction of the pressure solution. After that, move towards coupling all terms in one global solution, i.e. P then u the v.
Focus on the generic AD solver which is robust enough will be suitable for any AD process such as implementing a kE turbulence model. regards Q |
|
January 12, 2007, 03:10 |
Re: Coding for CFD
|
#3 |
Guest
Posts: n/a
|
Thanks Q. Your info was useful.
But I want someone to suggest books from which I start. I'm an amateur. Or are there any e-books on internet. |
|
January 12, 2007, 05:33 |
Re: Coding for CFD
|
#4 |
Guest
Posts: n/a
|
hai!
Refer CFD by Anderson book....given materials to write code... and refer this link... http://www.auburn.edu/~ajm/teaching/...programs/stag/ happy computing... |
|
January 12, 2007, 05:35 |
Re: Coding for CFD
|
#5 |
Guest
Posts: n/a
|
||
January 12, 2007, 05:59 |
Re: Coding for CFD
|
#6 |
Guest
Posts: n/a
|
I would suggest you the book: "Numerical Heat Transfer and Fluid Flow" by Suhas V. Patankar
It's a bit old, but could help you. Regards |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is CFD coding in finite element method a formidable job? | bearcat | Main CFD Forum | 0 | June 18, 2010 21:53 |
Help with coding | James | Main CFD Forum | 2 | May 18, 2005 06:12 |
Coding | begineer of cfd | Main CFD Forum | 1 | July 21, 2004 06:11 |
Ground coding enquiry | Wenqing Zhang | Phoenics | 2 | August 12, 2002 12:56 |
User coding on NT w2k | Philip Jones | Siemens | 0 | November 26, 2001 04:43 |