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

how to manipulate pointMotionU or pointdisplacement when running

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 23, 2017, 06:08
Default
  #21
New Member
 
An Zhang
Join Date: May 2017
Posts: 1
Rep Power: 0
angela521a is on a distinguished road
Hi fredo490
I want to run a 2-D moving mesh case with the top and bottom walls moving inside while the left and right walls moving outside. Unfortunately, the mesh node motion is not correct,and the mesh can only move in one direction.The key options are list below:
/////dynamicMeshDict
dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolverLibs ("libfvMotionSolvers.so");
solver velocityComponentLaplacian;
velocityComponentLaplacianCoeffs
{
component x;
diffusivity directional (1 200 0);
component y;
diffusivity directional (1 200 0);
}
//////dynamicMeshDict

/////pointMotionUx

boundaryField
{
leftWall
{
type uniformFixedValue;
uniformValue constant 50;
}
rightWall
{
type uniformFixedValue;
uniformValue constant -50;
}
upwall
{
type slip;
}
downwall
{
type slip;
}
frontAndBack
{
type empty;
}

}
/////pointMotionUx


/////pointMotionUy
boundaryField
{
leftWall
{
type slip;
}
rightWall
{
type slip;
}

upwall
{
type uniformFixedValue;
uniformValue constant 50;
}
downwall
{
type uniformFixedValue;
uniformValue constant -50;
}
frontAndBack
{
type empty;
}

}
/////pointMotionUy


can you help me with this?
angela521a 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
License trouble: ANSLIC_ADMIN, FLEXlm not running, but two lmgrd processes running! dancoz87 ANSYS 17 November 14, 2016 01:10
Something weird encountered when running OpenFOAM in parallel on multiple nodes xpqiu OpenFOAM Running, Solving & CFD 2 May 2, 2013 04:59
What do you CFD guys do during a long simulation running? bearcat Main CFD Forum 5 July 23, 2009 08:08
Statically Compiling OpenFOAM Issues herzfeldd OpenFOAM Installation 21 January 6, 2009 09:38
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 07:52


All times are GMT -4. The time now is 20:46.