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

Blog Entries

Register Blogs Members List Search Today's Posts Mark Forums Read

Old

CFD Blog (1): OpenFOAM small bits: How to compile new solver

Posted December 27, 2021 at 12:42 by Ash Kot

Hello Engineers and Scientists,

Preamble:
(If this is your first time then you may like read it, or you can skip it if it’s not your first time)

Being involved in CFD engineering and development/programming, I decided to dedicate some of the learning to community by writing through blog towards new budding CFD developers and engineers. So that new people don’t have to start from scratch. In this blog series, I shall try to create link to connect my files over...
Member
Posted in Uncategorized
Views 676 Comments 0 Ash Kot is offline Edit Tags
Old

Compilation of OpenFOAM v1912 with runTimePostProcessing

Posted July 17, 2020 at 08: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 639 Comments 0 snak is offline Edit Tags

All times are GMT -4. The time now is 14:33.