|
[Sponsors] |
August 10, 2013, 03:16 |
simpleFoam crash fast!
|
#1 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
Hi..
after meshing my case successfully, I run simpleFoam, to obtain the following error. can anyone tell me what should i do? Quote:
Last edited by izna; August 10, 2013 at 04:18. |
||
August 10, 2013, 13:21 |
|
#2 |
Member
Patrick Wollny
Join Date: Apr 2010
Posts: 58
Rep Power: 16 |
Looks like you forgot the word "uniform" for your velocity inlet boundary condition
|
|
August 12, 2013, 01:46 |
|
#3 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
hi
this is my file for U.. I have not forgotten the word uniform.. Quote:
|
||
August 12, 2013, 02:56 |
|
#4 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
all your "$"-parameters are not set.
I assume you should run a script which replaces all the $-parameters with right value
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
August 12, 2013, 04:02 |
|
#5 |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
dear Max,
can you please elaborate... where to define those parameters? i mean which folders? |
|
August 12, 2013, 04:18 |
|
#6 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
I am not experienced with atmBoundaryLayerInletVelocity, but for sure the third line of your U file should look like "internalField uniform (0 0 0);"
where (0 0 0) is the velocity vector for domain initialization. But you have "internalField uniform $flowVelocity;" $flowVelocity is a parameter for a script, which should automatically set the velocity vector (understand replace $flowVelocity with the right vector). So either you get this script, and you run it, or you replace all the "$-parameters" with their right values. The script is not a part of OF.
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
August 13, 2013, 04:52 |
|
#7 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
hi thanks for the reply dear max
can you tell me what does the followingh error means? I get this when i run ./Allrun Quote:
|
||
August 13, 2013, 04:57 |
|
#8 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
edit "Allrun" file and check what it is supposed to do.
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
August 13, 2013, 05:03 |
|
#9 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
Quote:
|
||
August 13, 2013, 05:09 |
|
#10 |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
i got that case from the net and each i am geting the same error..
|
|
August 13, 2013, 05:12 |
|
#11 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
check this script runAskervein.py
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
August 13, 2013, 05:14 |
|
#12 |
Member
Patrick Wollny
Join Date: Apr 2010
Posts: 58
Rep Power: 16 |
Have you installed pyFoam?
|
|
August 13, 2013, 06:00 |
|
#13 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
On installing the pyFOam and again running ./Allrun.. i obtain the foll error..
Quote:
Last edited by izna; August 13, 2013 at 07:24. |
||
August 13, 2013, 06:10 |
|
#14 |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
||
August 13, 2013, 07:59 |
|
#15 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
with check I meant edit the file and check what it is executing...
For running it, you have to know which arguments etc... you have to enter. But I don't know exactly what does this script and I suggest you to ignore it and go back to basics: set your BC properly and run simpleFoam.
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
August 20, 2013, 06:51 |
simpleFoam error due to atmBoundaryLayerInletVelocity
|
#16 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
Each time same error.. I need help badly
Quote:
|
||
August 20, 2013, 07:12 |
|
#17 | |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
Quote:
Code:
#include "include/initialConditions" Code:
flowVelocity (10 0 0); |
||
August 20, 2013, 07:26 |
|
#18 | |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
Quote:
I never used "include/initialConditions
__________________
In memory of my friend Hervé: CFD engineer & freerider |
||
August 20, 2013, 07:29 |
|
#19 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
The correct values will be used. Pretty handy if you need variables at multiple places. You can include any file that you wish. For example, sometimes I include the blockMeshDict in the setFieldsDict, works perfectly fine.
Especially in OF 2.2, there are some advanced possibilities, see: http://www.openfoam.org/version2.2.0/pre-processing.php |
|
August 20, 2013, 07:37 |
|
#20 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
Hi Bernard Below is my ABL file.. I have configured everyhting step by step and all my $ have been already initialised.. still i get error..
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam vs. simpleFoam channel flow comparison | DanM | OpenFOAM Running, Solving & CFD | 12 | January 31, 2020 16:26 |
Laminar simpleFoam and inviscid simpleFoam | herenger | OpenFOAM Running, Solving & CFD | 7 | July 11, 2013 07:27 |
Trying to run a benchmark case with simpleFoam | spsb | OpenFOAM | 3 | February 24, 2012 10:07 |
simpleFoam crash -> How to solve | tH3f0rC3 | OpenFOAM | 4 | May 12, 2011 08:07 |
Naca0012 k-e mpirun gives fpe whereas simpleFoam not | Pierpaolo | OpenFOAM | 1 | May 8, 2010 04:08 |