|
[Sponsors] |
October 30, 2000, 00:12 |
CFD Project..Help!
|
#1 |
Guest
Posts: n/a
|
Hello!
An undergrad in Mech. Engg.,I hope to write a code in C for solving some real world problem using CFD.Would be grateful if someone could help out by suggesting a few topics that could be worked on. thanks... |
|
November 2, 2000, 12:49 |
Re: CFD Project..Help!
|
#2 |
Guest
Posts: n/a
|
One project I did in my CFD class was 2D viscous steady flow around a cylinder. Also, coded up a 2D non-viscous flow around a cylinder...which was easier to solve.
|
|
November 3, 2000, 08:37 |
Re: CFD Project..Help!
|
#3 |
Guest
Posts: n/a
|
Thank You for your reply.
What books would you suggest I read for doing the project.As of now,I'm reading up the book on CFD by Anderson which seems much easier to comprehend than most other books. What sort of programming knowledge would be required to develop a code?...for instance,I'd like to do it in C. Hope u'll be able to help out...thanks... venk |
|
November 4, 2000, 17:13 |
Re: CFD Project..Help!
|
#4 |
Guest
Posts: n/a
|
Languages are a matter of taste, but I would suggest fortran 77 for a first project. The multidimensional array syntax is more natural and simpler, in my opinion, than the pointer philosophy of C. Considering that a CFD code, at its heart, is mostly multidimensional array processing, I think that's an important consideration.
2D viscous flow around a cylinder is an ambitious first project. If you want something "practical", maybe a panel method for airfoils would be more to your liking. |
|
November 5, 2000, 01:20 |
Re: CFD Project..Help!
|
#5 |
Guest
Posts: n/a
|
Hi Bob!
Thanks for your reply.What exactly does the panel method for an aerfoil mean?I had initially planned on doing something related to aerofoils...but,I did'nt know how to proceed.Would it be possible for you to guide me?Like help me out in Fotran ,CFD etc?... As of now,I'm reading up the book titled CFD...Fundamentals & Applications by John Anderson...is the info given in that book sufficient for the project you've suggested? Hope you'll be able to help out...and thanks again venk |
|
November 7, 2000, 18:59 |
Re: CFD Project..Help!
|
#6 |
Guest
Posts: n/a
|
Panel codes are covered in mind numbing detail (and I mean that as a compliment) in Katz and Plotkin's "Low Speed Aerodynamics", McGraw Hill, 1991. This book would be particularly useful for your purposes because it contains FORTRAN source for several simple codes.
|
|
November 8, 2000, 04:54 |
Re: CFD Project..Help!
|
#7 |
Guest
Posts: n/a
|
Depends what the object of your project is. Is it to write a simplified CFD code or to solve a real life problem? At undergraduate level it will probably be to write a simplified CFD code that works on simple problems. For a real life problem you may well be looking at over a year to solve it.
Probably best to find something that has already been calculated in another code and also experimentally validated, otherwise you won't know if your solutions are good enough, unless you plan to carry out the experiments yourself. Think about what you would like to get involved in. Steady, incompressible, in-viscid flow is much easier to work with than unsteady, viscous, compressible flow. I would choose some kind of geometry with water, like pipe flows. There are then many well defined examples about that a lot of people would use to validate a code. Start with the basics. Regards |
|
November 21, 2000, 06:29 |
CFD Codes?
|
#8 |
Guest
Posts: n/a
|
Hello!
Thankyou for your reply.I'm an undergraduate student in Mechanical Engineering.As I've just started off with CFD,I'd like to begin with a simplified code.I've been thinking of writing a simple code for coutte flow using the Mac Comrack technique based on an implicit scheme.Unfortunately,I have no other codes to go by or results as such for corroboration.Would you be able to help out?As I hope to do the coding in Ansi C,I would be indebted if you could provide me with a code in CFD for the same.Of course,it could be for a different apllication but it would really go long way in helping me... Hope you'll help.. regards and thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vespa CFD Project | internetscooter | OpenFOAM Running, Solving & CFD | 2 | October 31, 2011 17:22 |
CFD Project | ac_ankit | Main CFD Forum | 9 | October 11, 2011 10:07 |
CFD related undergraduate project?? | digant26290 | Main CFD Forum | 9 | July 25, 2011 15:36 |
cfd project | akj | Main CFD Forum | 0 | June 18, 2011 09:04 |
Under Graduate project in CFD | Monali Gupta | FLUENT | 1 | February 13, 2008 17:15 |