|
[Sponsors] |
May 27, 2017, 16:15 |
Starting Vortex.
|
#1 |
New Member
Jesús Miguel
Join Date: Dec 2016
Posts: 8
Rep Power: 9 |
Hello everyone,
I am running a laminar simulation at Re=100 using pimpleDyMFOAM to get the starting vortex. In order to move the airfoil, I use the SolidBodyMotionFvMesh with the application 6DofMotion. I accelerate the airfoil from 0 to 1 m/s in 1 sec. For some reason, I don't see to get the simulation right. Can somebody tell me where am I wrong? here are the conditons /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volVectorField; location "0"; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { airfoil { type movingWallVelocity; value uniform (0 0 0); } farfield { type uniformFixedValue; uniformValue table ( (0 (0 0 0)) (1 (0 0 0)) ); } frontback { type empty; } inlet { type uniformFixedValue; uniformValue table ( (0 (0 0 0)) (1 (0 0 0)) ); } outlet { type uniformFixedValue; uniformValue table ( (0 (0 0 0)) (1 (0 0 0)) ); } } /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField uniform 0; boundaryField { airfoil { type zeroGradient; } farfield { type outletInlet; outletValue uniform 0; } frontback { type empty; } inlet { type outletInlet; outletValue uniform 0; } outlet { type fixedValue; value uniform 0; } } // ************************************************** *********************** // THANK YOU IN ADVANCE |
|
June 12, 2017, 09:48 |
|
#2 |
Senior Member
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 10 |
Please explain the problem or error properly which you get while running the simulation.
|
|
Tags |
openfoam 2.1, pimpledyfoam, solidbodymotionfvmesh, vortex |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
bash script for pseudo-parallel usage of reconstructPar | kwardle | OpenFOAM Post-Processing | 42 | May 8, 2024 00:17 |
big difference between clockTime and executionTime | LM4112 | OpenFOAM Running, Solving & CFD | 21 | February 15, 2019 04:05 |
Starting vortex in airfoil | alejandrogra93 | OpenFOAM | 0 | May 25, 2016 21:01 |
The Starting vortex simulation | Henry Zou | FLUENT | 0 | November 9, 2012 01:34 |
Presenation of vortex strength and velocity concept? | fruitkiwi | Main CFD Forum | 0 | September 26, 2012 23:08 |