|
[Sponsors] |
September 9, 2010, 21:33 |
mixerGgi Tutorial 1.5-dev
|
#1 |
Senior Member
Robert
Join Date: Sep 2010
Posts: 158
Rep Power: 16 |
Hello everyone,
I recently installed 1.5-dev, and I am able to run the cavity tutorial with no problem. I am also able to mesh the mixerGgi model and view it in parafoam, however I cannot run icoDyMFoam. I get the following error: Code:
... Reading field p Attempt to cast type patch to type lduInterface From function refCast<To>(From&) in file /home/lordvon/OpenFOAM/OpenFOAM-1.5-dev/src/OpenFOAM/lnInclude/typeInfo.H at line 106. FOAM aborting Aborted Does anybody know what the problem is? I'll post more info if needed. Thanks, Robert Last edited by lordvon; September 9, 2010 at 22:58. |
|
September 9, 2010, 22:56 |
|
#2 |
Senior Member
Robert
Join Date: Sep 2010
Posts: 158
Rep Power: 16 |
I seem to have two boundary files, one inside 'constant' folder, and one immediately outside. There is a difference between the two files, isolated to the inside and outside sliders. The boundary file in the constant folder has:
Code:
insideSlider { type patch; nFaces 36; startFace 1192; } outsideSlider { type patch; nFaces 36; startFace 1228; } Code:
insideSlider { type ggi; nFaces 36; startFace 1192; shadowPatch outsideSlider; zone insideZone; bridgeOverlap false; } outsideSlider { type ggi; nFaces 36; startFace 1228; shadowPatch insideSlider; zone outsideZone; bridgeOverlap false; } |
|
September 10, 2010, 12:11 |
|
#3 |
Senior Member
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22 |
Hello,
> Could someone give me a working ggi tutorial? You do have a working ggi tutorial with the mixerGGI tutorial. This tutorial is running every single night through an OpenFOAM test harness I am running on two of our systems. See here for the current status of this specific tutorial: http://openfoam-extend.sourceforge.n...ate=2010-09-10 The complete OF-1.5-dev source code being used for running this test harness is updated and compiled every night. I would suggest you revisit your compilation logs, maybe something is missing. As for the presence of 2 "boundary" files, take a look at the tutorial Allrun script, you will understand why there is two. Of course, you are running this tutorial using the Allrun script, do you? Martin |
|
September 10, 2010, 14:25 |
|
#4 |
Senior Member
Robert
Join Date: Sep 2010
Posts: 158
Rep Power: 16 |
Hi,
Thank you SO much for your response. I was not using Allrun. I will be more careful in my wording next time; I did not mean to imply the software was bad, but I just wanted to compare files because in my particular case the installation and compilation was a bit messy. Well anyways, What does the cell array rAU contain (can be seen in the ParaView properties tab)? |
|
September 10, 2010, 15:24 |
|
#5 |
Senior Member
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22 |
> I will be more careful in my wording next time; I did not mean to imply the software was bad, but I just wanted to compare files because in my particular case >the installation and compilation was a bit messy.
No problem. It looks to me you did a lot of progress in the past week. OpenFOAM is also about climbing a few unfamiliar learning curves here and there. >Well anyways, What does the cell array rAU contain (can be seen in the ParaView properties tab) Now is the time for you to explore the source code of the solver. Take a look at the following files: applications/solvers/incompressible/icoDyMFoam/icoDyMFoam.C : for the definition of the field rAU. "rAU = 1.0/UEqn.A();" applications/solvers/incompressible/icoDyMFoam/UEqn.H : for the definition of the matrix UEqn. src/finiteVolume/lnInclude/fvMatrix.H: for the definition of the method fvMatrix::A() Then you will be able to stitch this all together and understand what rAU is. Best, Martin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM 1.5 dev | LVDH | OpenFOAM | 98 | May 5, 2010 18:01 |
TwoPhaseEulerFoam bed tutorial case crashes in 1.6. Stable in 1.5 | hemph | OpenFOAM Bugs | 2 | February 17, 2010 09:10 |
[OpenFOAM] Paraview/Parafoam in OpenFoam 1.5 dev | titio | ParaView | 0 | December 9, 2009 13:13 |
[OpenFOAM] Paraview/Parafoam in OpenFoam 1.5 dev | titio | ParaView | 0 | December 9, 2009 13:12 |
TwoPhaseEulerFoam bed tutorial case stable in 1.5, crashes in 1.6 | hemph | OpenFOAM | 3 | December 5, 2009 05:19 |