|
[Sponsors] |
How to define cylindricalInletVelocity 0 folder for a hollow cylinder? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 23, 2017, 16:31 |
How to define cylindricalInletVelocity 0 folder for a hollow cylinder?
|
#1 |
New Member
Joaquin Del Pino
Join Date: Jun 2017
Posts: 6
Rep Power: 9 |
Hello everyone,
I need to define the velocity inlet in my project. I'm simulating a biofilter. The geometry of the biofilter is a hollow cylinder with thousands of pores. I create an STL with all the "covers" of each pore and now I need to define the velocity in radial axis. I try to define velocity ,but only show me in one direction or axis (images attached) Code:
boundaryField { ... inlet_lecho { type cylindricalInletVelocity; axis (0 1 0); centre (0 0 0); axialVelocity constant 0; radialVelocity constant -0.134; rpm constant 0; value uniform (0 0 0); //type surfaceNormalFixedValue; //refValue uniform -1.817; } outlet_lecho { type cylindricalInletVelocity; axis (0 1 0); centre (0 0 0); axialVelocity constant 0; radialVelocity constant -0.134; rpm constant 0; value uniform (0 0 0); // type surfaceNormalFixedValue; // refValue uniform -1.817; } .... Regards! Last edited by joaquindelpino; August 23, 2017 at 18:13. |
|
Tags |
cylindrical, inlet, velocity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
HELP----Surface Reaction UDF | Ashi | Fluent UDF and Scheme Programming | 1 | May 19, 2020 22:13 |
An odd ERROR | mdakbari | Fluent UDF and Scheme Programming | 7 | April 4, 2016 05:30 |
Incorrect Drag and Drag Coefficient for flow over a cylinder | ozzythewise | Main CFD Forum | 8 | June 13, 2012 07:24 |
Missing math.h header | Travis | FLUENT | 4 | January 15, 2009 12:48 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |