Skip to content

wwangdg/openfoam_customized

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started

Install

Prerequisites:

The compilation requires gcc, autoconf, automake, cmake, mpi, boost, etc., which can be obtained using

# For MacOS: use brew install, such as
brew install gcc autoconf automake cmake openmpi boost rsync flex
        
# For Ubuntu: use apt-get install, such as
sudo apt-get install build-essential cmake
sudo apt-get install libopenmpi-dev openmpi-bin zlib1g-dev libboost-system-dev libboost-thread-dev 
sudo apt-get install rsync flex bison gnuplot libreadline-dev libncurses-dev libxt-dev 

Compile and build:

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.6%
  • C 48.3%
  • Shell 1.9%
  • Python 0.1%
  • M4 0.1%
  • CMake 0.0%