USER : How to run coolfluid-solver
To run a pre-installed version of coolfluid.
Set some PATH and LD_LIBRARY_PATH enviromental variables pointing to where coolfluid was installed:
$> export PATH="/path/to/install/COOLFluiD/bin:$PATH" $> export LD_LIBRARY_PATH="/path/to/install/COOLFluiD/lib:$LD_LIBRARY_PATH"
Just run
$> ./coolfluid-solver --scase [CFcase] [--log loglevel]
Example:
$> export PATH="/usr/local/COOLFluiD/bin:$PATH" $> export LD_LIBRARY_PATH="/usr/local/COOLFluiD/lib:$LD_LIBRARY_PATH" $> cd testcases/Jets2D $> ./coolfluid-solver --scase jets2D.CFcase --log 500
