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

multi-motion in overset mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2022, 02:09
Default multi-motion in overset mesh
  #1
Member
 
DongHo
Join Date: Jul 2013
Posts: 51
Rep Power: 12
eddykendo is on a distinguished road
Hi, Foamers,


I want to carry out a multi-motion simulation using overset mesh. The multi-motions (two motions) I want to realize are "oscillatingLinearMotion" and "oscillatingRotatingMotion" using overset mesh. Actually, a circular cylinder will rotationally and transversely oscillate.

When I set up "dynamicMeshDIct" as below, only either one of two motions can work.
So, how can I correctly set up it for this case?



Thanks





solver multiSolidBodyMotionSolver;


multiSolidBodyMotionSolverCoeffs
{

movingZone1
{



solidBodyMotionFunction oscillatingRotatingMotion;
origin (0 0 0);
amplitude (0 0 10);
omega 6.28;


solidBodyMotionFunction oscillatingLinearMotion;
amplitude (0 2 0);
omega 6.28;
}




movingZone2
{

solidBodyMotionFunction oscillatingRotatingMotion;
origin (0 0 0);
amplitude (0 0 10);
omega 6.28;

solidBodyMotionFunction oscillatingLinearMotion;
amplitude (0 2 0);
omega 6.28;
}

}
eddykendo 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
Combining multiSolidBodyMotionSolver (Overset Mesh) + SolidBodyDisplacementLaplacian egebat7 OpenFOAM Running, Solving & CFD 4 September 12, 2023 21:38
Overset mesh for Fluid Structure Interaction in OpenFOAM Thaw Tar OpenFOAM Programming & Development 4 August 25, 2023 17:56
overset mesh: Translation motion yxguice STAR-CCM+ 7 May 4, 2023 04:42
Residuals of overset mesh simulation dcyclo OpenFOAM Running, Solving & CFD 0 June 26, 2022 06:16
objects oscillate at high speed causing collapse in Dynamic mesh and overset mesh ca insane OpenFOAM Running, Solving & CFD 0 May 17, 2020 22:35


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