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