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

How to define cylindricalInletVelocity 0 folder for a hollow cylinder?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 23, 2017, 15:31
Post How to define cylindricalInletVelocity 0 folder for a hollow cylinder?
  #1
New Member
 
Joaquin Del Pino
Join Date: Jun 2017
Posts: 6
Rep Power: 8
joaquindelpino is on a distinguished road
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;  
  
    }     

....
I really appreciate your answer, I need to make the velocity goes inward the cylinder

Regards!
Attached Images
File Type: jpg pores_.jpg (126.7 KB, 15 views)
File Type: jpg pores2_.jpg (124.0 KB, 12 views)
File Type: jpg arrows_.jpg (132.1 KB, 13 views)
File Type: jpg arrows2_.jpg (113.9 KB, 8 views)

Last edited by joaquindelpino; August 23, 2017 at 17:13.
joaquindelpino is offline   Reply With Quote

Reply

Tags
cylindrical, inlet, velocity


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
HELP----Surface Reaction UDF Ashi Fluent UDF and Scheme Programming 1 May 19, 2020 21:13
An odd ERROR mdakbari Fluent UDF and Scheme Programming 7 April 4, 2016 04:30
Incorrect Drag and Drag Coefficient for flow over a cylinder ozzythewise Main CFD Forum 8 June 13, 2012 06:24
Missing math.h header Travis FLUENT 4 January 15, 2009 11:48
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24


All times are GMT -4. The time now is 07:53.