Quickstart
Download, compile, and verify multiPhysicsFoam.
Quickstart
Source a supported version of OpenFOAM, then download, build and test multiPhysicsFoam-v0.1:
git clone --branch v0.1 https://github.com/multiPhysicsFoam/multiPhysicsFoam.git
cd multiPhysicsFoam && ./Allwmake -j && cd tutorials && ./Alltest
The -j flag instructs Allwmake to use all available cores.
Similarly, the latest the development branch can be downloaded and compiled
with
git clone --branch development https://github.com/multiPhysicsFoam/multiPhysicsFoam.git
cd multiPhysicsFoam && ./Allwmake -j && cd tutorials && ./Alltest