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

specific blade doesn't rotate. how can i fix it?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 26, 2024, 01:13
Default specific blade doesn't rotate. how can i fix it?
  #1
New Member
 
DongHyeok,Park
Join Date: Jan 2024
Posts: 2
Rep Power: 0
donghyuk is on a distinguished road
Like in the picture, the blades of the first and second rotors rotate, but the blades of the third rotor do not rotate. Below is the dynamicMeshDict file. Could you please let me know how to fix it? If you need any other files, please let me know, and I'll upload them. Thanks

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

dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

motionSolver multiSolidBodyMotionSolver;

solidBodyMotionFunction multiMotion;

rotor1
{
cellZone rotor1;
solidBodyMotionFunction rotatingMotion;
rotatingMotionCoeffs
{
origin (0 0 0);
axis (0 0 1);
omega 74.4; // rad/s
}
}

rotor2
{
cellZone rotor2;
solidBodyMotionFunction rotatingMotion;
rotatingMotionCoeffs
{
origin (0.388 -1.449 0);
axis (0 0 1);
omega 74.4; // rad/s
}

rotor3
{
cellZone rotor3;
solidBodyMotionFunction rotatingMotion;
rotatingMotionCoeffs
{
origin (0.776 -2.898 0);
axis (0 0 1);
omega 74.4; // rad/s
}
}


// ************************************************** *********************** //

Screenshot from 2024-03-25 13-48-45.png
donghyuk 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
Transient blade row model data instancing for odd number of blades Flowiseverything CFX 2 September 10, 2021 09:32
Domain Reference Pressure and mass flow inlet boundary AdidaKK CFX 75 August 20, 2018 05:37
[TurboGrid] Slotted rotor Blade using Turbogrid drcsm ANSYS Meshing & Geometry 0 March 15, 2016 00:26
Bladegen: Rotate Blade eRzBeNgEl CFX 2 May 14, 2012 06:47
Compressor Blade Analysis in Ansys CFX LynchMobster47 Main CFD Forum 0 April 10, 2012 22:43


All times are GMT -4. The time now is 05:44.