|
[Sponsors] | |||||
totalPressure boundary :Performance Curve (constant RPM) |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
Join Date: Aug 2013
Posts: 50
Rep Power: 14 ![]() |
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;
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;
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 |
|
|
|
|
|
![]() |
| Tags |
| curve, fan, performance, simplefoam |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Feature Curve Definition and Boundary Splitting | screech1987 | STAR-CCM+ | 6 | November 12, 2017 14:18 |
| Domain Imbalance | HMR | CFX | 5 | October 10, 2016 06:57 |
| Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
| CFX13 Post Periodic interface | EtaEta | CFX | 7 | December 8, 2011 18:15 |