![]() |
Flow around a cylinder in chapter 3 of OF Programer's Guide can not run with OF 1.6
I am new to OF. This is the error message when I run potentialFoam with OF 1.6.
would some one tell why and how to fix. Thanks, /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 1.6-53b7f692aa41 Exec : potentialFoam Date : Mar 31 2010 Time : 14:05:29 Host : yu-desktop PID : 6144 Case : /home/yu/OpenFOAM/yu-1.6/run/cylinder nProcs : 1 SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Reading field p Reading field U Calculating potential flow DICPCG: Solving for p, Initial residual = 1, Final residual = 7.87053e-07, No Iterations 76 DICPCG: Solving for p, Initial residual = 0.0126511, Final residual = 7.87996e-07, No Iterations 64 DICPCG: Solving for p, Initial residual = 0.00272823, Final residual = 9.14557e-07, No Iterations 58 DICPCG: Solving for p, Initial residual = 0.00100302, Final residual = 9.16454e-07, No Iterations 50 continuity error = 3.6372e-05 Interpolated U error = 2.76513e-05 ExecutionTime = 0.09 s ClockTime = 1 s End |
There is no error. It has calculated internal values for velocity field U (and flux phi) consistent with your supplied boundary conditions. Check 0/U.
|
No o/p files generated
In the module mentioned above, the start time is 0 and end time is 1. So the o/p directory should show the files for time 0 and 1 (the time-step is 1). But it does not show files for 1. Could somebody help with that?
Thanks |
There are no errors above. After that, type foamToVTK and open the /VTK/cylinder.vtk file in Paraview to see the results. I hope this help.
|
All times are GMT -4. The time now is 07:24. |