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

define operation volIntegrate

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 10, 2017, 07:41
Default define operation volIntegrate
  #1
Member
 
Gitesh
Join Date: Jan 2010
Location: Finland
Posts: 73
Rep Power: 16
Gitesh P is on a distinguished road
Hello,

Can anyone suggest how to define operation volIntegrate for specific field data in controlDict file in OF 5?

Greetings

GP
Gitesh P is offline   Reply With Quote

Old   November 16, 2017, 03:24
Default
  #2
Member
 
Gitesh
Join Date: Jan 2010
Location: Finland
Posts: 73
Rep Power: 16
Gitesh P is on a distinguished road
Hello,

It worked with following...

functions
{
alpha_volIntegrate
{
type volFieldValue;
libs ("libfieldFunctionObjects.so");
log true;
writeControl writeTime;
writeFields true;
regionType all;
operation volIntegrate;
fields
(
alpha.gas
);
}
}

Best regards,
Gitesh
Gitesh P is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
UDF: trying to implement a Kinetic Equation source term er.mkumar Fluent UDF and Scheme Programming 35 March 22, 2019 10:20
Incompatible dimensions for operation ruben23 OpenFOAM Running, Solving & CFD 2 June 12, 2015 04:14
udf-Surface Reaction Rate-parse error in line 34 priya_1985 FLUENT 1 November 10, 2014 02:48
[blockMesh] How can I define functions with m4? entropie OpenFOAM Meshing & Mesh Conversion 2 August 13, 2014 10:00
UDF compiling problem epc1 Fluent UDF and Scheme Programming 0 September 25, 2012 19:36


All times are GMT -4. The time now is 01:52.