|
[Sponsors] |
How can we use the point patch fields given in OpenFOAM141srcfvMotionSolverpointPatchFieldsderive d |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 17, 2007, 15:19 |
Hi community..
Can some bod
|
#1 |
Senior Member
Join Date: Mar 2009
Posts: 248
Rep Power: 18 |
Hi community..
Can some body please explain how one can use the point patch fields given in : /home/singh/OpenFOAM/OpenFOAM-1.4.1/src/fvMotionSolver/pointPatchFields/derived There are following options available: --> angularOscillatingDisplacement --> angularOscillatingVelocity --> oscillatingDisplacement --> oscillatingVelocity As far as my understanding goes they have to do something with the meshMotion :-). The next doubt i have is this: the velocityLaplacian solver requires pointMotionU and cellMotionU. can one use the above pointFields to specify the pointMotionU and cellMotionU like this: FoamFile { version 2.0; format ascii; root "interFoam"; case "meshMotion"; instance "0"; local ""; class volVectorField; object cellMotionU; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { cube { type oscillatingDisplacement; amplitude (0.5 0 0); omega 0.25; value uniform (0 0 0); } } FoamFile { version 2.0; format ascii; root "interFoam"; case "meshMotion"; instance "0"; local ""; class pointVectorField; object pointMotionU; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { cube { type oscillatingDisplacement; amplitude (0.5 0 0); omega 0.25; value uniform (0 0 0); } } If this is completely wrong then please advice how one could specify the pointMotionU and cellMotionU , which is required to use the velocityLaplacian solver Thanks alot Jaswinder |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
HELP NEEDED HOW TO MAP VALUES FROM PATCH OF ONE MESH TO PATCH OF ANOTHER MESH | mkraposhin | OpenFOAM Running, Solving & CFD | 3 | September 4, 2011 10:42 |
[OpenFOAM] Average fields | jml | ParaView | 4 | December 15, 2008 12:55 |
Point coordinates via orinial point address after decomposing | diana | OpenFOAM Running, Solving & CFD | 0 | August 6, 2008 11:27 |
Array of fields | r2d2 | OpenFOAM Running, Solving & CFD | 11 | January 30, 2008 13:40 |
Boundary patch fields | ariorus | OpenFOAM Post-Processing | 8 | July 7, 2006 20:02 |