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

a postprocessing tool issue on massflow

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By ngj

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 12, 2013, 10:01
Default a postprocessing tool issue on massflow
  #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've written these two functions:
Code:
massflow_left
    {
        type            faceSource;
        functionObjectLibs ("libfieldFunctionObjects.so");
        enabled         true;
        outputControl   timeStep;
        log             true;
        valueOutput     false;
        source          patch;
        sourceName      left;
        operation       sum;

        fields
        (
            phi
        );
        factor 1;
    }
Code:
massflow_right
    {
        $massflow_left;
        patchName right; 
    }
but the function massflow-right still performs on left patch(writes the left values).why?!
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
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
Postprocessing issue with dynamic mesh? ghost82 FLUENT 1 November 2, 2012 10:06
MassFlow Function? Absolute MassFlow? Failure in Caclulation eRzBeNgEl CFX 0 May 5, 2011 09:46
Common issue - Mesh generation tool for Fluent 6.3 64-bit AMusteykis FLUENT 4 March 22, 2010 12:03
Pressure Drop and Massflow rate issue M Siemens 4 February 13, 2008 09:12
third party postprocessing tool burk FLUENT 0 April 5, 2006 09:36


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