|
[Sponsors] |
How to trip a fan say afetr 3seconds in OpenFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 10, 2021, 12:54 |
How to trip a fan say afetr 3seconds in OpenFoam
|
#1 |
Member
Munaf
Join Date: May 2019
Posts: 42
Rep Power: 7 |
How 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; } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Trouble modelling a jet fan | josee | OpenFOAM Pre-Processing | 0 | September 23, 2016 14:06 |
OpenFOAM Training Jan-Apr 2017, Virtual, London, Houston, Berlin | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | September 21, 2016 12:50 |
OpenFOAM Training, London, Chicago, Munich, Houston 2016-2017 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | September 14, 2016 04:19 |
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 3 | September 8, 2010 07:25 |
flow simulation across a small fan | jane luo | Main CFD Forum | 15 | April 12, 2004 18:49 |