CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

CFD for a Beginner, Need recomendation on courses and books, mainly FORTRAN

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By andyj

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 1, 2012, 11:23
Talking CFD for a Beginner, Need recomendation on courses and books, mainly FORTRAN
  #1
New Member
 
Heriberto Saldívar Massimi
Join Date: Jan 2012
Posts: 6
Rep Power: 14
herisalmas is on a distinguished road
Hello Everybody!!!
Im really interested in CFD, I have found some books, but I would like to know if there is one manual, tutorial or so, that can help me understand CFD programing. Specially focus on FORTRAN.
Thank you!!!!

Last edited by herisalmas; January 1, 2012 at 11:24. Reason: Avoid Misunderstanding
herisalmas is offline   Reply With Quote

Old   January 3, 2012, 00:32
Default
  #2
Member
 
Andy Jones
Join Date: Sep 2010
Location: Columbus, Ohio
Posts: 78
Rep Power: 15
andyj is on a distinguished road
Hello!
You might take a look at Elmer. Elmer is a multiphysical finite element analysis program. It is based mostly on Fortran 90 and C++. It has been around a long time and is well developed, with lots of manuals and tutorials and programming guides. It is easy to use. Not as complex as OpenFOAM. It is free. Available in both Windows and Linux.

http://www.csc.fi/english/pages/elmer/documentation

The Linux version is found in the CAElinux distro. Windows and Linux available at Sourceforge. There is a programming manual.

A book on Mathematical modeling:
Kai Velten: Mathematical Modeling and Simulation: Introduction for Scientists and Engineers , ISBN-10: 3527407588.

http://books.google.com/books?id=EhP...ten%22&f=false

You might also look at OpenFOAM's programming guide.
http://www.openfoam.com/

CAELinux has both OpenFOAM and Elmer. Linux Ubuntu. Can dual boot CAELinux with Windows without interfering with you windows installation.
http://www.caelinux.com/CMS/

CAELinux is a free Linux distro. (A complete Operating System with Elmer, OpenFoam and many other Scientific programs installed.)
It can be difficult to install these programs in Linux by yourself. A premade Linux distro is the fast, easy foolproof way to get the software installed correctly. Elemer on Windows is a simple easy install.
potter_tang and Milad like this.
andyj is offline   Reply With Quote

Old   January 3, 2012, 00:50
Default
  #3
Member
 
Andy Jones
Join Date: Sep 2010
Location: Columbus, Ohio
Posts: 78
Rep Power: 15
andyj is on a distinguished road
Another book: Essential Computational Fluid Dynamics, Author: Oleg Zaikanov ISBN:10 0470423293, At Amazon.

and
Modern Fortran Explained :Numerical Mathematics and Scientific Computation
Authors: Metcalf, Reid, Cohen
isbn 10-0199601429
At Amazon. Oxford Univ Press
andyj is offline   Reply With Quote

Old   January 3, 2012, 01:02
Default
  #4
Member
 
Andy Jones
Join Date: Sep 2010
Location: Columbus, Ohio
Posts: 78
Rep Power: 15
andyj is on a distinguished road
And: http://nenes.eas.gatech.edu/CFD/index.html
Georgia Tech blog on CFD programming in Fortran

And some sample fortran code for academic use only:
http://www.salihnet.freeservers.com/...cfd_codes.html

Numerical Recipies in Fortran for Scientific Computing
by Vettering, Press etal
ISBN : 0521437210
andyj is offline   Reply With Quote

Old   January 3, 2012, 01:11
Thumbs up Thank you!!
  #5
New Member
 
Heriberto Saldívar Massimi
Join Date: Jan 2012
Posts: 6
Rep Power: 14
herisalmas is on a distinguished road
Thank you very much!!!
Im starting my M.S. in aerospace engineering and my advisor recomend me to focus on simulation, specially of hypersonic flows.
I will check all those places, thank you to all and happy new year!!
herisalmas is offline   Reply With Quote

Old   January 3, 2012, 01:13
Default
  #6
Member
 
Andy Jones
Join Date: Sep 2010
Location: Columbus, Ohio
Posts: 78
Rep Power: 15
andyj is on a distinguished road
and: https://engineering.purdue.edu/ME614/
andyj is offline   Reply With Quote

Old   January 3, 2012, 02:48
Default
  #7
Member
 
Andy Jones
Join Date: Sep 2010
Location: Columbus, Ohio
Posts: 78
Rep Power: 15
andyj is on a distinguished road
From the Hypersonics Research Group:
http://www.mech.uq.edu.au/cfcfd/code-collection.php

OpenFoam is likley more suitable for hypersonic flow, but its much more complicated than Elmer. But Elmer does Navier Stokes pretty well.
I would look closely at what Purdue recommends for their CFD class.
andyj is offline   Reply With Quote

Old   January 3, 2012, 11:08
Default
  #8
New Member
 
Vishnu Prasad
Join Date: Sep 2010
Location: Goa
Posts: 19
Rep Power: 15
vishnukmd7 is on a distinguished road
Quote:
The FEM formulation requires special care to ensure a conservative solution. The FEM formulation has been adapted for use with fluid dynamics governing equations
HTML Code:
http://en.wikipedia.org/wiki/Computational_fluid_dynamics#Finite_element_method
I would recommend the following books:

Hoffmann Volumes on CFD,
CFD by T.J.Chung,
Proceedings of Direct and Large Eddy simulations ( Multiple volumes).

Ofcourse, to understand the significance of the details mentioned in the above textbooks, one needs to have and excellent understanding of fluid flow, heat transfer, boundary layer theory and applied numerical analysis.
The following texts will help:

Fluid mechanics, Landau volume 6
Boundary layer theory, Hermann Schlichting
Applied Numerical Analysis ( any good book, I use Brian bradie)
Elsevier series on numerical methods for fluids.

Try your best to stick to these books. They tackle the basic theory in the best possible way. The rest of the books are more or less superficial, focusing on particular areas rather than giving a deep understanding of the basic subject.
vishnukmd7 is offline   Reply With Quote

Old   March 20, 2012, 03:55
Default
  #9
New Member
 
Yao, Cheng
Join Date: Nov 2011
Location: Harbin
Posts: 7
Rep Power: 14
slaon is on a distinguished road
andyj,
Do you know how to download the materials on the https://engineering.purdue.edu/ME614/ ?
When I try to down them, the error message “Purdue University Career Account Authentication Required” appears.
slaon is offline   Reply With Quote

Old   November 25, 2015, 09:06
Default
  #10
Member
 
Ramin
Join Date: Oct 2015
Posts: 33
Rep Power: 10
rmn_990 is on a distinguished road
hi

I want to write a cfd code with Richardson method(is mentioned in CFD book of Hoffmann,page64)
but I can not find its subroutine

anyone can help me to have that subroutine ?
rmn_990 is offline   Reply With Quote

Reply

Tags
cfd projects, fortran


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
user friendly cfd code waqar Main CFD Forum 19 August 18, 2000 16:31
CFD books Yaping Zhu Main CFD Forum 5 December 28, 1998 11:34


All times are GMT -4. The time now is 09:54.