48 mesh.time().constant(),
55 twoDPointCorrector_(mesh)
78 word solverTypeName(msData);
80 Info <<
"Selecting motion solver: " << solverTypeName <<
endl;
86 dictionaryConstructorTablePtr_
89 if (!dictionaryConstructorTablePtr_)
93 "motionSolver::New(const polyMesh& mesh)"
94 ) <<
"solver table is empty"
98 dictionaryConstructorTable::iterator cstrIter =
99 dictionaryConstructorTablePtr_->find(solverTypeName);
101 if (cstrIter == dictionaryConstructorTablePtr_->end())
105 "motionSolver::New(const polyMesh& mesh)"
106 ) <<
"Unknown solver type " << solverTypeName
108 <<
"Valid solver types are: " << endl
109 << dictionaryConstructorTablePtr_->sortedToc()
134 twoDPointCorrector_.correctPoints(p);
140 twoDPointCorrector_.updateMesh();