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

Add a Coriolis Force And Make a Tornado

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 20, 2020, 02:19
Default Add a Coriolis Force And Make a Tornado
  #1
New Member
 
Shitiz Goel
Join Date: Aug 2020
Posts: 5
Rep Power: 5
Shitiz is on a distinguished road
Hello,

I am trying to simulate the tornado mentioned in the tutorial(link given below). I am using OpenFoam v1912. I have followed all the steps correctly. But when I visualize using Paraview, I could not see the required phenomenon i.e. tornado like the last image given in the tutorial. Please help.

Thanks in Advance

https://openfoamwiki.net/index.php/H...Make_a_Tornado
Shitiz is offline   Reply With Quote

Old   August 20, 2020, 06:52
Default
  #2
New Member
 
Shitiz Goel
Join Date: Aug 2020
Posts: 5
Rep Power: 5
Shitiz is on a distinguished road
Dear Foamers,

Actually, I am getting plain pressure isosurfaces using Paraview unlike one shown in the tutorial. If anyone has successfully simulated this tutorial, please try to help where might be the problem. All the steps I think I followed correctly. Any suggestions are highly appreciable.

Thankyou
Shitiz is offline   Reply With Quote

Old   August 26, 2020, 10:00
Default
  #3
New Member
 
Shitiz Goel
Join Date: Aug 2020
Posts: 5
Rep Power: 5
Shitiz is on a distinguished road
Hello everyone,

I am using following boundary conditions for U,T,p and p_rgh respectively. Precisely, I want to add rotation by adding coriolis force to the solver. I am following the tornado tutorial whose link I have already shared. But I am not getting any rotation kind of thing using this. Please check these boundary conditions. If possible, please help me so that I can learn the concept of "How to add rotation to a solver". Also, any other suggestions or sources may be very useful.

Thankyou very much!


Quote:
U

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
floor
{
type noSlip;
}

ceiling
{
type noSlip;
}

fixedWalls
{
type noSlip;
}
}

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

T

dimensions [0 0 0 1 0 0 0];

internalField uniform 300;

boundaryField
{
floor
{
type fixedValue;
value uniform 300;
}
ceiling
{
type fixedValue;
value uniform 300;
}
fixedWalls
{
type zeroGradient;
}
}

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

p

dimensions [0 2 -2 0 0 0 0];

internalField uniform 1e5;

boundaryField
{
floor
{
type calculated;
value $internalField;
}

ceiling
{
type calculated;
value $internalField;
}

fixedWalls
{
type calculated;
value $internalField;
}
}

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



P_rgh

dimensions [0 2 -2 0 0 0 0];

internalField uniform 1e5;

boundaryField
{
floor
{
type fixedFluxPressure;
rho rhok;
value uniform 1e5;
}

ceiling
{
type fixedFluxPressure;
rho rhok;
value uniform 1e5;
}

fixedWalls
{
type fixedFluxPressure;
rho rhok;
value uniform 1e5;
}
}

// ************************************************** *********************** //
Shitiz is offline   Reply With Quote

Reply

Tags
add rotation to a solver


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
Planing boat simulation with InterDyMFoam and force ramp for make it stable EmaManu OpenFOAM Running, Solving & CFD 22 March 16, 2021 12:54
How to make the force steady using VOF? zjtcfd FLUENT 0 May 31, 2017 04:29
I want to add the Coulomb force to the parcel of sprayFoam. kame OpenFOAM Programming & Development 0 November 2, 2015 20:03
How to add external time varying force achyutan OpenFOAM Running, Solving & CFD 0 January 8, 2014 07:57
OpenFOAM with IBM AIX matthias OpenFOAM Installation 20 March 25, 2008 02:36


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