CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   How can we use the point patch fields given in OpenFOAM141srcfvMotionSolverpointPatchFieldsderive d (https://www.cfd-online.com/Forums/openfoam-solving/59495-how-can-we-use-point-patch-fields-given-openfoam141srcfvmotionsolverpointpatchfieldsderived.html)

jaswi August 17, 2007 14:19

Hi community.. Can some bod
 
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


All times are GMT -4. The time now is 06:24.