Difference between revisions of "Contrib foamCalcEx"

From OpenFOAMWiki
(Added 1.6-ext template)
(Short description)
Line 3: Line 3:
 
== Short description ==
 
== Short description ==
  
A patch to the [http://www.openfoam.org/docs/user/cavity.php#dx5-24001 foamCalc] tool to enable computation of minimum and maximum of fields.
+
A patch to the [http://www.openfoam.org/docs/user/cavity.php#dx5-24001 foamCalc] tool to enable some extra field operations such as min and max.
  
 
== Usage ==  
 
== Usage ==  

Revision as of 11:57, 2 October 2012

Valid versions: OF Version 16x.png OF Version 16ext.png OF Version 20x.png

1 Short description

A patch to the foamCalc tool to enable some extra field operations such as min and max.

2 Usage

The utility works the same way as the standard foamCalc tool, but accepts extra parameters (min, max, volIntegrate, average):

./foamCalcEx min <fieldName> [-latestTime] [-time ranges] 

./foamCalcEx max <fieldName> [-latestTime] [-time ranges]

./foamCalcEx volIntegrate <fieldName> [-latestTime] [-time ranges]

./foamCalcEx average <fieldName> [-latestTime] [-time ranges]

3 Download

Get the most recent version here: http://code.google.com/p/foamcalcex/

hg clone https://code.google.com/p/foamcalcex/
cd foamcalcex
./Allwmake

4 History

--Akidess 08:36, 10 January 2012 (CET)

--Akidess 09:38, 18 October 2011 (CEST)