|
[Sponsors] |
January 18, 2006, 09:20 |
What is the difference between
|
#1 |
Senior Member
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18 |
What is the difference between the implementation of mesh motion between the following two solvers: interFoam and icoFoamAutoMotion.
Thanks, Frank
__________________
Frank Bos |
|
January 18, 2006, 09:49 |
From the mesh motion side, non
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
From the mesh motion side, none really. I don't know which version you're looking at, but now both solvers should have the run-time selectable mesh motion and have the option of using the automatic mesh motion solver.
Algorithmically, the icoFoamAutoMotion solver uses the relative flux formulation of the pressure equation whereas interFoam works wih absolute fluxes. Enjoy, Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
January 18, 2006, 10:31 |
I am running OpenFOAM 1.2.
|
#3 |
Senior Member
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18 |
I am running OpenFOAM 1.2.
As far as I can see, the icoFoamAutoMotion solver takes care of the motion using the motionSolver.C class. The way the unsteady boundary motion could be implemented is by applying transient boundary conditions on motionU. On the other hand, interFoam uses the movingFvMesh.C class to move/deform the mesh. According to this implementation it is possible to write a user defined class, like movingFlapFvMesh or movingInkjetFvMesh. Then the main motion parameters, like frequency and amplitude, can be run time selectable. In fact I want to implement the movingFlapFvMesh into icoFoamAutoMotion, is that possible? Is my understanding correct, or not? Thanks, Frank
__________________
Frank Bos |
|
January 18, 2006, 10:44 |
Yup, just rip out the movingFv
|
#4 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Yup, just rip out the movingFvMesh stuff form the interFoam solver and put it into (your own version) of icoFoamAutoMotion, update the call syntax, make sure moving flap is linked in and you're in business. I have already done so for the next release.
Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
InterfaceCompression interFoam | sega | OpenFOAM Running, Solving & CFD | 4 | May 25, 2016 11:29 |
InterFoam | floooo | OpenFOAM Running, Solving & CFD | 0 | November 3, 2008 12:00 |
Modeling shaking motion Vs Rotational motion | jaswi | OpenFOAM Running, Solving & CFD | 2 | July 19, 2007 23:44 |
Evaporation in interfoam | khleitz | OpenFOAM Running, Solving & CFD | 0 | May 25, 2007 04:31 |
IcoFoamAutoMotion missing in my distribution | vinz | OpenFOAM Running, Solving & CFD | 6 | November 17, 2006 01:58 |