Skip to content

blueCFD-Core project development repository, by FSD blueCAPE Lda, for porting the third-party repository of OpenFOAM 2.3.x to Windows. The original OpenFOAM commits are on the respectively named branches.

Notifications You must be signed in to change notification settings

blueCFD/ThirdParty-2.3.x

 
 

Repository files navigation

OpenFOAM Third-Party packages 2.3.x

#

Description

Scripts for building third-party packages.

Dependencies:

  • tar - with ‘gz’ and ‘bz2’ support
  • unzip
  • 7z - 7zip, but only for compiling for Windows.

Convenience script for MSYS2:

  • get-em source scotch=default openmpi=default metis=default (all optional)

Order of execution:

  • makeGcc (recommended if the system gcc is < 4.7)
  • Allwmake (Builds OpenMPI, Scotch etc.)
  • makeCmake (if the system cmake version is < 2.8.8)
  • makeParaView4

Optional

  • AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)
  • Allclean (Only required to save disk space)

Versions and locations for the third party packages used

Compiler

The minimum version of gcc required is 4.5.0

Parallel Processing

ParaView

CGAL

Miscellaneous

Notes

Buiding ParaView

The ParaView sources included in this pack includes minor changes compared to the official version 4.1.0 distribution to enable building on OpenSuSE-11.4.

On Ubuntu 14.10 and higher and OpenSuSE Tumbleweed there is also an issue in the GL libraries requiring a change to the vtkXOpenGLRenderWindow.cxx file in ParaView: Uncomment line 30

#define GLX_GLXEXT_LEGACY

This is required for both 32bit and 64bit.

About

blueCFD-Core project development repository, by FSD blueCAPE Lda, for porting the third-party repository of OpenFOAM 2.3.x to Windows. The original OpenFOAM commits are on the respectively named branches.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%