|
[Sponsors] |
May 11, 2005, 13:52 |
iteration on angles of attack
|
#1 |
Guest
Posts: n/a
|
Hi,
Does anyone knows how to program in Fluent-Scheme so as to iterate a flow calculation around an airfoil on angles of attack ranging from 1 to 20 degrees for example, using the same mesh ? I also need to save the results of the calculation in a different file at each iteration. Thank you in advance Vincent. |
|
May 12, 2005, 05:17 |
Re: iteration on angles of attack
|
#2 |
Guest
Posts: n/a
|
Hi. you can use a define profile macro and hook it to your far-field bc. Luca
|
|
May 13, 2005, 08:02 |
Re: iteration on angles of attack
|
#3 |
Guest
Posts: n/a
|
Run: fluent 2d -i angles.jou >& report_forces.txt
File "angles.jou" contain something like this: ;------------------------- rc airfoil.cas rd airfoil+1deg.dat ; ------------------------ (define tang 0.0349) /define/boundary-conditions velocity-inlet velocity-inlet-1 yes yes no 31.884 no 1 no tang yes no 1 no 0 q it 1200 wd airfoil+2deg.dat /report/wall-forces 1 tang /report/wall-forces (- 0 tang) 1 /report/wall-moments 0.25 0 ;------------------------- ... repeat for angles 2-20 deg ;------------------------- exit yes |
|
May 13, 2005, 08:10 |
Re: iteration on angles of attack
|
#4 |
Guest
Posts: n/a
|
Sorry, I didn't manage to break lines in this form |
|
May 13, 2005, 12:31 |
Re: iteration on angles of attack
|
#5 |
Guest
Posts: n/a
|
So there is no way to use a do loop that would save me a lot of time repeating the same script for the rest of the angles of attack ?
Vincent. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
NACA 0012 Different Angles of Attack | Arvind | CFX | 10 | March 18, 2014 17:43 |
much smoother Cd and Cl vs. angles of attack compared to experimental results | violet | FLUENT | 0 | June 17, 2009 15:52 |
Flows at High Angles of Attack | Sarah C. | FLUENT | 2 | March 18, 2009 08:39 |
Parallel runs slower with MTU=9000 than MTU=1500 | Javier Larrondo | FLUENT | 0 | October 28, 2007 23:30 |
Airfoil simulation in High Angles of Attack | Yasser Nabavi | FLUENT | 0 | April 21, 2006 18:28 |