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, it can be downloaded and compiled with the following commands in a Linux terminal.

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

The zip file can be downloaded from here.

Read More