31 Foam::snapParameters::snapParameters(
const dictionary& dict,
const label dummy)
33 nSmoothPatch_(readLabel(dict.lookup(
"nSmoothPatch"))),
35 nSmoothDispl_(readLabel(dict.lookup(
"nSmoothDispl"))),
36 nSnap_(readLabel(dict.lookup(
"nSnap")))
41 Foam::snapParameters::snapParameters(
const dictionary& dict)
43 nSmoothPatch_(readLabel(dict.lookup(
"nSmoothPatch"))),
44 snapTol_(
readScalar(dict.lookup(
"tolerance"))),
45 nSmoothDispl_(readLabel(dict.lookup(
"nSolveIter"))),
46 nSnap_(readLabel(dict.lookup(
"nRelaxIter")))