CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Total pressure BC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 4, 2015, 14:46
Default Total pressure BC
  #1
Member
 
Giovanni Caramia
Join Date: Mar 2009
Location: Bari, ITALY
Posts: 58
Rep Power: 17
karamiag is on a distinguished road
Hi guys,
does anyone know why in totalPressureFvPatchScalarField.H file it is written that for compressible transonic flows it must be gamma<=1 and for compressible supersonic it must be gamma>1?
Is that gamma the ratio of specific heats (Cp/Cv)?

Code:
3. compressible transonic (\gamma <= 1):
        \f[
            p_T = \frac{p_0}{1 + 0.5 \psi |U|^2}
        \f]
        where
        \vartable
            p_T     | total pressure [Pa]
            p_0     | reference pressure [Pa]
            G       | coefficient given by \f$\frac{\gamma}{1-\gamma}\f$
        \endvartable

    4. compressible supersonic (\gamma > 1):
        \f[
            p_T = \frac{p_0}{(1 + 0.5 \psi G |U|^2)^{\frac{1}{G}}}
        \f]
        where
        \vartable
            \gamma  | ratio of specific heats (Cp/Cv)
            p_T     | total pressure [Pa]
            p_0     | reference pressure [Pa]
            \psi    | compressibility [m2/s2]
            G       | coefficient given by \f$\frac{\gamma}{1-\gamma}\f$
        \endvartable
Thank you!
karamiag is offline   Reply With Quote

Old   July 23, 2015, 08:31
Default Wall function disabling
  #2
New Member
 
Ricardo Ferreira
Join Date: May 2015
Posts: 16
Rep Power: 10
RLFerreira is on a distinguished road
Hi everybody, how can I desable wall function in OpenFoam? This is wall boundary condition setted for nut, k and omega with wall functions using the kOmegaSST:

nut file:
walls
{
type nutUWallFunction;
value uniform 0;
}

k file:
walls
{
type kqRWallFunction;
value uniform 0.0152696;

}

omega file:
walls
{

type omegaWallFunction;
value uniform 0;
}

Thanks. Best Regards,
Ricardo.
RLFerreira 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
"Pressure Inlet" Boundary Setup Wijaya FLUENT 15 May 18, 2016 10:08
Total Pressure or Total Pressure in Rel Frame MissCFD CFX 4 March 24, 2015 04:19
Total pressure and separation MMatt Main CFD Forum 3 September 17, 2014 15:43
Total pressure loss Shljuki CFX 9 June 13, 2013 07:41
total pressure in CFX Atit Koonsrisuk CFX 0 January 1, 2005 05:46


All times are GMT -4. The time now is 17:01.