Difference between revisions of "Contrib foamCalcEx"

From OpenFOAMWiki
(Download: add download link)
(Usage: updated usage section with correct information)
Line 7: Line 7:
 
== Usage ==  
 
== Usage ==  
  
The utility takes three additional parameters:
+
The utility works the same way as the standard foamCalc tool, but accepts two extra parameters (min, max):
  
# the name of the scalar field
+
<pre>
# the name of the cell set
+
./foamCalcEx min <fieldName> [-latestTime] [-time ranges]
# the value the field is set in the cells to
+
  
 +
./foamCalcEx max <fieldName> [-latestTime] [-time ranges]
 +
</pre>
  
 
== Download ==
 
== Download ==

Revision as of 07:57, 18 October 2011

Valid versions: OF Version 16x.png

1 Short description

A patch to the foamCalc tool to enable computation of minimum and maximum of fields.

2 Usage

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

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

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

3 Download

http://openfoamwiki.net/images/b/b6/FoamCalcEx.tar.gz

4 History

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