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

AOA of oscillating airfoil

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 17, 2022, 23:02
Default AOA of oscillating airfoil
  #1
New Member
 
zagros
Join Date: Apr 2022
Posts: 19
Rep Power: 3
zagros135 is on a distinguished road
hi everyone.

To simulating an oscillating airfoil i use this solver (displacementSBRStress) to dynamic mesh. and now i want that the airfoil oscilat between 0-15 degree. but when i setting up like below it oscillat between15 to -15 degree. can anyone knows what should i do? and how can i calculate the angle of atack in paraview?

thanks.

pointDisplacement
Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2106 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class pointVectorField;
location "0";
object pointDisplacement;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 0 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
walls
{
type angularOscillatingDisplacement;
axis (0 0 1);
origin (0.25 0 0);
angle0 0;
amplitude #calc"degToRad(15)";
omega .28;
value uniform (0 0 0);
}

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

Last edited by zagros135; June 18, 2022 at 23:15.
zagros135 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
SU2 AOA optimization 454514566@qq.com SU2 9 March 7, 2022 17:17
Ffd_control_point_2d feiyi SU2 4 September 30, 2019 13:42
High drag for airfoil compared to XFOIL and wind tunnel data Ry10 SU2 15 October 30, 2016 18:27
2D FFD Optimization RLangtry SU2 2 August 5, 2014 10:48
Problem with restart solution in shape_optimization.py robyTKD SU2 Shape Design 21 May 29, 2013 10:26


All times are GMT -4. The time now is 15:08.