Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. Mac-mini:movingCone PeterE$ pimpleDyMFoam
  2. /*---------------------------------------------------------------------------*\
  3. | ========= | |
  4. | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
  5. | \\ / O peration | Version: 4.0 |
  6. | \\ / A nd | Web: www.OpenFOAM.org |
  7. | \\/ M anipulation | |
  8. \*---------------------------------------------------------------------------*/
  9. Build : 4.0
  10. Exec : pimpleDyMFoam
  11. Date : Oct 20 2016
  12. Time : 19:04:16
  13. Host : "Mac-mini.local"
  14. PID : 90374
  15. Case : /Users/PeterE/OpenFOAM/OpenFOAM-4.0/tutorials/incompressible/pimpleDyMFoam/movingCone
  16. nProcs : 1
  17. sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
  18. fileModificationChecking : Monitoring run-time modified files using timeStampMaster
  19. allowSystemOperations : Allowing user-supplied system call operations
  20.  
  21. // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
  22. Create time
  23.  
  24. Create mesh for time = 0
  25.  
  26. Selecting dynamicFvMesh dynamicMotionSolverFvMesh
  27. Selecting motion solver: velocityComponentLaplacian
  28. --> FOAM Warning :
  29. From function dlOpen(const fileName&, const bool)
  30. in file POSIX.C at line 1044
  31. dlOpen: using fallback library name "libfvMotionSolvers.dylib"
  32. Selecting motion diffusion: directional
  33.  
  34. PIMPLE: no residual control data found. Calculations will employ 2 corrector loops
  35.  
  36. Reading field p
  37.  
  38. Reading field U
  39.  
  40. Reading/calculating face flux field phi
  41.  
  42. Selecting incompressible transport model Newtonian
  43. Selecting turbulence model type laminar
  44. No MRF models present
  45.  
  46. Reading/calculating face velocity Uf
  47.  
  48. No finite volume options present
  49.  
  50. Courant Number mean: 0 max: 0
  51.  
  52. Starting time loop
  53.  
  54. --> FOAM Warning :
  55. From function dlOpen(const fileName&, const bool)
  56. in file POSIX.C at line 1044
  57. dlOpen: using fallback library name "libsampling.dylib"
  58. Reading surface description:
  59. zNormal
  60.  
  61. Courant Number mean: 0 max: 0
  62. Time = 5e-06
  63.  
  64. DICPCG: Solving for cellMotionUx, Initial residual = 1, Final residual = 7.49026e-09, No Iterations 41
  65. GAMG: Solving for pcorr, Initial residual = 1, Final residual = 0.0120425, No Iterations 9
  66. time step continuity errors : sum local = 1.21024e-05, global = -1.93129e-06, cumulative = -1.93129e-06
  67. PIMPLE: iteration 1
  68. smoothSolver: Solving for Ux, Initial residual = 1, Final residual = 0.00518207, No Iterations 1
  69. smoothSolver: Solving for Uy, Initial residual = 1, Final residual = 0.00630599, No Iterations 1
  70. smoothSolver: Solving for Uz, Initial residual = 0.130994, Final residual = 0.000745908, No Iterations 1
  71. GAMG: Solving for p, Initial residual = 1, Final residual = 0.0045295, No Iterations 11
  72. time step continuity errors : sum local = 4.56003e-06, global = -7.17971e-07, cumulative = -2.64927e-06
  73. PIMPLE: iteration 2
  74. smoothSolver: Solving for Ux, Initial residual = 0.0285794, Final residual = 1.34937e-06, No Iterations 2
  75. smoothSolver: Solving for Uy, Initial residual = 0.0214531, Final residual = 2.63463e-06, No Iterations 2
  76. smoothSolver: Solving for Uz, Initial residual = 0.0175449, Final residual = 5.14228e-07, No Iterations 2
  77. GAMG: Solving for p, Initial residual = 0.00717312, Final residual = 4.74127e-07, No Iterations 15
  78. time step continuity errors : sum local = 5.50739e-08, global = 7.35885e-09, cumulative = -2.64191e-06
  79. dyld: lazy symbol binding failed: Symbol not found: __ZN4FoamlsERNS_7OstreamEl
  80. Referenced from: /Users/PeterE/OpenFOAM/OpenFOAM-4.0/platforms/darwin64ClangDPInt32Opt/bin/pimpleDyMFoam
  81. Expected in: flat namespace
  82.  
  83. dyld: Symbol not found: __ZN4FoamlsERNS_7OstreamEl
  84. Referenced from: /Users/PeterE/OpenFOAM/OpenFOAM-4.0/platforms/darwin64ClangDPInt32Opt/bin/pimpleDyMFoam
  85. Expected in: flat namespace
  86.  
  87. Abort trap: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement