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

[Other] Build up of oscillating rotating motion

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 7, 2024, 06:41
Default Build up of oscillating rotating motion
  #1
New Member
 
Pieter van Halem
Join Date: Aug 2024
Posts: 1
Rep Power: 0
Pieter van Halem is on a distinguished road
Hi all I currently have a working setup of a block oscillating in a fluid. I rotate the block with a dynamicMeshDict. I am intrested to get the forces that result from the oscillation on the block. However the oscillation starts directly. This results in unrealistic start-up effects. To counter this I want to gradually build up the forced motion. Does anybody know how to do that?

I rotate my entire mesh with the following dynamicMeshDict:

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object dynamicMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolver solidBody;
solidBodyMotionFunction oscillatingRotatingMotion;
oscillatingRotatingMotionCoeffs
{
origin (0 0 0);
amplitude (5.73 0 0);
omega 4.1888;
}
motionSolverLibs ( "libfvMotionSolvers.so" );

// ************************************************** *********************** //
Pieter van Halem is offline   Reply With Quote

Reply

Tags
dynamicmeshdict, oscillatingrotatingmotion


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
Proper wall boundary condition for rotating AND oscillating cylinder in a flow de_Broglie OpenFOAM Pre-Processing 0 July 6, 2022 22:20
SU2 Parallel Build Install Issue jclegg SU2 4 October 20, 2020 05:28
using UDF for fluttering movement ( oscillating motion ) ??! bluAero Fluent UDF and Scheme Programming 7 June 20, 2013 06:37
Rotating domain motion in cfx post pankaj CFX 6 September 5, 2007 15:28
Motion of solids in rotating fluids Fredrik Kuivinen Main CFD Forum 2 July 6, 2000 13:40


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