|
[Sponsors] |
How to compute Reynolds number from information in inv_NACA0012.cfg ? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 7, 2021, 13:55 |
How to compute Reynolds number from information in inv_NACA0012.cfg ?
|
#1 |
New Member
Harry Kim
Join Date: Sep 2015
Posts: 6
Rep Power: 11 |
I'm struggling about calculating Reynolds number based on the flow conditions given in "inv_NACA0012.cfg" file. (txt file attached)
According to the free-stream definition in the .cfg file, Mach number = 0.8 and Freestream Temperature = 273.15 I could calculate Reynolds number using Re = (Freestream vel* Length of Airfoil)/Kinematic viscosity = (Mach number*Speed of Sound @ 273K * Length of Airfoil)/Kinematic vis How to know "Length of the Airfoil" to calculate Free-stream Reynolds Number based on information in the .cfg file? If I have something wrong for Re calculation, please correct me. FYI, this is the simplest test case for SU2 in the QuickStart tutorial. Thanks in advance! |
|
April 9, 2021, 00:35 |
|
#2 |
Member
Amit
Join Date: May 2013
Posts: 85
Rep Power: 13 |
You need not input the Reynolds number for inviscid flow calculations. Adequate information is supplied in the file you have attached (M, P, T).
Also reference length is mentioned here in file for this case as - REF_LENGTH= 1.0. Anyways, you can work out Reynolds number as - Re=Rho*V*Lref/mu Get Rho from P, T. Obtain V=Mach*sqrt(Gamma*R*T), Lref is specified and mu can be computed from Sutherland's formula. |
|
April 9, 2021, 00:53 |
|
#3 | |
New Member
Harry Kim
Join Date: Sep 2015
Posts: 6
Rep Power: 11 |
Quote:
|
||
Tags |
naca0012 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Decomposing meshes | Tobi | OpenFOAM Pre-Processing | 22 | February 24, 2023 09:23 |
GenerateVolumeMesh Error - Surface Wrapper Self Interacting (?) | AndreP | STAR-CCM+ | 10 | August 2, 2018 07:48 |
[OpenFOAM.org] OF2.3.1 + OS13.2 - Trying to use the dummy Pstream library | aylalisa | OpenFOAM Installation | 23 | June 15, 2015 14:49 |
SigFpe when running ANY application in parallel | Pj. | OpenFOAM Running, Solving & CFD | 3 | April 23, 2015 14:53 |
Question about momentum thickness Reynolds number | Anna Tian | Main CFD Forum | 2 | March 4, 2013 10:45 |