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

totalPressure boundary :Performance Curve (constant RPM)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 6, 2013, 11:34
Default totalPressure boundary :Performance Curve (constant RPM)
  #1
Member
 
Join Date: Aug 2013
Posts: 50
Rep Power: 12
nash is on a distinguished road
Hi everyone,

i'm now working on simulation to generate a performance curve of a radial blower ( to be compared with the curve from manufacturer- see attachment) using simplefoam mrf (OF 2.2.0)

for the first simulation which i want to achieve maximum flow rate ( static pressure difference of inlet and outlet = 0) i used this totalPressure condition for both inlet and outlet (duct):

Code:
   type            totalPressure;
    rho none;
    psi none;
    phi phi;
    gamma 0;
    p0 uniform 0;
    value           uniform 0;
the result seems to be good.


for the next simulation i would like to increase the static pressure difference to 50 pascal. Which one from below initial condition for outlet is the right condition to be made?

0/p for Outlet

Code:
   type            totalPressure;
    rho none;
    psi none;
    phi phi;
    gamma 0;
    p0 uniform 50;
Code:
   type            totalPressure;
    rho none;
    psi none;
    phi phi;
    gamma 0;
    p0 uniform 50;
   value uniform 50;
Code:
   type            totalPressure;
    rho none;
    psi none;
    phi phi;
    gamma 0;
    p0 uniform 50;
   value uniform 0;
or should i use other type of outlet and inlet boundary?

I tend to use totalpressure since i can set the static pressure hence easier for me to obtain the static pressure difference without need to do extra calculation etc.

please correct me if i did wrong.

thank you in advance

regards,
nash
Attached Images
File Type: jpg Unbenannt.jpg (41.3 KB, 22 views)
nash is offline   Reply With Quote

Reply

Tags
curve, fan, performance, simplefoam


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
Feature Curve Definition and Boundary Splitting screech1987 STAR-CCM+ 6 November 12, 2017 13:18
Domain Imbalance HMR CFX 5 October 10, 2016 05:57
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
CFX13 Post Periodic interface EtaEta CFX 7 December 8, 2011 17:15


All times are GMT -4. The time now is 14:39.