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

Fortran code for laminar flow around naca0012 airfoil

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By agd
  • 1 Post By Umuteng
  • 1 Post By agd

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 5, 2012, 06:44
Post Fortran code for laminar flow around naca0012 airfoil
  #1
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road
Hi Guys

I need the FORTRAN code with this features: a FORTRAN code for predicting the lift and drag coefficient in laminar flow around naca0012 airfoil.

I need this code for my master thesis and i should develop this code , but for starting i really need a clear code.
kianoosh_py is offline   Reply With Quote

Old   December 5, 2012, 09:42
Default
  #2
agd
Senior Member
 
Join Date: Jul 2009
Posts: 351
Rep Power: 18
agd is on a distinguished road
If you are using structured grids, try ISAAC. It can be found at sourceforge.net.
kianoosh_py likes this.
agd is offline   Reply With Quote

Old   December 6, 2012, 06:09
Default
  #3
Member
 
Umut Can
Join Date: Oct 2012
Posts: 42
Rep Power: 13
Umuteng is on a distinguished road
viscous or inviscid flow? and compressible or not?
kianoosh_py likes this.
Umuteng is offline   Reply With Quote

Old   December 7, 2012, 12:18
Default
  #4
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road
Quote:
Originally Posted by agd View Post
If you are using structured grids, try ISAAC. It can be found at sourceforge.net.

thx, yes i use structurd used, but i found two code on sourceforge.net by follow setails:

1.
Isaac Hardcore simulation, not for pussies.
0 weekly downloads
Hardcore simulation, not for pussies.
Last Updated: 2011-04-20


2.

I.S.A.A.C.S. I.S.A.A.C.S. Interactive Structure Analysis of Amorphous and Crystalline Systems is a cross-platform software developed to analyze the structural characteristics of three-dimensional models built by computer simulations.
23 weekly downloads

I.S.A.A.C.S. Interactive Structure Analysis of Amorphous and Crystalline Systems is a cross-platform software developed to analyze the structural characteristics of three-dimensional models built by computer simulations.
Last Updated: 5 days ago

100.0% recommended


which one is recommended.

kianoosh_py is offline   Reply With Quote

Old   December 7, 2012, 12:20
Default
  #5
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road
Quote:
Originally Posted by Umuteng View Post
viscous or inviscid flow? and compressible or not?
thx for your response. i need a viscous and incompressible code for laminar flow around an naca 0012 airfoil.
kianoosh_py is offline   Reply With Quote

Old   December 7, 2012, 12:35
Default
  #6
agd
Senior Member
 
Join Date: Jul 2009
Posts: 351
Rep Power: 18
agd is on a distinguished road
Try this link

http://isaac-cfd.sourceforge.net/
kianoosh_py likes this.
agd is offline   Reply With Quote

Old   December 7, 2012, 18:39
Default
  #7
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road
Quote:
Originally Posted by agd View Post
thx a lot , i found it but i can't found how to run it. this code have several errors on Microsoft power station compiler, about 60 errors.

did u use of this code before or can you help me to run the code?
kianoosh_py is offline   Reply With Quote

Old   December 7, 2012, 19:13
Default
  #8
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road
Quote:
Originally Posted by kianoosh_py View Post
thx a lot , i found it but i can't found how to run it. this code have several errors on Microsoft power station compiler, about 60 errors.

did u use of this code before or can you help me to run the code?
The ISAAC code is prepare for using in the Linux, i guess. I using windows 7 32bit there is any way to use this on windows7.?
kianoosh_py is offline   Reply With Quote

Old   December 7, 2012, 22:38
Default
  #9
agd
Senior Member
 
Join Date: Jul 2009
Posts: 351
Rep Power: 18
agd is on a distinguished road
You could try installing cygwin on windows and use the gcc/gfortran compilers that are included in cygwin. I have only built it under linux.
agd is offline   Reply With Quote

Old   December 8, 2012, 05:46
Default
  #10
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road
Quote:
Originally Posted by agd View Post
You could try installing cygwin on windows and use the gcc/gfortran compilers that are included in cygwin. I have only built it under linux.
dear agd, i use the user guide for ISAAC and use the cygwin, i use the instruction as follow:

% cd
% mkdir isaac
% cd isaac
% mkdir src
% cd src
% tar -xvf isaac.tar.gz
% tar -xvf wsmake.tar.gz
% make

but when enter the % make, i got this error:
-bash: make: command not found

in the directory the file makefile is exist and i try % makefile and got that error again. do you know whats is wrong?
kianoosh_py is offline   Reply With Quote

Old   December 9, 2012, 04:14
Default
  #11
Senior Member
 
Rami Ben-Zvi
Join Date: Mar 2009
Posts: 155
Rep Power: 17
Rami is on a distinguished road
kianoosh_py,

I am not familiar with both isaac and cygwi, however my guess is the % is simply the system prompt. Try entering, e.g., cd rather than % cd.

Good luck,
Rami
Rami is offline   Reply With Quote

Old   December 9, 2012, 04:23
Default
  #12
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road
Quote:
Originally Posted by Rami View Post
kianoosh_py,

I am not familiar with both isaac and cygwi, however my guess is the % is simply the system prompt. Try entering, e.g., cd rather than % cd.

Good luck,
Rami
thx dear rami, of course i don't use of %, i write here just to show the command prompt as a symbol.
kianoosh_py is offline   Reply With Quote

Old   December 9, 2012, 14:48
Default
  #13
agd
Senior Member
 
Join Date: Jul 2009
Posts: 351
Rep Power: 18
agd is on a distinguished road
Is the error because the make utility is not installed, or is it indicating that the makefile cannot be found? It could also be indicating that you need to execute the make command within a bash shell under cygwin.
agd is offline   Reply With Quote

Old   December 9, 2012, 14:58
Smile
  #14
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road
Quote:
Originally Posted by agd View Post
Is the error because the make utility is not installed, or is it indicating that the makefile cannot be found? It could also be indicating that you need to execute the make command within a bash shell under cygwin.
and what should i do?
let's check the make utility is installed or not. how can i check it?
kianoosh_py is offline   Reply With Quote

Old   December 9, 2012, 15:50
Default
  #15
Senior Member
 
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20
cfdnewbie is on a distinguished road
Quote:
Originally Posted by kianoosh_py View Post
and what should i do?
let's check the make utility is installed or not. how can i check it?
easiest way: man make

but my friend, just a friendly suggestion: why don't you google these kind of questions? it will give you your answers more quickly, and prevent the cluttering of the thread!
cfdnewbie is offline   Reply With Quote

Old   December 19, 2012, 11:00
Default
  #16
New Member
 
Kianoosh
Join Date: Jul 2012
Posts: 20
Rep Power: 13
kianoosh_py is on a distinguished road


did any body have GHOST code (from Kentucky University)?

and or CFLD3D Code (http://cfl3d.larc.nasa.gov/)
kianoosh_py is offline   Reply With Quote

Old   December 19, 2012, 11:51
Default
  #17
agd
Senior Member
 
Join Date: Jul 2009
Posts: 351
Rep Power: 18
agd is on a distinguished road
CFL3D has an easy-to-follow request process to obtain a copy of the code, if you are legal resident of the US and residing in the US. That would be the proper channel to pursue CFL3D. If that is not an option for you, then you should seek other open-source software.
agd is offline   Reply With Quote

Old   December 29, 2012, 09:24
Default
  #18
New Member
 
Richard Ren
Join Date: Dec 2012
Location: China
Posts: 4
Rep Power: 13
wtffqbpl is on a distinguished road
Quote:
Originally Posted by kianoosh_py View Post
Hi Guys

I need the FORTRAN code with this features: a FORTRAN code for predicting the lift and drag coefficient in laminar flow around naca0012 airfoil.

I need this code for my master thesis and i should develop this code , but for starting i really need a clear code.


it's easy to write a fortran code with these features, any cfd book can helps you write this code
wtffqbpl is offline   Reply With Quote

Old   July 21, 2015, 05:22
Default
  #19
Member
 
Dr Gurubasavaraju
Join Date: Dec 2014
Location: Bengaluru India
Posts: 77
Rep Power: 11
gbrajtm is on a distinguished road
Hi All,


i am beginner to CFD. I wanted to write a CFD code for laminar incompressible fluid flow between two plate, The fluid is Magnetorheological fluid which has nanoparticles.
Could you please provide information on, which language is suitable and software to run the code?

Please provide one simple code which i can use as reference or the any link which provide it.

Thanks in advance.
gbrajtm is offline   Reply With Quote

Old   September 13, 2015, 06:19
Default
  #20
New Member
 
adhi makayasa
Join Date: Apr 2015
Posts: 20
Rep Power: 11
makayasa is on a distinguished road
hi Richard Ren
Can you help me , how do I make a Fortran code for airfoil ? Thank you for the help
makayasa is offline   Reply With Quote

Reply


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
is there any parallel code for the famous Lid Driven Cavity flow? gholamghar Main CFD Forum 0 August 1, 2010 01:55
potential flow vs. Euler flow curious ... Main CFD Forum 23 July 21, 2006 07:40
Simulating flow past airfoil with different AOA Quarkz Main CFD Forum 2 January 6, 2006 10:56
Simulating NACA0012 for inviscid flow. Stan Main CFD Forum 2 May 13, 2005 14:22
fluid flow fundas ram Main CFD Forum 5 June 17, 2000 21:31


All times are GMT -4. The time now is 10:24.