|
[Sponsors] |
![]() |
![]() |
#1 |
Senior Member
Pavan
Join Date: May 2009
Location: Melbourne
Posts: 101
Rep Power: 17 ![]() |
Hey guys, a couple of things firstly,
does moveDynamicMesh work with GGI? Not working for me. Output is: Code:
[pab565@vayu1 pitchEllipse4]$ moveDynamicMesh /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.5-dev | | \\ / A nd | Revision: 1669 | | \\/ M anipulation | Web: http://www.OpenFOAM.org | \*---------------------------------------------------------------------------*/ Exec : moveDynamicMesh Date : Apr 25 2010 Time : 14:31:01 Host : vayu1 PID : 6875 Case : /short/g75/Pavan_FYP/pitchEllipse4 nProcs : 1 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create dynamic mesh for time = 0 Selecting dynamicFvMesh mixerGgiFvMesh void mixerGgiFvMesh::addZonesAndModifiers() : Zones and modifiers already present. Skipping. Mixer mesh: origin: (0 0 0) axis : (0 0 1) rpm : 1 --> FOAM Warning : From function dlLibraryTable::open(const dictionary& dict, const word& libsEntry, const TablePtr tablePtr) in file lnInclude/dlLibraryTableTemplates.C at line 68 library "libsampling.so" did not introduce any new entries Creating ggi check Time = 0.002 Clear VTK directory Initializing the GGI interpolator between master/shadow patches: insideSlider/outsideSlider Evaluation of GGI weighting factors: Largest slave weighting factor correction : 2.22045e-16 average: 7.51536e-17 Largest master weighting factor correction: 2.66454e-15 average: 1.34081e-16 volume continuity errors : volume = 2.62147e-05, max error = 6.07437e-12, sum local = 1.78474e-15, global = -1.30073e-17 ExecutionTime = 0.2 s ClockTime = 0 s request for surfaceScalarField phi from objectRegistry region0 failed available objects of type surfaceScalarField are 2 ( weightingFactors meshPhi ) From function objectRegistry::lookupObject<Type>(const word&) const in file /home/565/pab565/OpenFOAM/OpenFOAM-1.5-dev/src/OpenFOAM/lnInclude/objectRegistryTemplates.C at line 142. FOAM aborting Abort Code:
rpm_=10/9*pi*cos(pi/6*time().value()); Code:
rpm_=5/9*pi*cos(pi/6*time().value()); |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Henrik Rusche
Join Date: Mar 2009
Location: Wernigerode, Sachsen-Anhalt, Germany
Posts: 281
Rep Power: 18 ![]() |
Dear rieuk,
a) Try switching off the ggiCheck function object. b) You may be a victim of implicit conversion. Try: rpm_=5.0/9.0*pi*cos(pi/6.0*time().value()); Best Regards, Henrik |
|
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Pavan
Join Date: May 2009
Location: Melbourne
Posts: 101
Rep Power: 17 ![]() |
Solved and solved. Cheers, Henrik! And sorry about crying wolf in the thread topic
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Floating point exception error | Alan | OpenFOAM Running, Solving & CFD | 11 | July 1, 2021 22:51 |
Difference between ggi and overlapGgi? GGI Tips and Tricks? | philippose | OpenFOAM Running, Solving & CFD | 7 | January 16, 2013 10:40 |
Performance of GGI case in parallel | hannes | OpenFOAM Running, Solving & CFD | 26 | August 3, 2011 04:07 |
BCs for parallel ggi | NickG | OpenFOAM | 1 | March 15, 2010 12:12 |
CFX GGI Interface Error (non-overlapping) | surge519 | CFX | 1 | August 3, 2009 19:54 |