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

combination of dynamicmotionsolver with displacementlayeredmotion

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 26, 2014, 03:11
Default combination of dynamicmotionsolver with displacementlayeredmotion
  #1
Member
 
AJ
Join Date: Sep 2013
Posts: 30
Rep Power: 13
Aj Nair is on a distinguished road
Hello Foamers,
I am right now working on combination of dynmicmotionsolver and displacementlayeredmotion.I managed to make my setup according to the description made in the "displacementlayeredmotion.H", but it dosen't work.Do anyone have a tutorial on this or any suggestion on the setup for this combination.
Aj Nair is offline   Reply With Quote

Old   April 28, 2014, 13:22
Default
  #2
Senior Member
 
mturcios777's Avatar
 
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28
mturcios777 will become famous soon enough
What error messages are you getting?
mturcios777 is offline   Reply With Quote

Old   April 30, 2014, 21:50
Default
  #3
Member
 
AJ
Join Date: Sep 2013
Posts: 30
Rep Power: 13
Aj Nair is on a distinguished road
Hello marco,
Sorry for the delay in reply,Had few problems with Internet connectivity.I managed to setup my dynamicmechDict as below

dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

solver displacementLayeredMotion;

displacementLayeredMotionCoeffs
{

regions
{

fluid
{
boundaryField
{
solidinterface
{
type fixedValue;
value uniform (0 0 0);
}
fluidinterface
{
type follow;
}
}
}

solid
{
boundaryField
{
fluidinterface
{
type fixedValue;
value uniform (0 0 0);
}
solidinterface
{
type slip;
}
}
}

}

}

Its working without any errors. But i have one more doubt, in this you could see two interfaces solid and fluid. solid interface is already is in motion , but the scope is not fulfilled until fluid facezone is follows the solid and fluid cellzone grown and this part is not happening. Any suggestions on this or should i take up some other fvmotionsolver
Aj Nair 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
Why Laplacian is used instead of a combination of divergence and gradient operators? HakikiCanakkaleli OpenFOAM Programming & Development 3 September 26, 2019 08:40
equationReader in combination with variable expansion philippose OpenFOAM Bugs 5 January 23, 2012 14:58
Combination of mass flow inlet and pressure inlet boundaries MrStuebb Main CFD Forum 0 January 6, 2011 10:59
combination of dynamicRefine and motionSolver bfa OpenFOAM Running, Solving & CFD 2 June 30, 2010 12:54
Combination not allowed Aline Siemens 2 July 6, 2004 04:10


All times are GMT -4. The time now is 00:17.