FreeFOAM The Cross-Platform CFD Toolkit
readTwoPhaseEulerFoamControls.H
Go to the documentation of this file.
3 
4  int nAlphaCorr(readInt(piso.lookup("nAlphaCorr")));
5 
6  Switch correctAlpha(piso.lookup("correctAlpha"));
7 
8 // ************************ vim: set sw=4 sts=4 et: ************************ //