|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
William Wright
Join Date: Apr 2015
Posts: 8
Rep Power: 11 ![]() |
I have a simple airfoil with an unstructured grid. Below are the input parameters of note.
The values are automatically generated by my python script, hence all the decimal points FREESTREAM_VISCOSITY=1.6788979525738182e-05 FREESTREAM_DENSITY=1.3091488672524885 FREESTREAM_PRESSURE=100000 MACH_NUMBER=0.27549614255511584 AoA=3.0 FREESTREAM_TEMPERATURE=266.09781656611955 FREESTREAM_VELOCITY=( 90.09175, 0.00, 0.00 ) REYNOLDS_NUMBER=2141236.907406491 MESH_FILENAME=geom.su2 I could post the entire cfg file. When I plot the output, the ambient pressure looks to be about 30000 not 100000. What should I be looking for in the cfg file? |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Member
Mandar Kulkarni
Join Date: Nov 2013
Location: Virginia Tech, Blacksburg, VA
Posts: 52
Rep Power: 13 ![]() |
Perhaps the non-dimensionalization used?
% Flow non-dimensionalization (DIMENSIONAL, FREESTREAM_PRESS_EQ_ONE, % FREESTREAM_VEL_EQ_MACH, FREESTREAM_VEL_EQ_ONE) REF_DIMENSIONALIZATION= FREESTREAM_PRESS_EQ_ONE |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
William Wright
Join Date: Apr 2015
Posts: 8
Rep Power: 11 ![]() |
I have
REF_DIMENSIONALIZATION= DIMENSIONAL I thought this would man that it takes my inputs as dimensional units |
|
![]() |
![]() |
![]() |
![]() |
#4 | |
Senior Member
Heather Kline
Join Date: Jun 2013
Posts: 309
Rep Power: 14 ![]() |
Quote:
Here are some things to look for when debugging this problem: - In the console output it will list what freestream values are set, and describe how they are determined under the 'solver preprocessing' step - Not all of the values that you have set will be used: in inviscid flow the density will be calculated from the pressure and temperature, and viscosity will not be used. In RANS or Navier stokes, the Reynolds number and the temperature are the main inputs. This is listed in the solver preprocessing output. - Check your boundary conditions: freestream sets the initial values, and the values used in a farfield boundary condition. If you are not using the farfield boundary condition, the freestream values may only be used in initializing the flowfield. |
||
![]() |
![]() |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ANSYS Meshing] Help with element size | sandri_92 | ANSYS Meshing & Geometry | 14 | November 14, 2018 08:54 |
"Pressure Inlet" Boundary Setup | Wijaya | FLUENT | 15 | May 18, 2016 11:08 |
writing execFlowFunctionObjects | immortality | OpenFOAM Post-Processing | 30 | September 15, 2013 07:16 |
Neumann pressure BC and velocity field | Antech | Main CFD Forum | 0 | April 25, 2006 03:15 |
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) | HB &DS | CFX | 0 | January 9, 2000 14:19 |