CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Mesh motion in OF-1.6 problem (https://www.cfd-online.com/Forums/openfoam/76842-mesh-motion-1-6-problem.html)

Aleksey_R June 7, 2010 01:30

Mesh motion in OF-1.6 problem
 
Hello, colleagues!

Does somebody have experience in mesh motion in OF-1.6?
Each time step my program calculates displacement for each point of specified patch. There is the following cycle in my program:

forAll(mesh.boundaryMesh()[patchID].points(), pts)
{
...
}

How can I transfer this data to motion solver? I can't understand how can I get access to motionU field.

Please, help!

Best regards, Aleksey.


All times are GMT -4. The time now is 23:42.