CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

compilation

Register Blogs Community New Posts Updated Threads Search

compilation
Old

Compilation of OpenFOAM v1912 with runTimePostProcessing

Posted July 17, 2020 at 07:08 by snak

runTimePostProcessing functionality is not available in precompiled packages of v1912.

I will note how to compile OFv1912 with runTimePostProcessing.

Code:
cd $WM_THIRD_PARTY_DIR
makeParaView
check the VTK version with the following command.

Code:
cat ParaView-v5.6.3/VTK/CMake/vtkVersion.cmake
If the version is 8.2.0, create a link with the name of VTK-8.2.0.

Code:
ln -s ParaView-v5.6.3/VTK/ VTK-8.2.0
Now, compile the VTK.

...
Senior Member
Views 649 Comments 0 snak is offline Edit Tags

All times are GMT -4. The time now is 22:53.