- add const-ness for control variables - drop unused fluxGradp variable - use lookupOrDefault instead of found/lookup combination
5 lines
139 B
C
5 lines
139 B
C
const dictionary& Bpiso = mesh.solutionDict().subDict("BPISO");
|
|
|
|
const int nBcorr = Bpiso.lookupOrDefault<int>("nCorrectors", 1);
|
|
|