CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

movingCone tutorials/incompressible/pimpleDyMFoam/MovingCone

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 3, 2017, 09:34
Default movingCone tutorials/incompressible/pimpleDyMFoam/MovingCone
  #1
Member
 
Saurav Kumar
Join Date: Jul 2016
Posts: 80
Rep Power: 9
srv537 is on a distinguished road
Hi,
I just started looking Dynamic mesh tutorials and the simplest tutorial is movingCone in pimpleDyMFoam, there are two new files in this tutorial.
in constant/dynamicMeshDict;

Quote:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

solver velocityComponentLaplacian;

velocityComponentLaplacianCoeffs
{
component x;
diffusivity directional (1 200 0);
}


// ************************************************** *********************** //

and secondly is 0/pointMotionUx

Quote:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 -1 0 0 0 0];

internalField uniform 0;

boundaryField
{
movingWall
{
type uniformFixedValue;
uniformValue constant 1;
}
farFieldMoving
{
type slip;
}
fixedWall
{
type uniformFixedValue;
uniformValue constant 0;
}
left
{
type uniformFixedValue;
uniformValue constant 0;
}
farField
{
type slip;
}
back
{
type wedge;
}
front
{
type wedge;
}
}

// ************************************************** *********************** //
(1) what is the basic difference in dynamicMotionSolverFvMesh and solidBodyMotionFvMesh?
(2) the boundary condition is defined as

movingWall
{
type uniformFixedValue;
uniformValue constant 1;
}

I want to oscillate this movingWall then which type of boundary condition should I use and how can I define it?

Thank you.

Regards,
Saurav
srv537 is offline   Reply With Quote

Reply


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
Tutorial movingcone with MeshModifiers olivier_au_chili OpenFOAM 4 May 14, 2013 14:25
[swak4Foam] how to run movingCone and groobler in groovyBC immortality OpenFOAM Community Contributions 3 December 22, 2012 17:39
Diffusivity model in dynamicMeshDict of movingCone xuezhj OpenFOAM Running, Solving & CFD 0 October 2, 2012 22:11
movingCone case with a rotation instead of a translation samiam1000 OpenFOAM 0 May 24, 2012 08:31
movingCone tutorial samiam1000 OpenFOAM 0 May 18, 2012 05:08


All times are GMT -4. The time now is 22:45.