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

BC with time table for U outlet uniform vector?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 30, 2014, 20:54
Default BC with time table for U outlet uniform vector?
  #1
Senior Member
 
Andrew Somorjai
Join Date: May 2013
Posts: 175
Rep Power: 12
massive_turbulence is on a distinguished road
Hi,

Some of you may have used a table for the pressure BC for the inlet like

Code:
inlet
    {
        type            uniformTotalPressure;
        pressure        table
        (
            (0.000010  0.000000)        
            (0.005000  100000.000000)
            (0.010000  200000.000000)
        );       
    }
What I want to know is how would this work for a uniform vector such as a BC for U outlet.

Code:
outlet
{      
     type            pressureInletOutletVelocity;
     value           uniform (0 0 0); //change this with time?      
}
I looked but no luck,

http://www.openfoam.org/version2.1.0...conditions.php
massive_turbulence is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
dsmcFoam setup hherbol OpenFOAM Pre-Processing 1 November 19, 2021 01:52
simpleFoam Floating point error (Core Dumped) sam.ho OpenFOAM Running, Solving & CFD 2 December 31, 2013 06:57
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
dynamic Mesh is faster than MRF???? sharonyue OpenFOAM Running, Solving & CFD 14 August 26, 2013 07:47
Problems with Turbulence Modeling ezsoal OpenFOAM Running, Solving & CFD 4 November 26, 2009 15:12


All times are GMT -4. The time now is 00:42.