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

Pressure - correction or not?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 4, 2014, 07:12
Default Pressure - correction or not?
  #1
New Member
 
Dominik Allgaier
Join Date: Sep 2014
Posts: 3
Rep Power: 11
Doflo is on a distinguished road
Hello Forum,

I´m new here in CFD Online and also quite new in CFD.
My name is Dominik and we (a collegue of mine as well) are trying to simulate a probe in OpenFoam.
The programme is working and we already have got some results, which qualitative represent our measurement results. But only qualitative and not quantitative.
The thing is, we´re not sure if the pressure scale is actually the rigt one or ih we have to correct it by a factor, the density of the fluid (in this case: air) namely.
I´ve read that you have to correct the pressure by the density afterwards, because OpenFoam computes with density=1 by default.
Otherwise in the transportProperties dict, we typed in the dynamic viscosity which is already a function by the air density. That´s why I´m not sure, if we have to correct the pressure value by the density or not.

Mentioned below, you can see the p-dict.

Here some datas:
programme: BlueFCD 2.3
case: probe calibration, 3 dimensional
Mesher: snappyHex (probe) and BlockMesh
Turbulence Model: komega-SST
Solver: SimpleFoam

Thank you very much for your statements.
Best regards, Dominik


/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.2.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

#include "include/initialConditions"

dimensions [0 2 -2 0 0 0 0];

internalField uniform 1000;

boundaryField
{
//- Set patchGroups for constraint patches
// #include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"


sonde_CreatedbyGmsh
{
type zeroGradient; //
}

inlet
{
type zeroGradient; //
}

outlet
{
type fixedValue;
value uniform 0;
}
Bohrung_vorn_CreatedbyGmsh
{
type zeroGradient;
}
Bohrung_unten_CreatedbyGmsh
{
type zeroGradient;
}
Bohrung_links_CreatedbyGmsh
{
type zeroGradient;
}
Bohrung_rechts_CreatedbyGmsh
{
type zeroGradient;
}
Bohrung_hinten_CreatedbyGmsh
{
type zeroGradient;
}

}

// ************************************************** *********************** //
Doflo 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
Fluidized Bed: Error: Divergence detected in AMG solver: pressure correction Error Ob Mole89 FLUENT 5 April 12, 2014 09:32
Convergence pressure correction equation michujo Main CFD Forum 1 September 25, 2012 03:17
Timestep and Pressure Correction Relationship in SIMPLE rks171 Main CFD Forum 23 May 4, 2012 01:04
changing the coefficients of pressure correction Noel Phoenics 1 April 7, 2009 08:54
Does star cd takes reference pressure? monica Siemens 1 April 19, 2007 11:26


All times are GMT -4. The time now is 06:53.