/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v3.0+ | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class pointVectorField; location "0.01"; object pointDisplacement; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 0 0 0 0 0]; internalField uniform (0 0 0); boundaryField { wing { type calculated; value uniform (0 0 0); } front { type empty; } back { type empty; } ".*" { type fixedValue; value uniform (0 0 0); } /*airfoil { type solidBodyMotionDisplacement; solidBodyMotionFunction oscillatingRotatingMotion; oscillatingRotatingMotionCoeffs { origin (0.25 0.007 0.125); //axis (0 0 1); amplitude (0.0 0.0 10); //units of deg omega 0.698; //units of rad/s } }*/ wing { type angularOscillatingDisplacement; value uniform (0 0 0); axis (0 0 1); origin (0.25 0.007 0.125); angle0 0; amplitude 1.31;//0.7854; //units of rad omega 6.28;//1.571;//3.1415926535897932384625; //units of rad/s //value $internalField; } } // ************************************************************************* //