As a part of my Ph.D thesis, i extended an OpenFOAM solver interFoam to consider mass transfer due to boiling and condensation, new solver is called phaseChangeHeatFoam. It is available in git,now. It can be download and compiled with following commands in Linux terminal.

git clone https://github.com/NimaSam/phaseChangeHeatFoam/
cd phaseChangeHeatFoam/Application/
chmod +x All*
./Allwmake

The zip file can be download from here.

Read More