Compilation of OpenFOAM v1912 with runTimePostProcessing
Posted July 17, 2020 at 08:08 by snak
Tags compilation, openfoam
runTimePostProcessing functionality is not available in precompiled packages of v1912.
I will note how to compile OFv1912 with runTimePostProcessing.
check the VTK version with the following command.
If the version is 8.2.0, create a link with the name of VTK-8.2.0.
Now, compile the VTK.
Then, prepare for the OF compilation.
Finally, compile OpenFOAM-v1912.
You can check the functionality with tutorials/incompressible/simpleFoam/windAroundBuildings.
I will note how to compile OFv1912 with runTimePostProcessing.
Code:
cd $WM_THIRD_PARTY_DIR makeParaView
Code:
cat ParaView-v5.6.3/VTK/CMake/vtkVersion.cmake
Code:
ln -s ParaView-v5.6.3/VTK/ VTK-8.2.0
Code:
makeVTK
Code:
wmRefresh cd $WM_PROJECT_DIR export ParaView_DIR=$WM_THIRD_PARTY_DIR/ParaView-v5.6.3 export VTK_DIR=$WM_THIRD_PARTY_DIR/build/linux64Gcc/VTK-8.2.0/
Code:
foam ./Allwmake -j -s -l
Total Comments 0