CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Output pressure not what I input

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 27, 2016, 12:03
Default Output pressure not what I input
  #1
New Member
 
William Wright
Join Date: Apr 2015
Posts: 8
Rep Power: 11
williambwright is on a distinguished road
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?
williambwright is offline   Reply With Quote

Old   January 27, 2016, 13:39
Default
  #2
Member
 
Mandar Kulkarni
Join Date: Nov 2013
Location: Virginia Tech, Blacksburg, VA
Posts: 52
Rep Power: 13
kmandar is on a distinguished road
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
kmandar is offline   Reply With Quote

Old   January 27, 2016, 14:10
Default
  #3
New Member
 
William Wright
Join Date: Apr 2015
Posts: 8
Rep Power: 11
williambwright is on a distinguished road
I have
REF_DIMENSIONALIZATION= DIMENSIONAL

I thought this would man that it takes my inputs as dimensional units
williambwright is offline   Reply With Quote

Old   January 27, 2016, 20:33
Default
  #4
hlk
Senior Member
 
Heather Kline
Join Date: Jun 2013
Posts: 309
Rep Power: 14
hlk is on a distinguished road
Quote:
Originally Posted by williambwright View Post
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?
Thanks for your question.

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.
hlk 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
[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


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