CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   AOA of oscillating airfoil (https://www.cfd-online.com/Forums/openfoam/243437-aoa-oscillating-airfoil.html)

zagros135 June 17, 2022 22:02

AOA of oscillating airfoil
 
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);
}

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


All times are GMT -4. The time now is 13:36.