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

[swak4Foam] Temperature Average on internal faceZone with swak4Foam

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 26, 2013, 22:27
Default Temperature Average on internal faceZone with swak4Foam
  #1
New Member
 
woodwick's Avatar
 
Alessandro
Join Date: Feb 2013
Location: Italia
Posts: 15
Rep Power: 13
woodwick is on a distinguished road
Hello,

I was trying to get the average temperature over a faceZone. I installed swak4Foam and add the following lines in controlDict:
Code:
    T_averaged_CORE
    {
        type swakExpression;
        variables "T";
        valueType faceZone;
        zoneName CORE;
        accumulations (
            average
        );
        expression "average(T)";
        verbose true;
    }
but I get the following error:
Code:
--> FOAM FATAL ERROR: 
Context: "- From dictionary: . T_averaged_CORE"
No terminating ';' found in expression '"T"'
Where am I doing wrong?
woodwick 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
[swak4Foam] time average sample set with swak4Foam cnsidero OpenFOAM Community Contributions 3 July 30, 2018 10:06
Anys Average temperature apo FLUENT 2 November 4, 2014 12:31
time derivative of average temperature will_ca OpenFOAM Post-Processing 0 September 10, 2014 11:49
mass weighted average temperature along a curve preetam69 FLUENT 1 July 5, 2013 02:48
[swak4Foam] Mass flow through faceZone using swak4foam when running in parallel billie OpenFOAM Community Contributions 22 May 14, 2013 07:20


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