Difference between revisions of "Contrib/PyFoam/benchFoam"

From OpenFOAMWiki
m
 
m
Line 4: Line 4:
  
 
== Usage ==
 
== Usage ==
 +
 +
From the example-directory of the [[contrib_PyFoam|PyFoam]] distribution copy the benchFoam.py-script and a configuration File (for instance <tt>data/default.cfg</tt> to a local directory. The benchmark can then be run with the command
 +
 +
./benchFoam.py default.cfg
 +
 +
An arbitrary number of configuration files can be specified.
  
 
=== Format of the config File ===
 
=== Format of the config File ===
  
 
== Discussion ==
 
== Discussion ==

Revision as of 14:26, 13 January 2006

UNDER CONSTRUCTION

This script can be found in the examples-directory of the PyFoam-distribution.

1 Usage

From the example-directory of the PyFoam distribution copy the benchFoam.py-script and a configuration File (for instance data/default.cfg to a local directory. The benchmark can then be run with the command

./benchFoam.py default.cfg

An arbitrary number of configuration files can be specified.

1.1 Format of the config File

2 Discussion