Go to the documentation of this file.
44 Info <<
"DAInputVolCoord. " << endl;
45 Info <<
"Setting volume coordinates. " << endl;
48 pointField meshPoints =
mesh_.points();
53 for (label j = 0; j < 3; j++)
55 meshPoints[i][j] = input[counterI];
59 mesh_.movePoints(meshPoints);
addToRunTimeSelectionTable(DAFunction, DAFunctionForce, dictionary)
const dictionary & getAllOptions() const
return a reference of allOptions_ dictionary
defineTypeNameAndDebug(DAFunction, 0)