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

Scalar Transport over boundary

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 4, 2017, 17:32
Lightbulb Scalar Transport over boundary
  #1
Senior Member
 
FlyBob91's Avatar
 
Join Date: Mar 2016
Location: Bergamo
Posts: 157
Rep Power: 10
FlyBob91 is on a distinguished road
Hello to all,
I need to calculate the passive scalar in a duct after running a steady simulation to obtain the velocity field.
My geometry consists in a duct with two inlets and what i have to do is to calculate the concentration field of the fluids. For this reason, in the T boundary condition file, i put unitary value on the first inlet and a null value on the second inlet for T.

Code:
imensions      [0 0 0 1 0 0 0];

internalField   uniform 0;

boundaryField
{

    inlet1
    {
        type            fixedValue;
        value           uniform 1;
    }

    inlet2
    {
        type            fixedValue;
        value           uniform 0;
    }

    outlet
    {
        type            zeroGradient;
    }

    walls
    {
        type            zeroGradient;
    }

    mouvable
    {
        type            zeroGradient;
    }

}
After running the simulation i've found that T assumes, in some regions, values below to zero and over to one. Any idea about this problem?

The second doubt i have is about the fact that the first simulation to find the velocity field is unsteady, while i calculated the passive scalar with an unsteady simulation. Is this a correct procedure or i have to run an unsteady simulation also for the passive scalar?


Thanks for help
FlyBob91 is offline   Reply With Quote

Reply


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
Centrifugal fan j0hnny CFX 13 October 1, 2019 13:55
Domain Imbalance HMR CFX 5 October 10, 2016 05:57
Velocity vector in impeller passage ngoc_tran_bao CFX 24 May 3, 2016 21:16
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
is internalField(U) equivalent to zeroGradient? immortality OpenFOAM Running, Solving & CFD 7 March 29, 2013 01:27


All times are GMT -4. The time now is 02:03.