Skip to content

Shi-Feng/porousMultiphaseFoam

 
 

Repository files navigation

**************************************************************************
****************** PorousMultiphaseFoam for OpenFOAM *********************
**************************************************************************

* General Informations : 


- This toolbox is compatible with OpenFOAM 4.0 and later.

- This toolbox needs only a standard OpenFOAM installation (see www.openfoam.org)

- Please cite the related paper in the "doc" folder if you are using this toolbox.

- Read the COPYING_OPENFOAM file for information about OpenFOAM and this toolbox Copyrights.

* Installation instructions : 


- First, source the OpenFOAM configuration file, i.e. (example for ubuntu version) : 
   source /opt/openfoam4x/etc/bashrc

- then in the "porousMultiphaseFoam" directory, run :

	./Allwmake

  to install the package.

- Dynamic libraries, "libporousBoundaryConditions.so" and "libporousModels.so"
  are compiled in the standard OpenFOAM user directory : $FOAM_USER_LIBBIN;

- The executable solver "impesFoam" is placed in the standard OpenFOAM user
  directory $FOAM_USER_APPBIN.

- Each tutorial directory contains "run" and "clean" files to test installation
  and validate the solver.

- To remove temporary files AND dynamic librairies AND executables, run :

	./Allwclean

- see the ReleaseNotes.txt file for detailed information about the toolbox.

**************************************************************************

About

A porous multiphase toolbox for OpenFOAM

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.6%
  • C 5.0%
  • Other 1.4%