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
Bugfix: restored floatTransfer flag
[foam-extend-3.2.git]
/
applications
/
solvers
/
coupled
/
MRFPorousFoam
/
readBlockSolverControls.H
blob
93c2bda47bf82b2ee375e8149bc6bb35c1388823
1
label pRefCell = 0;
2
scalar pRefValue = 0;
3
setRefCell
4
(
5
p,
6
mesh.solutionDict().subDict("blockSolver"),
7
pRefCell,
8
pRefValue
9
);
10
11
mesh.solutionDict().subDict("blockSolver").readIfPresent
12
(
13
"convergence",
14
convergenceCriterion
15
);