|
[Sponsors] |
Calculating moment of inertia of a NACA-0012 wing for pitching motion |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 28, 2020, 11:06 |
Calculating moment of inertia of a NACA-0012 wing for pitching motion
|
#1 |
New Member
Rohan Srikanth
Join Date: Mar 2020
Posts: 1
Rep Power: 0 |
Hey, so I am trying to simulate the pitching motion of a NACA-0012 wing and I went through the tutorial. I used 6-DOF rigidbodyofmotion solver. I am unable to accurately determine the moment of inertia of the wing. Due to this, my angular velocity seems to blow up after a while.
Can anyone please help me with it? 13.6 gm wing with a chord length of 0.15m, span of 0.15m and the max thickness is 0.018m. I want it to pitch (not plunge) from 0 to 18 degrees at 0.0314 rad/s. I have added my dynamicMeshDict file for reference. dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("libsixDoFRigidBodyMotion.so"); solver sixDoFRigidBodyMotion; sixDoFRigidBodyMotionCoeffs { patches (airfoil); innerDistance 0.15; outerDistance 0.3; mass 0.0136; centreOfMass (0.06024 0 0); momentOfInertia (1.462e-4 0.892e-4 0.593e-2); orientation ( 1 0 0 0 1 0 0 0 1 ); angularMomentum (0 1.96202e-05 0); g (0 0 -9.81); rho rhoInf; rhoInf 1; report on; solver { type symplectic; } constraints { zLine { sixDoFRigidBodyMotionConstraint point; centreOfRotation (0.0375 0 0); direction (0 0 1); } yAxis { sixDoFRigidBodyMotionConstraint axis; axis (0 1 0); } } } restraints { verticalSpring { sixDoFRigidBodyMotionRestraint linearSpring; anchor (0.0375 0 0); // 1 or 0? refAttachmentPt (0.0375 0 0); stiffness 4000; damping 2; restLength 0; } axialSpring { sixDoFRigidBodyMotionRestraint linearAxialAngularSpring; axis (0 1 0); stiffness 700; damping 0.5; } // ************************************************** *********************** // |
|
Tags |
dynamicmeshdict, naca-0012, pimpledymfoam, pitching, wingmotion |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Difficulty in calculating angular velocity of Savonius turbine simulation | alfaruk | CFX | 14 | March 17, 2017 07:08 |
External management of solid motion (using dynamicmesh) | maxou1993 | Main CFD Forum | 0 | July 28, 2015 12:37 |
Center of pressure (confirmation/question) | scipy | FLUENT | 2 | March 5, 2012 07:54 |
Reference Area for Calculating Lift and Drag Coefficient of 3D wing | mahbub03 | Main CFD Forum | 3 | May 19, 2011 01:21 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |