|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
Sandy Lee
Join Date: Mar 2009
Posts: 177
Rep Power: 4 ![]() |
Hi foamers,
When I run "decomposePar" to my case, I got error stories again as follow: --> FOAM FATAL ERROR: Couldn't creat directory "/home/user/OpenFOAM/user-1.6.x/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/processor1" From function Foam::mkDir(const fileName&, mode_t) in file POSIX.C at line 423.FOAM exiting I check the POSIX.C file at line 423, the code were written as follows: default: { FatalErrorIn("Foam::mkDir(const fileName&, mode_t)") << "Couldn't create directory " << pathName << exit(FatalError); return false; } What is wrong with it? Who can help me out? Thanks. Sandy |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 1,776
Blog Entries: 29
Rep Power: 20 ![]() |
Greetings Sandy,
Have you tried making the directory manually? There might already be a file named "processor1" or you might have reduced permissions on the case folder, for some strange reason... So, try this: Code:
mkdir /home/user/OpenFOAM/user-1.6.x/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/processor1 Code:
ls -la /home/user/OpenFOAM/user-1.6.x/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/
Additionally, in case you edited out your true user name and put in "user", it could be due to your user name having special characters or spaces in the name, thus making OpenFOAM to throw an error... although in Linux that shouldn't be an issue. Best regards, Bruno Santos |
|
|
|
|
|
|
|
|
#3 | |
|
Senior Member
Sandy Lee
Join Date: Mar 2009
Posts: 177
Rep Power: 4 ![]() |
Quote:
|
||
|
|
|
||
|
|
|
#4 |
|
Senior Member
Ahmed
Join Date: Mar 2009
Location: NY
Posts: 224
Rep Power: 5 ![]() |
Your error message, openfoam cannot create a directory, and Bruno Santos is telling you to create this folder manually and see what is wrong there
|
|
|
|
|
|
|
|
|
#5 |
|
Senior Member
Sandy Lee
Join Date: Mar 2009
Posts: 177
Rep Power: 4 ![]() |
WOW, it is amazing ... I solved them! Thanks, anyway...
Last edited by sandy; February 8, 2010 at 08:58. |
|
|
|
|
|
|
|
|
#6 |
|
Senior Member
Ahmed
Join Date: Mar 2009
Location: NY
Posts: 224
Rep Power: 5 ![]() |
Lee
I do not read private messages, you have anything to say, say it here. Again, the openfoam error message is very clear, the programme cannot create the folder, see why |
|
|
|
|
|
|
|
|
#7 | |
|
Senior Member
Sandy Lee
Join Date: Mar 2009
Posts: 177
Rep Power: 4 ![]() |
Quote:
Why? .. |
||
|
|
|
||
|
|
|
#8 |
|
Senior Member
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 1,776
Blog Entries: 29
Rep Power: 20 ![]() |
Hi Sandy,
Can you run: Code:
ls -la /home/user/OpenFOAM/user-1.6.x/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/ Best regards, Bruno |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tecio compilation errors in latest 1.6.x | rsamuel | OpenFOAM Bugs | 1 | December 22, 2009 04:34 |
| Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 120 | December 2, 2009 11:23 |
| Compiling gmshFoam with OpenFOAM-1.5 | BlGene | OpenFOAM Open Source Meshers: Gmsh, Netgen, CGNS, ... | 10 | August 6, 2009 05:26 |
| Compiling OpenFOAM13 on AMD64 with Redhat Enterprise | mbeaudoin | OpenFOAM Installation | 20 | June 17, 2008 07:43 |
| DxFoam reader update | hjasak | OpenFOAM Post-Processing | 69 | April 24, 2008 02:24 |