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

How to Increase Flow Rate in Channel395

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 26, 2020, 10:04
Default How to Increase Flow Rate in Channel395
  #1
New Member
 
Will M
Join Date: Oct 2020
Posts: 3
Rep Power: 5
willscottmatt is on a distinguished road
I would like to increase the velocity of the fluid throughout my channel395 simulation, because I want to look at the development of the boundary layer as velocity increases. However with the cyclic boundaries I don't know how to include the velocity inlet as a ramp or something like that. So instead I looked at adding a body force to pimpleFoam to accelerate the fluid. Even with the information on this forum pertaining to body forces, I am absolutely lost as to where to start and I really would like someone to just dumb this down for me, because I am pretty new to this.

Regards,

Will
willscottmatt is offline   Reply With Quote

Old   October 29, 2020, 11:00
Default
  #2
Member
 
Join Date: Sep 2010
Location: Leipzig, Germany
Posts: 93
Rep Power: 15
oswald is on a distinguished road
Hi Will,


try changing Ubar in /constant/fvOptions
oswald is offline   Reply With Quote

Old   October 30, 2020, 06:48
Default
  #3
New Member
 
Will M
Join Date: Oct 2020
Posts: 3
Rep Power: 5
willscottmatt is on a distinguished road
Thanks for your reply Oswald,

I have been playing around with Ubar, but I don't know how or if it is possible to get it to increase from 0 to 0.5 within the simulation time frame.

Code:
 
momentumSource
{
          type                  meanVelocityForce;
          active                yes;
    
          selectionMode     all;
          fields                 (U);
          Ubar
          {
                       uniformValue    table
                       (
                                     (0 (0 0 0))
                                     (1000 (0.5 0 0))
                       );
           }
}
No I know that to anyone even slightly experienced in openFOAM there is a lot terribly wrong with this code, but I hope it gives some idea of what I'm trying to do.

Thanks for reading

Will M
willscottmatt is offline   Reply With Quote

Reply

Tags
body force inclusion, channel flow, pimplefoam


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
Increase in flow rate decrease in Outlet pressure. trovilb1 System Analysis 1 December 5, 2017 07:22
flow rate impeller guillaume74 CFX 7 September 25, 2015 06:30
Mass flow rate boundary condition with negative values ashtonJ CFX 3 November 26, 2014 05:21
How to calculate phase flow rate? sangramroy FLUENT 0 January 11, 2012 13:02
Discrete Phase & Mass Flow Rate MagnusZeus FLUENT 0 December 2, 2011 17:57


All times are GMT -4. The time now is 08:35.