|
[Sponsors] |
[Other] Build up of oscillating rotating motion |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 7, 2024, 06:41 |
Build up of oscillating rotating motion
|
#1 |
New Member
Pieter van Halem
Join Date: Aug 2024
Posts: 1
Rep Power: 0 |
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" ); // ************************************************** *********************** // |
|
Tags |
dynamicmeshdict, oscillatingrotatingmotion |
|
|
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 |