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

[swak4Foam] Warning messages during runtime postprocessing

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 4, 2013, 14:41
Default Warning messages during runtime postprocessing
  #1
New Member
 
caduqued
Join Date: Apr 2009
Location: UK
Posts: 16
Rep Power: 17
caduqued is on a distinguished road
Hi All,

I have setup a simulation with a good set of measures... For this task I am using swak4Foam. The simulation seems to be OK, although I still need to check for coherence of the values. However, something that is baffling me is the good amount of warning messages that are coming out:

Code:
 Expression UMeanAtPlane01LeftBranch : --> FOAM Warning : 
    From function ExpressionResult::getUniformInternal(const label size,bool noWarn)
    in file ExpressionResult/ExpressionResultI.H at line 324
    The minimum value 0.00897812 and the maximum 5.5276 differ. I will use the average 0.409302
 sum=0.409302 average=0.000113822
Expression pAvgAtPlane01LeftBranch : --> FOAM Warning : 
    From function ExpressionResult::getUniformInternal(const label size,bool noWarn)
    in file ExpressionResult/ExpressionResultI.H at line 324
    The minimum value -2.21591e-05 and the maximum 9.08284e-06 differ. I will use the average 1.37541e-07
 sum=0.000494599 average=1.37541e-07
Expression rhoFlowAtPlane01LeftBranch : --> FOAM Warning : 
    From function ExpressionResult::getUniformInternal(const label size,bool noWarn)
    in file ExpressionResult/ExpressionResultI.H at line 324
    The minimum value 0.00897812 and the maximum 5.5276 differ. I will use the average 0.409302
 sum=3.04379 average=0.000846439
What does exactly this mean? Should I correct something within the swakExpressions? Here I am attaching those too (in case a big guru wants to jump in... )
Code:
    createPlane01Parent
    {
        type            createSampledSurface;
        outputControl   timeStep;
        outputInterval  10;
        surfaceName     plane01Parent;
        surface
        {
            type            cuttingPlane;
            planeType       pointAndNormal;
            pointAndNormalDict
            {
                basePoint       (0.00000   8.00000   0.00000);
                normalVector    (0.00000  -1.00000   0.00000);
            };
            interpolate     true;
        };
    }

    UMeanAtPlane01Parent
    {
        type            swakExpression;
        valueType       surface;
        surfaceName     plane01Parent;
        verbose         true;   
        variables       "UmeanPlane01P0{internalField}=mag(U);";//*area()/sum(area());";
        expression      "UmeanPlane01P0*area()/sum(area())"; //
        accumulations   (sum average);
    };
    
    pAvgAtPlane01Parent
    {
        type            swakExpression;
        valueType       surface;
        surfaceName     plane01Parent;
        verbose         true;   
        variables       "pAvg{internalField}=p*vol()/sum(vol());";
        expression      "pAvg";
        accumulations   (sum average);
    };

    rhoFlowAtPlane01Parent
    {
        globalScopes    ("thisSimulation");
        // Function generated to get average of rho in a Plane.
        type            swakExpression;
        valueType       surface;
        surfaceName     plane01Parent;
        verbose         true;
        variables       "UmeanPlane01P0{internalField}=mag(U);";//*area()/sum(area());";
        expression      "rhoDensity*UmeanPlane01P0*area()";
        accumulations   (sum average);
    }
and another set of expressions are given by:


Code:
    createPlane01LeftBranch
    {
        type            createSampledSurface;
        outputControl   timeStep;
        outputInterval  10;
        surfaceName     plane01LeftBranch;
        surface
        {
            type            cuttingPlane;
            planeType       pointAndNormal;
            pointAndNormalDict
            {
                basePoint       (-1.6000  -2.771281  0.00000);
                normalVector    (-0.5000  -0.8660254 0.00000);
            };
            interpolate     true;
        };
    }

    UMeanAtPlane01LeftBranch
    {
        type            swakExpression;
        valueType       surface;
        surfaceName     plane01LeftBranch;
        verbose         true;   
        variables       "UmeanPlane01{cellZone'leftBranch}=mag(U);";//*area()/sum(area());";
        expression      "UmeanPlane01*area()/sum(area())"; //
        accumulations   (sum average);
    };
    
    pAvgAtPlane01LeftBranch
    {
        type            swakExpression;
        valueType       surface;
        surfaceName     plane01LeftBranch;
        verbose         true;   
        variables       "pAvg{cellZone'leftBranch}=p*vol()/sum(vol());";
        expression      "pAvg";
        accumulations   (sum average);
    };

    rhoFlowAtPlane01LeftBranch
    {
        globalScopes    ("thisSimulation");
        // Function generated to get average of rho in a Plane.
        type            swakExpression;
        valueType       surface;
        surfaceName     plane01LeftBranch;
        verbose         true;
        variables       "UmeanPlane01{cellZone'leftBranch}=mag(U);";//*area()/sum(area());";
        expression      "rhoDensity*UmeanPlane01*area()";
        accumulations   (sum average);
    }
Any help or hint is greatly appreciated!!!
caduqued 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
foamToTecplot360 thomasduerr OpenFOAM Post-Processing 121 June 11, 2021 10:05
[swak4Foam] installation problem with version 0.2.3 Claudio87 OpenFOAM Community Contributions 9 May 8, 2013 10:20
latest OpenFOAM-1.6.x from git failed to compile phsieh2005 OpenFOAM Bugs 25 February 9, 2010 04:37
Version 15 on Mac OS X gschaider OpenFOAM Installation 113 December 2, 2009 10:23
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


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