|
[Sponsors] |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 8, 2011, 09:03 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3
|
#1 |
New Member
Join Date: Jan 2010
Posts: 28
Rep Power: 16 |
Hi folks!
I had some help some time ago with installing OpenFoam on Ubuntu Karmic Koala....here.. We got it working and my customer was happy... Unfortunately, his computer was hit by a storm we have built him a new one, but with the old drive and I could fix Ubuntu...Karmic Koala hasn't any support now and I tried the upgrade to Lucid Lynx 10.04.3... The upgrade went well, so I tested OpenFoam and it came up error: Code:
ruben@ruben-desktop:~/OpenFOAM/OpenFOAM-1.6.x/bin$ ./foamInstallationTest Executing ./foamInstallationTest: Checking basic setup... ------------------------------------------------------------------------------- Shell: bash Host: ruben-desktop OS: Linux version 2.6.32-33-generic ------------------------------------------------------------------------------- Checking main OpenFOAM env variables... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Crit ------------------------------------------------------------------------------- $WM_PROJECT_INST_DIR /home/ruben/OpenFOAM yes yes $WM_PROJECT_USER_DIR /home/ruben/OpenFOAM/ruben-1.6.x yes no $WM_THIRD_PARTY_DIR /home/ruben/OpenFOAM/ThirdParty-1.6.x yes yes ------------------------------------------------------------------------------- Checking the OpenFOAM env variables set on the PATH... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Path Crit ------------------------------------------------------------------------------- $WM_PROJECT_DIR /home/ruben/OpenFOAM/OpenFOAM-1.6.x yes yes yes $FOAM_APPBIN ...6.x/applications/bin/linux64GccDPOpt yes yes yes $FOAM_SITE_APPBIN ...nFOAM/site/1.6.x/bin/linux64GccDPOpt no no $FOAM_USER_APPBIN ...6.x/applications/bin/linux64GccDPOpt no no $WM_DIR .../ruben/OpenFOAM/OpenFOAM-1.6.x/wmake yes yes yes ------------------------------------------------------------------------------- Checking the OpenFOAM env variables set on the LD_LIBRARY_PATH... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Path Crit ------------------------------------------------------------------------------- $FOAM_LIBBIN ...M/OpenFOAM-1.6.x/lib/linux64GccDPOpt yes yes yes $FOAM_SITE_LIBBIN ...nFOAM/site/1.6.x/lib/linux64GccDPOpt no no $FOAM_USER_LIBBIN ...FOAM/ruben-1.6.x/lib/linux64GccDPOpt no no $MPI_ARCH_PATH ...nmpi-1.3.3/platforms/linux64GccDPOpt yes yes yes ------------------------------------------------------------------------------- Third party software ------------------------------------------------------------------------------- Software Version Location ------------------------------------------------------------------------------- WARNING: gcc version does not match gcc supplied with this release of OpenFOAM Supplied version: 4.3.3 User version : 4.4.3 Minimum required: 4.3.1 gcc 4.4.3 WARNING: Conflicting installations: OpenFOAM settings : /bin/gcc current path : /usr/bin/gcc CRITICAL ERROR gzip 1.3.12 /bin/gzip tar 1.22 /bin/tar icoFoam 1.6.x ...penFOAM-1.6.x/applications/bin/linux64GccDPOpt/icoFoam ------------------------------------------------------------------------------- Summary ------------------------------------------------------------------------------- Base configuration ok. The foam installation contains 1 critical error(s). Review the output for warning messages and consult the installation guide for trouble shooting. done. ruben@ruben-desktop:~/OpenFOAM/OpenFOAM-1.6.x/bin$ My customer doesn't mind if I update to the latest version of Ubuntu and that is an option if support is working OK with OpenFOAM? The one thing I do remember.....is the service here is brilliant! Give me work to do ..... Thanks as always! bookie56 |
|
August 8, 2011, 11:29 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi bookie56!
It has already been this long ago!? OK, as for the error message: Quote:
It will only be necessary to rebuild everything only if your customer needs to build his own solvers/utilities for OpenFOAM. Otherwise, it's ready to run as it is! Or at least it should be... Upgrading the OpenFOAM version will depend on his usage of OpenFOAM itself. Currently he has two upgrade options:
As for the hardware-wise issue, although you didn't request anything suggestions, here are a few that you and/or your customer might want to consider:
And if you think that this much backup can be redundant, some people have now resorted to also having a spare laptop, because wasting 1 work day in the repair shop is not acceptable! Best regards, Bruno
__________________
|
||
August 8, 2011, 15:12 |
|
#3 |
New Member
Join Date: Jan 2010
Posts: 28
Rep Power: 16 |
Hi wyldckat!
Time flies doesn't it.....LOL! Thanks for a great and prompt reply... The backup side of things is something I keep on nagging my customers about.....some listen .....some don't... I don't think my customer was worried about any cases, because he had a go at reinstalling his cumputer after a crash a while back (didn't mention to me) and basically cocked things up....But when he finally had major problems after the storm...he came to me I was pleasantly surprised to find Ubuntu intact, but he had already said to reinstall everything if needed.... I see OpenFOAM has changed a lot....not saying that I have a clue about anything to do with it.......LOL At the moment it might be an idea to stay with the 10.04 LTS until they release a newer version..... I can check with him about the cases....to make sure if there is anything left he is worried about..... If he says go ahead and upgrade to latest version - can you help me with that? Is it easy to remove old version or upgrade...don't mind reinstalling Ubuntu....he is on holiday about another couple of weeks, so I have a little time to fix things... Let me know your opinion... Thanks again! bookie56 |
|
August 8, 2011, 17:44 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi bookie56,
OpenFOAM has indeed evolved and now also comes in a neat "turn key" optional installation mode: http://www.openfoam.com/download/ubuntu.php - it's not a perfect solution, but it's certainly very convenient to simply add the repo and "apt-get install" it Installing from git has also become more simple to do manually, simply by following every single step from here: http://www.openfoam.com/download/git.php The previous versions at still conveniently available as well here: http://www.openfoam.com/download/archive.php - 1.7.0 and 1.7.1 are also available with .deb packages Ah, something that they only explain partially - for builds to be done faster with multi-core, run this before Allwmake: Code:
export WM_NCOMPPROCS=8 And best of all, no need to reinstall things from scratch again, because multiple OpenFOAM versions can easily coexist in the same machine. Simply use something like this in ~/.bashrc: Code:
#. $HOME/OpenFOAM/OpenFOAM-1.6.x/etc/bashrc #<- remove this line! alias of16x='. $HOME/OpenFOAM/OpenFOAM-1.6.x/etc/bashrc' alias of171='. /opt/openfoam171/etc/bashrc' alias of17x='. $HOME/OpenFOAM/OpenFOAM-1.7.x/etc/bashrc' alias of20x='. $HOME/OpenFOAM/OpenFOAM-2.0.x/etc/bashrc' alias of201='. /opt/openfoam201/etc/bashrc' One thing to keep in mind: it's not advisable to run more than one of these aliases in the same terminal, because doing so will make a hybrid environment which may result in strange results. AFAIK this problem no longer occurs with 2.0.0 and above, but it was something that did not work all that well in previous versions. So when in doubt, start a new terminal and activate the desired environment. Last but not least, it's also possible to only use one ParaView version for all OpenFOAM version installations, preferably the latest one. All it's necessary is to do a little hacking to the "etc/apps/paraview3/bashrc" for OpenFOAM versions below 2.0.0 and "etc/config/paraview.sh" for 2.0.0 and above. Such hacking is explained here: http://www.cfd-online.com/Forums/blo...-openfoam.html - you can try either the official binary build from www.paraview.org, or use the latest paraview3101 deb package from openfoam.com. If push comes to shove and something is not right with the available pre-built versions of ParaView, you can also follow these instructions: http://www.cfd-online.com/Forums/blo...-qt-4-6-4.html Any questions/problems, just ask Best regards, Bruno
__________________
|
|
August 12, 2011, 07:46 |
|
#5 | ||
New Member
Join Date: Jan 2010
Posts: 28
Rep Power: 16 |
Hi wyldckat!
Thought I'd give you an update on the situation.... OK! I reinstalled to the latest version of Ubuntu 11.04 and update things etc... I looked at your last post and followd the first part: Quote:
I couldn't see any fault in the installation...just that a window popped up and asked me to report it..... After following the instructions below: Quote:
If I am not totally gagah - it looks like things are OK? Is there anything else you think I should do to test this installation? Thanks again! bookie56 |
|||
August 12, 2011, 07:51 |
|
#6 |
New Member
Join Date: Jan 2010
Posts: 28
Rep Power: 16 |
Hi again!
Here are the results of the example test in two posts because of character limit...LOL Code:
Courant Number mean: 0.222156 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 9.31424e-07, Final residual = 9.31424e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 2.02235e-06, Final residual = 2.02235e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.13094e-06, Final residual = 5.65573e-07, No Iterations 1 time step continuity errors : sum local = 7.17076e-09, global = 6.8962e-19, cumulative = 6.65405e-18 DICPCG: Solving for p, Initial residual = 8.47007e-07, Final residual = 8.47007e-07, No Iterations 0 time step continuity errors : sum local = 9.47514e-09, global = 2.45424e-19, cumulative = 6.89947e-18 ExecutionTime = 0.11 s ClockTime = 0 s Time = 0.36 Courant Number mean: 0.222156 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 8.84855e-07, Final residual = 8.84855e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.9229e-06, Final residual = 1.9229e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.17969e-06, Final residual = 5.35649e-07, No Iterations 1 time step continuity errors : sum local = 6.92573e-09, global = -6.15588e-19, cumulative = 6.28388e-18 DICPCG: Solving for p, Initial residual = 7.87431e-07, Final residual = 7.87431e-07, No Iterations 0 time step continuity errors : sum local = 8.98964e-09, global = -1.1473e-19, cumulative = 6.16915e-18 ExecutionTime = 0.11 s ClockTime = 0 s Time = 0.365 Courant Number mean: 0.222156 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 8.34708e-07, Final residual = 8.34708e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.81446e-06, Final residual = 1.81446e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.07821e-06, Final residual = 5.20872e-07, No Iterations 1 time step continuity errors : sum local = 6.80925e-09, global = 1.11264e-18, cumulative = 7.28179e-18 DICPCG: Solving for p, Initial residual = 7.80542e-07, Final residual = 7.80542e-07, No Iterations 0 time step continuity errors : sum local = 8.93535e-09, global = -1.02173e-18, cumulative = 6.26006e-18 ExecutionTime = 0.11 s ClockTime = 0 s Time = 0.37 |
|
August 12, 2011, 07:53 |
|
#7 |
New Member
Join Date: Jan 2010
Posts: 28
Rep Power: 16 |
Hi...yet again....
Code:
Courant Number mean: 0.222156 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 7.91333e-07, Final residual = 7.91333e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.72226e-06, Final residual = 1.72226e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.08761e-06, Final residual = 5.05306e-07, No Iterations 1 time step continuity errors : sum local = 6.68089e-09, global = -3.04981e-19, cumulative = 5.95508e-18 DICPCG: Solving for p, Initial residual = 7.48222e-07, Final residual = 7.48222e-07, No Iterations 0 time step continuity errors : sum local = 8.67212e-09, global = -4.69673e-19, cumulative = 5.48541e-18 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.375 Courant Number mean: 0.222156 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 7.4752e-07, Final residual = 7.4752e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.62721e-06, Final residual = 1.62721e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.03111e-06, Final residual = 4.88915e-07, No Iterations 1 time step continuity errors : sum local = 6.54924e-09, global = -7.70932e-19, cumulative = 4.71447e-18 DICPCG: Solving for p, Initial residual = 7.35215e-07, Final residual = 7.35215e-07, No Iterations 0 time step continuity errors : sum local = 8.56552e-09, global = 1.3268e-19, cumulative = 4.84715e-18 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.38 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 7.07676e-07, Final residual = 7.07676e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.54274e-06, Final residual = 1.54274e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.02888e-06, Final residual = 4.75108e-07, No Iterations 1 time step continuity errors : sum local = 6.43336e-09, global = -1.37477e-18, cumulative = 3.47238e-18 DICPCG: Solving for p, Initial residual = 7.08365e-07, Final residual = 7.08365e-07, No Iterations 0 time step continuity errors : sum local = 8.34542e-09, global = -3.1499e-19, cumulative = 3.15739e-18 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.385 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 6.69018e-07, Final residual = 6.69018e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.45835e-06, Final residual = 1.45835e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 9.81779e-07, Final residual = 9.81779e-07, No Iterations 0 time step continuity errors : sum local = 1.05866e-08, global = -4.74884e-19, cumulative = 2.68251e-18 DICPCG: Solving for p, Initial residual = 1.1432e-06, Final residual = 4.93949e-07, No Iterations 1 time step continuity errors : sum local = 6.58839e-09, global = 2.6172e-19, cumulative = 2.94422e-18 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.39 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 6.31245e-07, Final residual = 6.31245e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.37881e-06, Final residual = 1.37881e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 9.24637e-07, Final residual = 9.24637e-07, No Iterations 0 time step continuity errors : sum local = 1.01145e-08, global = 6.08557e-19, cumulative = 3.55278e-18 DICPCG: Solving for p, Initial residual = 1.18048e-06, Final residual = 4.60788e-07, No Iterations 1 time step continuity errors : sum local = 6.31245e-09, global = -1.00254e-19, cumulative = 3.45253e-18 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.395 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 5.96779e-07, Final residual = 5.96779e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.30363e-06, Final residual = 1.30363e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 7.95499e-07, Final residual = 7.95499e-07, No Iterations 0 time step continuity errors : sum local = 9.05615e-09, global = -3.13667e-19, cumulative = 3.13886e-18 DICPCG: Solving for p, Initial residual = 1.00779e-06, Final residual = 4.51775e-07, No Iterations 1 time step continuity errors : sum local = 6.23859e-09, global = -9.77397e-19, cumulative = 2.16146e-18 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.4 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 5.634e-07, Final residual = 5.634e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.23291e-06, Final residual = 1.23291e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 7.66551e-07, Final residual = 7.66551e-07, No Iterations 0 time step continuity errors : sum local = 8.81513e-09, global = -1.48975e-19, cumulative = 2.01249e-18 DICPCG: Solving for p, Initial residual = 9.5593e-07, Final residual = 9.5593e-07, No Iterations 0 time step continuity errors : sum local = 1.03665e-08, global = -1.45063e-18, cumulative = 5.61862e-19 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.405 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 5.37558e-07, Final residual = 5.37558e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.17431e-06, Final residual = 1.17431e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.14343e-06, Final residual = 4.50372e-07, No Iterations 1 time step continuity errors : sum local = 6.22236e-09, global = -2.16721e-19, cumulative = 3.45141e-19 DICPCG: Solving for p, Initial residual = 7.65909e-07, Final residual = 7.65909e-07, No Iterations 0 time step continuity errors : sum local = 8.80888e-09, global = 1.23639e-18, cumulative = 1.58153e-18 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.41 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 5.07667e-07, Final residual = 5.07667e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.10923e-06, Final residual = 1.10923e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.1347e-06, Final residual = 4.22294e-07, No Iterations 1 time step continuity errors : sum local = 5.99174e-09, global = 3.95227e-19, cumulative = 1.97675e-18 DICPCG: Solving for p, Initial residual = 6.59323e-07, Final residual = 6.59323e-07, No Iterations 0 time step continuity errors : sum local = 7.93155e-09, global = 6.33869e-19, cumulative = 2.61062e-18 ExecutionTime = 0.12 s ClockTime = 0 s Time = 0.415 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 4.79629e-07, Final residual = 4.79629e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 1.04906e-06, Final residual = 1.04906e-06, No Iterations 0 DICPCG: Solving for p, Initial residual = 9.49364e-07, Final residual = 9.49364e-07, No Iterations 0 time step continuity errors : sum local = 1.0307e-08, global = -3.87948e-20, cumulative = 2.57183e-18 DICPCG: Solving for p, Initial residual = 1.10917e-06, Final residual = 4.34872e-07, No Iterations 1 time step continuity errors : sum local = 6.08919e-09, global = -3.9167e-19, cumulative = 2.18016e-18 ExecutionTime = 0.13 s ClockTime = 0 s Time = 0.42 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 4.53177e-07, Final residual = 4.53177e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 9.92386e-07, Final residual = 9.92386e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 8.31737e-07, Final residual = 8.31737e-07, No Iterations 0 time step continuity errors : sum local = 9.34238e-09, global = -3.65366e-19, cumulative = 1.81479e-18 DICPCG: Solving for p, Initial residual = 1.07088e-06, Final residual = 4.03082e-07, No Iterations 1 time step continuity errors : sum local = 5.827e-09, global = 4.86299e-19, cumulative = 2.30109e-18 ExecutionTime = 0.13 s ClockTime = 0 s Time = 0.425 Courant Number mean: 0.222157 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 4.27898e-07, Final residual = 4.27898e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 9.37652e-07, Final residual = 9.37652e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 7.16316e-07, Final residual = 7.16316e-07, No Iterations 0 time step continuity errors : sum local = 8.39045e-09, global = 2.11593e-19, cumulative = 2.51268e-18 DICPCG: Solving for p, Initial residual = 9.09729e-07, Final residual = 9.09729e-07, No Iterations 0 time step continuity errors : sum local = 9.97465e-09, global = -1.13969e-18, cumulative = 1.373e-18 ExecutionTime = 0.13 s ClockTime = 0 s Time = 0.43 Courant Number mean: 0.222158 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 4.07759e-07, Final residual = 4.07759e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 8.92132e-07, Final residual = 8.92132e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.09649e-06, Final residual = 4.05999e-07, No Iterations 1 time step continuity errors : sum local = 5.84432e-09, global = 3.19292e-19, cumulative = 1.69229e-18 DICPCG: Solving for p, Initial residual = 7.03982e-07, Final residual = 7.03982e-07, No Iterations 0 time step continuity errors : sum local = 8.28695e-09, global = 6.53969e-19, cumulative = 2.34626e-18 ExecutionTime = 0.13 s ClockTime = 0 s Time = 0.435 Courant Number mean: 0.222158 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 3.84564e-07, Final residual = 3.84564e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 8.41763e-07, Final residual = 8.41763e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.05114e-06, Final residual = 3.86792e-07, No Iterations 1 time step continuity errors : sum local = 5.68456e-09, global = 6.42058e-19, cumulative = 2.98831e-18 DICPCG: Solving for p, Initial residual = 6.07198e-07, Final residual = 6.07198e-07, No Iterations 0 time step continuity errors : sum local = 7.48808e-09, global = -5.92261e-19, cumulative = 2.39605e-18 ExecutionTime = 0.13 s ClockTime = 0 s Time = 0.44 Courant Number mean: 0.222158 max: 0.852133 DILUPBiCG: Solving for Ux, Initial residual = 3.63661e-07, Final residual = 3.63661e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 7.96623e-07, Final residual = 7.96623e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 8.75084e-07, Final residual = 8.75084e-07, No Iterations 0 time step continuity errors : sum local = 9.68166e-09, global = -9.99234e-20, cumulative = 2.29613e-18 DICPCG: Solving for p, Initial residual = 1.02261e-06, Final residual = 3.92873e-07, No Iterations 1 time step continuity errors : sum local = 5.72766e-09, global = 1.38966e-19, cumulative = 2.43509e-18 ExecutionTime = 0.13 s ClockTime = 0 s Time = 0.445 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 3.44093e-07, Final residual = 3.44093e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 7.5532e-07, Final residual = 7.5532e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 7.60165e-07, Final residual = 7.60165e-07, No Iterations 0 time step continuity errors : sum local = 8.73844e-09, global = -5.12108e-19, cumulative = 1.92299e-18 DICPCG: Solving for p, Initial residual = 9.83152e-07, Final residual = 9.83152e-07, No Iterations 0 time step continuity errors : sum local = 1.05663e-08, global = 2.84219e-19, cumulative = 2.20721e-18 ExecutionTime = 0.13 s ClockTime = 0 s Time = 0.45 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 3.26896e-07, Final residual = 3.26896e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 7.14548e-07, Final residual = 7.14548e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.18427e-06, Final residual = 3.81424e-07, No Iterations 1 time step continuity errors : sum local = 5.63105e-09, global = 5.95735e-19, cumulative = 2.80294e-18 DICPCG: Solving for p, Initial residual = 7.06215e-07, Final residual = 7.06215e-07, No Iterations 0 time step continuity errors : sum local = 8.2903e-09, global = 1.07476e-18, cumulative = 3.8777e-18 ExecutionTime = 0.13 s ClockTime = 0 s Time = 0.455 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 3.09425e-07, Final residual = 3.09425e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 6.77403e-07, Final residual = 6.77403e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.09651e-06, Final residual = 3.73806e-07, No Iterations 1 time step continuity errors : sum local = 5.56265e-09, global = -1.83576e-18, cumulative = 2.04194e-18 DICPCG: Solving for p, Initial residual = 5.80099e-07, Final residual = 5.80099e-07, No Iterations 0 time step continuity errors : sum local = 7.25369e-09, global = 1.37337e-18, cumulative = 3.4153e-18 ExecutionTime = 0.14 s ClockTime = 0 s Time = 0.46 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 2.91362e-07, Final residual = 2.91362e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 6.38059e-07, Final residual = 6.38059e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 8.36526e-07, Final residual = 8.36526e-07, No Iterations 0 time step continuity errors : sum local = 9.35567e-09, global = 1.70068e-19, cumulative = 3.58537e-18 DICPCG: Solving for p, Initial residual = 9.7277e-07, Final residual = 9.7277e-07, No Iterations 0 time step continuity errors : sum local = 1.04725e-08, global = 5.31215e-19, cumulative = 4.11659e-18 ExecutionTime = 0.14 s ClockTime = 0 s Time = 0.465 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 2.77976e-07, Final residual = 2.77976e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 6.06898e-07, Final residual = 6.06898e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.10122e-06, Final residual = 3.85677e-07, No Iterations 1 time step continuity errors : sum local = 5.65671e-09, global = 1.31803e-18, cumulative = 5.43462e-18 DICPCG: Solving for p, Initial residual = 7.29219e-07, Final residual = 7.29219e-07, No Iterations 0 time step continuity errors : sum local = 8.47013e-09, global = 4.78938e-20, cumulative = 5.48251e-18 ExecutionTime = 0.14 s ClockTime = 0 s Time = 0.47 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 2.62206e-07, Final residual = 2.62206e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 5.73848e-07, Final residual = 5.73848e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.12915e-06, Final residual = 3.62773e-07, No Iterations 1 time step continuity errors : sum local = 5.46354e-09, global = 3.47995e-19, cumulative = 5.83051e-18 DICPCG: Solving for p, Initial residual = 5.72653e-07, Final residual = 5.72653e-07, No Iterations 0 time step continuity errors : sum local = 7.18397e-09, global = 1.45104e-18, cumulative = 7.28155e-18 ExecutionTime = 0.15 s ClockTime = 0 s Time = 0.475 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 2.47097e-07, Final residual = 2.47097e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 5.41476e-07, Final residual = 5.41476e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 8.3628e-07, Final residual = 8.3628e-07, No Iterations 0 time step continuity errors : sum local = 9.34498e-09, global = 8.99642e-19, cumulative = 8.18119e-18 DICPCG: Solving for p, Initial residual = 9.78087e-07, Final residual = 9.78087e-07, No Iterations 0 time step continuity errors : sum local = 1.05074e-08, global = -3.24503e-19, cumulative = 7.85668e-18 ExecutionTime = 0.15 s ClockTime = 0 s Time = 0.48 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 2.3555e-07, Final residual = 2.3555e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 5.14355e-07, Final residual = 5.14355e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.11022e-06, Final residual = 3.67162e-07, No Iterations 1 time step continuity errors : sum local = 5.49626e-09, global = 3.38317e-20, cumulative = 7.89052e-18 DICPCG: Solving for p, Initial residual = 7.06599e-07, Final residual = 7.06599e-07, No Iterations 0 time step continuity errors : sum local = 8.27603e-09, global = 5.42961e-19, cumulative = 8.43348e-18 ExecutionTime = 0.15 s ClockTime = 0 s Time = 0.485 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 2.22829e-07, Final residual = 2.22829e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 4.87534e-07, Final residual = 4.87534e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.10464e-06, Final residual = 3.50083e-07, No Iterations 1 time step continuity errors : sum local = 5.3505e-09, global = -1.6403e-19, cumulative = 8.26945e-18 DICPCG: Solving for p, Initial residual = 5.52457e-07, Final residual = 5.52457e-07, No Iterations 0 time step continuity errors : sum local = 7.00941e-09, global = -5.40976e-19, cumulative = 7.72847e-18 ExecutionTime = 0.15 s ClockTime = 0 s Time = 0.49 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 2.09588e-07, Final residual = 2.09588e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 4.59868e-07, Final residual = 4.59868e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 8.08884e-07, Final residual = 8.08884e-07, No Iterations 0 time step continuity errors : sum local = 9.1113e-09, global = 1.11173e-19, cumulative = 7.83964e-18 DICPCG: Solving for p, Initial residual = 9.46436e-07, Final residual = 9.46436e-07, No Iterations 0 time step continuity errors : sum local = 1.02383e-08, global = 5.3105e-19, cumulative = 8.37069e-18 ExecutionTime = 0.15 s ClockTime = 0 s Time = 0.495 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 1.99665e-07, Final residual = 1.99665e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 4.36311e-07, Final residual = 4.36311e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.0746e-06, Final residual = 3.53797e-07, No Iterations 1 time step continuity errors : sum local = 5.37651e-09, global = -2.9125e-19, cumulative = 8.07944e-18 DICPCG: Solving for p, Initial residual = 6.81574e-07, Final residual = 6.81574e-07, No Iterations 0 time step continuity errors : sum local = 8.06059e-09, global = 9.28097e-19, cumulative = 9.00754e-18 ExecutionTime = 0.15 s ClockTime = 0 s Time = 0.5 Courant Number mean: 0.222158 max: 0.852134 DILUPBiCG: Solving for Ux, Initial residual = 1.89493e-07, Final residual = 1.89493e-07, No Iterations 0 DILUPBiCG: Solving for Uy, Initial residual = 4.14522e-07, Final residual = 4.14522e-07, No Iterations 0 DICPCG: Solving for p, Initial residual = 1.06665e-06, Final residual = 3.39604e-07, No Iterations 1 time step continuity errors : sum local = 5.25344e-09, global = -9.50761e-19, cumulative = 8.05678e-18 DICPCG: Solving for p, Initial residual = 5.36118e-07, Final residual = 5.36118e-07, No Iterations 0 time step continuity errors : sum local = 6.86432e-09, global = 4.62063e-19, cumulative = 8.51884e-18 ExecutionTime = 0.16 s ClockTime = 0 s End ruben@ruben-System-Product-Name:~/OpenFOAM/ruben-2.0.1/run/tutorials/incompressible/icoFoam/cavity$ paraFoam Hope you can make sense of this....LOL bookie56 |
|
August 12, 2011, 10:53 |
|
#8 | |||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi bookie56,
Quote:
Quote:
Quote:
But if you do want to do some more tests, then try following the official guide: http://www.openfoam.com/docs/user/tutorials.php But I think this would be better left to your client to do than yourself Best regards, Bruno
__________________
|
||||
August 13, 2011, 05:03 |
|
#9 |
New Member
Join Date: Jan 2010
Posts: 28
Rep Power: 16 |
Hi mate!
Thanks for all your help again!! I suppose it will probably be another year before I am in touch again..... Great Service!! I will link this forum to my customer, so that if he has any questions he is in the right place Don't work too hard....... bookie56 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Installing Code_Saturne 2.0.0b (and Salome 5.1.2) on an Ubuntu 9.10 Karmic 64bits | jrmy.rbrt | Main CFD Forum | 3 | November 20, 2009 15:25 |
Installing Code_Saturne 2.0.0b on an Ubuntu 9.10 Karmic 64bits | jrmy.rbrt | Main CFD Forum | 0 | November 20, 2009 15:19 |