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

Turbulent solver rigid body mechanics

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 27, 2007, 15:16
Default Good day to everyone! After
  #41
Senior Member
 
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25
philippose will become famous soon enough
Good day to everyone!

After a short break, I am back :-)! Break from posting on this thread i.e. :-)! The holiday break is just coming up (yippee :-)!)

For those who have moved on to OpenFOAM 1.4, here is the latest version of turbForceFoam.

turbForceFoam.tgz

This version of the solver has the following changes / upgrades:

1. Works in the stock version of OpenFOAM 1.4

2. Saves the following data at each write operation:
a. Absolute time at which calculation was carried out last
b. Acceleration
c. Velocity
d. Position
e. Pressure force
f. Wall Shear force

I have run a simple test-case which came up with very satisfactory results, though, I havent tried the wall shear force part of the code (A simple action of replacing the "no" with a "yes" in the dictionary... havent got around to doing it yet!).

The sample case itself is 1.9 MB, due to the fact that I use a mesh generated using Netgen. If anyone wants to take it for a spin, let me know and I can send it via E-mail.

The only problem I have, is that when I use an adaptive time step for the fluid solver (turbFoam based), with a limit on the maximum Courant number being 0.5, the time step goes down to around 2.8e-07, and the simulation takes ages to complete (though each iteration itself it quite fast).

Is there any way of getting larger deltaT without affecting the simulation results too much?

Have a nice day!

Philippose
philippose is offline   Reply With Quote

Old   October 4, 2007, 16:47
Default Hi Philippose, Can you send
  #42
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Hi Philippose,

Can you send me a recent test case plus the latest version of your solver. My email address is msrinath80@yahoo.com.

Thanks very much for your help.
msrinath80 is offline   Reply With Quote

Old   October 4, 2007, 18:37
Default Hi Srinath.... Just sent yo
  #43
Senior Member
 
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25
philippose will become famous soon enough
Hi Srinath....

Just sent you a mail with the solvers + example case :-)!

Now... its sleepy time for me....! Man... almost time to wake up again :-O!!

Enjoy!

Philippose
philippose is offline   Reply With Quote

Old   October 11, 2007, 12:43
Default Hi Phillippose, Firstly nic
  #44
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Hi Phillippose,

Firstly nice job on the solver. Very impressive indeed. I do have a few comments/questions though.

1. Your default setup causes the solution to blow up (Floating point exception) toward the end. I reduced the maximum Co and it still blows up at Time = 0.00240107 (with or without viscous forces turned on). Since transientSimple does not have a Co limit, I will assume that the problem lies elsewhere (as Hrv mentioned a while ago the dispersion error can foul up the solution).

2. The way I see it now, you are constraining the motion in the Y direction which is why you don't solve for any angular momentum balances. So far so good.

3. The valve in the test case ascends and then descends quite nicely. However I saw no evidence of mesh getting skewed as the valve moved down etc. Have you done away with all those problems?

4. How exactly did you create the mesh? If for instance I wanted to have a sphere inside a rectangular box, would I mesh the sphere as a wall as usual and then the cellmotion solver would identify the patch marked sphere wall and move the points on the sphere surface accordingly?

Thanks for your time and help
msrinath80 is offline   Reply With Quote

Old   October 12, 2007, 02:18
Default Hi Srinath, A Good day to y
  #45
Senior Member
 
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25
philippose will become famous soon enough
Hi Srinath,

A Good day to you :-)!

Thanks for the feedback :-)! Nice to see that something worked! However before going into all the details of your post yet....

You mentioned that the simulation blew up after 2.4 ms of simulation time. Did you use turbForceFoam or simpleForceFoam? .... Reason for my question... the night I sent you the code, I had run the simulation up to around 15 ms, and noticed that the valve was just beginning to settle, which was why I had mentioned that it should settle in around 20 ms odd.... so.. the simulation got well past the level to which you were able to get to.

Hmmm... Maybe I should check out that case I sent you again to see if I changed anything before sending it to you :-)! I have this vague memory of having changed a time step for the force solver :-)! Need to check up!

Are you using the stock OpenFOAM 1.4.1?

Shall get back to you on this sometime soon!

Have a nice day!

Philippose
philippose is offline   Reply With Quote

Old   October 12, 2007, 05:24
Default Hello again :-)! I just ran
  #46
Senior Member
 
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25
philippose will become famous soon enough
Hello again :-)!

I just ran the simulation again, and I think I know what may have gotten you worried.... at around 0.0024... , you see some iterations where Epsilon is continuously bounded.

Well... this is really not a problem... this is in the initial phase of the simulation.... but if you let it go on, it settles down without any hassles.

I am attaching the log file of the simulation I ran today, which goes up to around 0.013... seconds. I ran out of disk space soon after :-)! So had to stop.... but things are looking ok so far.

As for the other questions.... right now I am literally breaking my head over the ParaView 3 plugin for OpenFOAM... shall get back to you over the weekend (if not earlier :-)!)

Enjoy!

Philippose

log_excerpt.zip
philippose is offline   Reply With Quote

Old   October 12, 2007, 14:17
Default Thanks Philippose. I will wait
  #47
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Thanks Philippose. I will wait for your responses. I would like to try out some test cases myself.
msrinath80 is offline   Reply With Quote

Old   December 7, 2007, 11:11
Default Hi Philippose, Very interes
  #48
Member
 
Jason Dale
Join Date: Mar 2009
Location: UK
Posts: 80
Rep Power: 17
jason is on a distinguished road
Hi Philippose,

Very interested in your solver and tried to test it out but I got an error as follows:

>turbForceFoam . forceBalanceTest

...
...
...

Selecting dynamicFvMesh dynamicMotionSolverFvMesh
Selecting motion solver: laplaceTetDecomposition


--> FOAM FATAL ERROR : solver table is empty

From function motionSolver::New(const polyMesh& mesh)
in file motionSolver/motionSolver.C at line 94.

FOAM exiting

I get 3 warnings when I compile your code

OpenFOAM/OpenFOAM-1.4.1/src/finiteVolume/lnInclude/readPISOControls.H: In function 'int main(int, char**)':
OpenFOAM/OpenFOAM-1.4.1/src/finiteVolume/lnInclude/readPISOControls.H:3: warning: unused variable 'nCorr'
OpenFOAM/OpenFOAM-1.4.1/src/finiteVolume/lnInclude/readTimeControls.H:40: warning: unused variable 'maxCo'

I used your latest files from the 27th April above.

Any chance you know whats wrong?

Regards

Jason
jason is offline   Reply With Quote

Old   December 7, 2007, 13:34
Default Hello Jason, A Good evening
  #49
Senior Member
 
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25
philippose will become famous soon enough
Hello Jason,

A Good evening to you!

Great to hear that you are interested in the solver :-)!

However, before you do anything further, I would strongly suggest that you use the latest version of the solver. The version from 27th April is quite old :-)!

Anyway... as for the error you are getting.... in the official version of OpenFOAM-1.4.1, the tetrahedral decomposition mesh motion solvers are not available. Only Finite Volume mesh motion solvers have been included with this version of OpenFOAM.

I modified the solver to use the finite Volume solvers instead, which would be one very good reason for you to switch to the latest version :-)!

The warnings that you get when compiling the source code are perfectly fine. They are harmless, and can be safely ignored.

I forked the solver into two paths... one which uses the PISO algorithm (modified version of icoFoam), and another one which uses the SIMPLE algorithm (modified version of transientSimpleFoam). I personally find the SIMPLE algorithm to be "less harder" on the system, so I almost exclusively use that... but you can choose based on your application and experience.

Here are the latest versions of both the streams:

simpleForceFoam.tar.gz

turbForceFoam.tar.gz

By the way... you need to change your selection of motion solver in the "dynamicMeshDict" to one of the finite volume ones.... and.... the location of the dictionary for the force solver has changed... it now looks for a file called "forceFoamDict" in the "constant" folder of your case.

Here is a sample of the "forceFoamDict", and the "dynamicMeshDict" :

forceFoamDict

dynamicMeshDict

If you have problems, or more importantly... improvements and bugfixes.... I would be really grateful to hear from you :-)!

Have a nice weekend!

Philippose
philippose is offline   Reply With Quote

Old   December 8, 2007, 13:06
Default Hi Philippose, Many thanks
  #50
Member
 
Jason Dale
Join Date: Mar 2009
Location: UK
Posts: 80
Rep Power: 17
jason is on a distinguished road
Hi Philippose,

Many thanks for the files. I have to go away on business till late next week so I will try it out when I return. Looking forward to it!

Regards

Jason
jason is offline   Reply With Quote

Old   December 20, 2007, 15:13
Default Hi Philippose, Finally got
  #51
Member
 
Jason Dale
Join Date: Mar 2009
Location: UK
Posts: 80
Rep Power: 17
jason is on a distinguished road
Hi Philippose,

Finally got around to playing with your code. Would you have an up to date test case that I can study?

I had one called forceBalanceTest but I'm not sure if that came from here or not and I cannot find it again.

Kind Regards

Jason
jason is offline   Reply With Quote

Old   October 24, 2008, 04:36
Default Hi, I am wondering if this cod
  #52
Member
 
John Wang
Join Date: Mar 2009
Location: Singapore
Posts: 73
Rep Power: 17
cwang5 is on a distinguished road
Hi, I am wondering if this code works with OF-1.5? or is there an equivalent type of solver available in OF-1.5? Thanks

John
cwang5 is offline   Reply With Quote

Old   November 7, 2008, 20:22
Default Hello http://www.cfd-online.co
  #53
Senior Member
 
louisgag's Avatar
 
Louis Gagnon
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 338
Rep Power: 18
louisgag is on a distinguished road
Send a message via ICQ to louisgag
Hello

There is the turbDyMFoam in OF 1.5 but I think you would have to implement fluid-structure interaction yourself (unless it has already been done on the development version).

I am also looking for such a solver in 1.5 and will keep you updated.

have a good day,

-Louis
louisgag is offline   Reply With Quote

Old   July 16, 2011, 13:35
Default
  #54
Senior Member
 
Pablo
Join Date: Mar 2009
Posts: 102
Rep Power: 17
pablodecastillo is on a distinguished road
So correctPhi is necessary or not??, i thought that in mesh motion with makeabsolute-makerelative, the flux was corrected.

Pablo
pablodecastillo is offline   Reply With Quote

Reply


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
Rigid body rotation NOT through the CG? Joe FLUENT 6 May 28, 2010 11:03
About rigid-body solution? billpeace CFX 8 April 23, 2006 18:49
rigid body motion antonello FLUENT 3 July 28, 2004 03:25
rigid body code nico FLUENT 0 July 23, 2004 04:25
rigid body simulation nabeel mohsin FLUENT 0 September 4, 2003 02:46


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