CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Move boundary mesh points (https://www.cfd-online.com/Forums/openfoam/72149-move-boundary-mesh-points.html)

gruber January 27, 2010 05:36

Move boundary mesh points
 
Hello,

Can someone please explain me how I get access to modify the vector field which describes the positions of the boundary mesh points. (I am using the function updateCoeffs() of the class oscillatingDeformationPointPatchVectorField in fvMotionSolver.)

Best regards,
Michael

gruber January 27, 2010 10:03

I found the solution.

Access to the boundary points in fvMotionSolver is gained with e.g.

const pointPatch& pP = this->patch();

and then

pP.localPoints();


All times are GMT -4. The time now is 10:40.