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

[mesh manipulation] oscillatingInletACMI2D with dynamicMotionSolverFvMesh

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 11, 2015, 06:28
Default oscillatingInletACMI2D with dynamicMotionSolverFvMesh
  #1
New Member
 
Thomas G
Join Date: Jun 2015
Posts: 1
Rep Power: 0
Doofy_180 is on a distinguished road
Hello Guys!
I do need your help. For my project I need an similar case to the tutorial oscillatingInletACMI2D. The only difference is that instead of the solidBodyMotion Solver I need to use the dynamicMotionSolverFvMesh for my model. After changing all the stuff and defining the pointMotionUy File I do have problems with the Interface, because the mesh also changes on the right side (which it should NOT). The mesh then degerenates and the simulation diverges.
Have you guys had any similiar problems using ACMI together with the dynamicMotionSolverFvMesh?.

Here's my Code:

dynamicMEshDict:

dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );




solver velocityComponentLaplacian;



velocityComponentLaplacianCoeffs
{
cellZone inletChannel;
component y;
diffusivity directional (0 40 0);
}

pointMotionUy

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

internalField uniform 0;

boundaryField

{
moving_top
{
type uniformFixedValue;
uniformValue constant 0.2;
}
inlet
{
type slip;
}


wall
{
type uniformFixedValue;
uniformValue constant 0;
}

fixed_bottom
{
type uniformFixedValue;
uniformValue constant 0;
}


outlet
{
type uniformFixedValue;
uniformValue constant 0;
}

defaultFaces
{
type empty;
}

ACMI1_blockage
{
type slip;
}

ACMI1_couple
{
type slip;
}

ACMI2_blockage
{
type uniformFixedValue;
uniformValue constant 0;
}

ACMI2_couple
{
type uniformFixedValue;
uniformValue constant 0;
}

}


THANKS A LOT!
Doofy_180 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



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