|
[Sponsors] |
Getting LinuxMem: [Errno 2] No such file or directory: '/proc/9170/status' |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 2, 2013, 09:51 |
Getting LinuxMem: [Errno 2] No such file or directory: '/proc/9170/status'
|
#1 |
Senior Member
saeideh mohamadi
Join Date: Aug 2012
Posts: 229
Rep Power: 15 |
Hi,
i am simulating the flow over an airfoil, i use sapalartAllmaras turbulence model, and simpleFoam solver, after 473 iterate it give me this error and exit the iteration after that : Getting LinuxMem: [Errno 2] No such file or directory: '/proc/9170/status' what should i do, please give me some guidance Code:
Time = 472 smoothSolver: Solving for Ux, Initial residual = 0.0013927, Final residual = 1.15184e-05, No Iterations 7 smoothSolver: Solving for Uy, Initial residual = 0.00151985, Final residual = 1.39483e-05, No Iterations 7 GAMG: Solving for p, Initial residual = 0.0330439, Final residual = 1.83226e-05, No Iterations 10 GAMG: Solving for p, Initial residual = 0.00158952, Final residual = 1.37841e-06, No Iterations 6 GAMG: Solving for p, Initial residual = 0.000741389, Final residual = 3.87226e-07, No Iterations 7 time step continuity errors : sum local = 1.82986e-07, global = -1.07452e-14, cumulative = -3.27814e-12 smoothSolver: Solving for nuTilda, Initial residual = 0.00234781, Final residual = 2.17256e-05, No Iterations 4 --> FOAM Warning : From function tmp<volScalarField> SpalartAllmaras::k() const in file SpalartAllmaras/SpalartAllmaras.C at line 243 Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field --> FOAM Warning : From function tmp<volScalarField> SpalartAllmaras::k() const in file SpalartAllmaras/SpalartAllmaras.C at line 243 Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field --> FOAM Warning : From function tmp<volScalarField> SpalartAllmaras::k() const in file SpalartAllmaras/SpalartAllmaras.C at line 243 Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field ExecutionTime = 1272.27 s ClockTime = 1372 s forceCoeffs output: Cm = 0.851865 Cd = -0.0668863 Cl = 2.09587 Cl(f) = 1.8998 Cl(r) = 0.196069 forceCoeffs output: Cm = -0.0102469 Cd = -0.0895791 Cl = 0.207119 Cl(f) = 0.0933124 Cl(r) = 0.113806 forceCoeffs output: Cm = 0.32755 Cd = 0.224488 Cl = 0.300781 Cl(f) = 0.477941 Cl(r) = -0.17716 Time = 473 Duration of pickling 41.032533884 too long. Extending frequency from 1.0 to 2051.6266942 smoothSolver: Solving for Ux, Initial residual = 0.00140234, Final residual = 1.15912e-05, No Iterations 7 smoothSolver: Solving for Uy, Initial residual = 0.00152834, Final residual = 1.40133e-05, No Iterations 7 GAMG: Solving for p, Initial residual = 0.0337894, Final residual = 1.80586e-05, No Iterations 10 GAMG: Solving for p, Initial residual = 0.00153707, Final residual = 1.49885e-06, No Iterations 6 GAMG: Solving for p, Initial residual = 0.000709925, Final residual = 3.63655e-07, No Iterations 7 time step continuity errors : sum local = 1.72361e-07, global = -8.50566e-15, cumulative = -3.28665e-12 smoothSolver: Solving for nuTilda, Initial residual = 0.00236463, Final residual = 2.18312e-05, No Iterations 4 --> FOAM Warning : From function tmp<volScalarField> SpalartAllmaras::k() const in file SpalartAllmaras/SpalartAllmaras.C at line 243 Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field --> FOAM Warning : From function tmp<volScalarField> SpalartAllmaras::k() const in file SpalartAllmaras/SpalartAllmaras.C at line 243 Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field --> FOAM Warning : From function tmp<volScalarField> SpalartAllmaras::k() const in file SpalartAllmaras/SpalartAllmaras.C at line 243 Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field ExecutionTime = 1276.19 s ClockTime = 1728 s forceCoeffs output: Cm = 0.849925 Cd = -0.067174 Cl = 2.09219 Cl(f) = 1.89602 Cl(r) = 0.19617 forceCoeffs output: Cm = -0.0101749 Cd = -0.0889825 Cl = 0.206383 Cl(f) = 0.0930168 Cl(r) = 0.113367 forceCoeffs output: Cm = 0.326995 Cd = 0.2243 Cl = 0.300192 Cl(f) = 0.477091 Cl(r) = -0.176899 Time = 474 smoothSolver: Solving for Ux, Initial residual = 0.00141171, Final residual = 1.16636e-05, No Iterations 7 smoothSolver: Solving for Uy, Initial residual = 0.00153671, Final residual = 1.40768e-05, No Iterations 7 GAMG: Solving for p, Initial residual = 0.0348114, Final residual = 3.40433e-05, No Iterations 9 GAMG: Solving for p, Initial residual = 0.00153878, Final residual = 1.47378e-06, No Iterations 6 GAMG: Solving for p, Initial residual = 0.000719226, Final residual = 3.64595e-07, No Iterations 7 Getting LinuxMem: [Errno 2] No such file or directory: '/proc/9170/status' Last edited by wyldckat; October 5, 2013 at 07:27. Reason: Added [CODE][/CODE] |
|
October 5, 2013, 07:32 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings s.m,
A few questions:
Best regards, Bruno PS: please follow the instructions on the second link of my signature, for whenever you need to post output from solvers or utilities, or source code!
__________________
|
|
October 9, 2013, 10:55 |
|
#3 | |
Senior Member
saeideh mohamadi
Join Date: Aug 2012
Posts: 229
Rep Power: 15 |
Quote:
2. no i didn't run openFoam's tutorial to get this error 3. i am using the "forceCoeffs" function for expressing the cd&cl on airfoil 4. my case' volume is too large 5. no i didn't run my case in parallel. i change my opensuse several time, but this problem is still annoying me, and my run stops every 500 steps approximately after giving this error. Thank you for spending your time to solve my problem |
||
October 11, 2013, 17:25 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi s.m,
My suggestion is to either install OpenFOAM 2.2.1 or 2.2.x, because I've got a feeling that what you are seeing is a bug that has already been fixed in the latest OpenFOAM versions. If you could adapt an existing OpenFOAM tutorial case to use the same kind of simulation characteristics that your case is using, and if that test case were to give the same error, then you could share that test case and I could confirm if this is a bug in OpenFOAM 2.2.0 that has already been fixed or not. Either way, from what I can see, there are at least two ways you can install OpenFOAM 2.2.1:
Bruno
__________________
|
|
June 19, 2022, 06:23 |
Getting LinuxMem: [Errno 2] No such file or directory: '/proc/3248/status'
|
#5 |
New Member
Rakhim
Join Date: Jun 2022
Posts: 1
Rep Power: 0 |
I want to learn how to model Askervane Hill from a model. But I can't repeat it. Gives the following errors:
Create time --> FOAM Warning : From function int main(int, char**) in file reconstructPar.C at line 220 No times selected /bin/sh: 1: sample: not found Traceback (most recent call last): File "./runAskervein.py", line 215, in <module> plotAskervein.main([target]) File "/home/tim/Downloads/Askervein_template4/plotAskervein.py", line 33, in main m = max(lastRun) ValueError: max() arg is an empty sequence Getting LinuxMem: [Errno 2] No such file or directory: '/proc/3248/status' https://openfoamwiki.net/index.php/S...lidation_Cases (3) Flow over real terrain - Askervein hill (checked on OF 2.1.1) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] mesh airfoil NACA0012 | anand_30 | OpenFOAM Meshing & Mesh Conversion | 13 | March 7, 2022 18:22 |
centOS 5.6 : paraFoam not working | yossi | OpenFOAM Installation | 2 | October 9, 2013 02:41 |
pisoFoam compiling error with OF 1.7.1 on MAC OSX | Greg Givogue | OpenFOAM Programming & Development | 3 | March 4, 2011 18:18 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |