

OpenFOAM version: 2306

USERS:

- To run, use dedicated script:
  ./Allclean # to clean
  ./Allrun.pre # just for pre-processing  
  ./Allrun -p  # to run in parallel (already include call to pre-precessing script)

- To run faster increase time-step from 10s to 50s/ 100s the flow doesn't change qualitatively just slow down a bit.

- Main geometrical parameters of the problem (domain size, crystal size, angle wrt gravity etc...)  are defined in the general dictionary "system/myDict". 

NOTES:
 
- Energy equation is not of interest for this problem. Therefore to speedup simulations, we do not solve the energy equations by setting relTol=0.1 for T equation in system/fvSolution
