CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

How can we use the point patch fields given in OpenFOAM141srcfvMotionSolverpointPatchFieldsderive d

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 17, 2007, 14:19
Default Hi community.. Can some bod
  #1
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
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
jaswi is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 09:42
[OpenFOAM] Average fields jml ParaView 4 December 15, 2008 11:55
Point coordinates via orinial point address after decomposing diana OpenFOAM Running, Solving & CFD 0 August 6, 2008 10:27
Array of fields r2d2 OpenFOAM Running, Solving & CFD 11 January 30, 2008 12:40
Boundary patch fields ariorus OpenFOAM Post-Processing 8 July 7, 2006 19:02


All times are GMT -4. The time now is 15:07.