This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.
paraFoam
Part of each OpenFOAM project is a postprocessing open-source tool paraview
OpenFOAM application paraFoam is an extension of paraview for OpenFOAM test cases
Application paraFoam is run using: # paraFoam
In case paraview is not running, try the command: # paraFoam-lp
Work with paraview is the matter of practice. Detailed paraview analysis is beyond this course. We only mention that work with paraview is quite intuitive and provides all standard postprocessing tools and functions for CFD
The command-line utility CFDProcessor has a limited interactive or batch command mode. The command mode can be entered during the solver execution by issuing the SIGINT signal (corresponds to the keyboard shortcut Ctrl + C in common terminal emulators). If this is done, CFD Processor will check if the directory with the running calculation contains a file named cfdp-command.txt; if the file is found, commands are read from it (= “batch command mode”). If the file is not found, CFD Processor will prompt the user for interactive entry of commands (= “interactive command mode”). The currently known commands are the following:
help — Display list of available commands.
abort — Terminate calculation at the end of the next iteration.
abortwrite — Terminate calculation at the end of the next iteration, write the last calculated solution to the corresponding time directory.
suspend — Pause the calculation (in memory).
continue — Resume the paused calculation.
next — Skip to the next calculation point.
kill — Forcibly terminate CFDProcessor.
The command mode can be used to terminate a detached calculation with a checkpoint being written. Provided that “DIR” is the directory with the calculation and “PID” is the process ID of the running CFDProcessor program, the following two commands will do the trick: