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

how to simulate pump or fan trip or shut off

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 10, 2021, 14:15
Default how to simulate pump or fan trip or shut off
  #1
Member
 
Munaf
Join Date: May 2019
Posts: 38
Rep Power: 6
mwmalkawi is on a distinguished road
ow can i trip a fan i think it can be done using codedfixed but the challenge i am using fanPressure for p_rgh below are my U and p_rgh case files



U File



boundaryField
{
wall
{
type noSlip;
}


inlet1
{
type pressureInletOutletVelocity; // to apply fanPressure boundary type
value uniform (0 0 0);
}
}



outlet1
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);

}

}

p_rgh FIle

boundaryField
{


wall
{
type fixedFluxPressure;
gradient uniform 0;
value uniform 0;
}

outlet1
{
type fixedValue;
value uniform 0;
}

inlet1
{
type fanPressure;
patchType totalPressure;
file "<constant>/pumpCurve.dat";
outOfBounds clamp; // (error|warn|clamp|repeat)
direction in; // Direction of flow through fan
p0 uniform 0; // Environmental total pressure
value uniform 0;
}

}
mwmalkawi 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
Trouble modelling a jet fan josee OpenFOAM Pre-Processing 0 September 23, 2016 13:06
centrifugal pump and centrifugal fan Mangesh Main CFD Forum 3 January 3, 2006 11:21
flow simulation across a small fan jane luo Main CFD Forum 15 April 12, 2004 17:49
Can CFD simulate a Heat Pump working? Srinivas Kothy Main CFD Forum 0 March 14, 2003 01:29
how to simulate cross-flow fan? O' CFX 0 December 16, 2000 22:13


All times are GMT -4. The time now is 09:18.