repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
applications
/
solvers
/
coupled
/
conjugateHeatFoam
/
readSolidControls.H
blob
c2b6f17f5ada6154e666adb6f75dd44531a6c0c0
1
const dictionary& simple = solidMesh.solutionDict().subDict("SIMPLE");
2
3
int nNonOrthCorr = 0;
4
if (simple.found("nNonOrthogonalCorrectors"))
5
{
6
nNonOrthCorr = readInt(simple.lookup("nNonOrthogonalCorrectors"));
7
}