ParaView

From OpenFOAMWiki
Revision as of 19:46, 3 October 2014 by Pete Bachant (Talk | contribs)

ParaView is an open-source application for data analysis and visualization.

1 Compiling OpenFOAM's third party ParaView version

1.1 Python scripting option

When running makeParaView4 you may specify the -python option.

1.1.1 Detailed instructions for Ubuntu 14.04

If the default Python library cannot be found, the makeParaView4 script's variable must be edited.

# Python support:
# note: script will try to determine the appropriate python library.
#       If it fails, specify the path using the PYTHON_LIBRARY variable
withPYTHON=true
PYTHON_LIBRARY="/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0"