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

Starting Vortex.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2017, 15:15
Default Starting Vortex.
  #1
New Member
 
Jesús Miguel
Join Date: Dec 2016
Posts: 8
Rep Power: 9
jesumi is on a distinguished road
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
jesumi is offline   Reply With Quote

Old   June 12, 2017, 08:48
Default
  #2
Senior Member
 
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 9
khedar is on a distinguished road
Please explain the problem or error properly which you get while running the simulation.
khedar is offline   Reply With Quote

Reply

Tags
openfoam 2.1, pimpledyfoam, solidbodymotionfvmesh, vortex


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
bash script for pseudo-parallel usage of reconstructPar kwardle OpenFOAM Post-Processing 41 August 23, 2023 02:48
big difference between clockTime and executionTime LM4112 OpenFOAM Running, Solving & CFD 21 February 15, 2019 03:05
Starting vortex in airfoil alejandrogra93 OpenFOAM 0 May 25, 2016 20:01
The Starting vortex simulation Henry Zou FLUENT 0 November 9, 2012 00:34
Presenation of vortex strength and velocity concept? fruitkiwi Main CFD Forum 0 September 26, 2012 22:08


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