FreeFOAM The Cross-Platform CFD Toolkit
readBPISOControls.H
Go to the documentation of this file.
1 const dictionary& Bpiso = mesh.solutionDict().subDict("BPISO");
2 
3 int nBcorr(readInt(Bpiso.lookup("nCorrectors")));
4 
5 // ************************ vim: set sw=4 sts=4 et: ************************ //