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

How to incorporate inflow velocity as an input file

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 31, 2013, 07:37
Default How to incorporate inflow velocity as an input file
  #1
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Dear Foamers

I want to simulate a combustible case with LES in which the fuel jet has a fully developed profile that originates from a 46 m/s velocity. I mean with applying 46 m/s to a pipe we can derive the final fully developed velocity. I do this by extending the inflow as a pipe and let the profile to take the fully-developed shape. However, this culminates into dropped inflow temperature about 10 degrees. Here is my Pressure file:
Code:
internalField   uniform 101325;

boundaryField
{
    inletfuel
    {
        type            zeroGradient;
    }
    inletair
    {
        type            zeroGradient;
    }
    outlet
    {
        type            fixedValue;
        value           uniform 101325;
    }
    burnerwall
    {
        type            zeroGradient;
    }
    outlet2
    {
        type            fixedValue;
        value           uniform 101325;
    }
I have used zeroGradient for the wall of the inflow pipe and the inlet of the pipe.
My Question is that Is there any way to read the inflow data from a saved file and get rid of the dropped pressure and temperature and also increased grid points of the extended pipe for fuel jet?

If somebody has a tutorial for this case would you PLZ attach it for me or if O.F. tutorial has this case, would somebody hint me where it is?

Regards
Bobi

Last edited by babakflame; December 31, 2013 at 08:39.
babakflame 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
how to calculate mass flow rate on patches and summation of that during the run? immortality OpenFOAM Post-Processing 104 February 16, 2021 09:46
[swak4Foam] swak4foam building problem GGerber OpenFOAM Community Contributions 54 April 24, 2015 17:02
[swak4Foam] swak4Foam-groovyBC build problem zxj160 OpenFOAM Community Contributions 18 July 30, 2013 14:14
ParaView Compilation jakaranda OpenFOAM Installation 3 October 27, 2008 12:46
DxFoam reader update hjasak OpenFOAM Post-Processing 69 April 24, 2008 02:24


All times are GMT -4. The time now is 16:10.