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

suitable boundary condition for scavenging process?

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   January 24, 2013, 17:38
Default suitable boundary condition for scavenging process?
  #1
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
I have found the cause of errors in my simulation.its at scavenging process.
there is a tube that is filled with
internalField: U=0,T=400K,p=250000pa
and suddenly one side of it become open to environment.the environment has

BC: p0=100000pa and T=288K.
I have set various set of BC's for it but I have not obtain correct answer yet.a divergence in e calculation is occured because of decreasing T below 200K.
I have examined these sets so far:
1)p:waveTransmissive T and U:zeroGradient
Code:
type            waveTransmissive;
        field           p;
        phi             phi;
        rho             rho;
        psi             psi;
        gamma           1.4;
        fieldInf        100000;
        lInf            .1;
        value           uniform 100000;
problem: physically incorrect situation with continously increasing pressure return of decreasing.
2)p:totalPressure T and U:zeroGradient
Code:
type totalPressure;
            p0 uniform 100000;
            gamma 1.4;
            rho rho;
            psi none;
problem: physically incorrect situation with reaching high pressure around 200000 return of outside pressure(100000).
3)p:fixedValue T and U:zeroGradient
Code:
type fixedValue;
      value uniform 100000;
problem: physically incorrect situation with a very low temperature and divergence due to e value.
4)p:fixedValue T:fixedValue U:zeroGradient
T:
Code:
type fixedValue;
      value uniform 288;
p:
Code:
type fixedValue;
      value uniform 100000;
problem:like above(3)
why this simple phenomenon has these difficulties?
could anyone give me any help?
thanks.

Last edited by immortality; January 25, 2013 at 05:34.
immortality is offline   Reply With Quote

 


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
External Radiation Boundary Condition (Two sided wall), Grid Interface CFD XUE FLUENT 0 July 8, 2010 06:49
how to set up a wall boundary condition according to calculated wall shear stress? gameoverli OpenFOAM Pre-Processing 1 May 21, 2009 08:28
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15
Pressure Boundary Condition Matt Umbel Main CFD Forum 0 January 11, 2002 10:06
The Boundary Condition about the Flat Plate boing Main CFD Forum 1 January 6, 2002 16:53


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