|
|||||
|
|
|
#1 |
|
Senior Member
Sandy Lee
Join Date: Mar 2009
Posts: 123
Rep Power: 2 |
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
|
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: 123
Rep Power: 2 |
Quote:
|
||
|
|
|
||
|
|
|
#4 |
|
Senior Member
Ahmed
Join Date: Mar 2009
Location: NY
Posts: 201
Rep Power: 3 |
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: 123
Rep Power: 2 |
Last edited by sandy; February 8, 2010 at 07:58. |
|
|
|
|
|
|
|
|
#6 |
|
Senior Member
Ahmed
Join Date: Mar 2009
Location: NY
Posts: 201
Rep Power: 3 |
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: 123
Rep Power: 2 |
Quote:
Why? .. |
||
|
|
|
||
|
|
|
#8 |
|
Senior Member
|
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 | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tecio compilation errors in latest 1.6.x | rsamuel | OpenFOAM Bugs | 1 | December 22, 2009 03:34 |
| Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 120 | December 2, 2009 10:23 |
| Compiling gmshFoam with OpenFOAM-1.5 | BlGene | OpenFOAM Meshing: Gmsh | 10 | August 6, 2009 04:26 |
| Compiling OpenFOAM13 on AMD64 with Redhat Enterprise | mbeaudoin | OpenFOAM Installation | 20 | June 17, 2008 06:43 |
| DxFoam reader update | hjasak | OpenFOAM Post-Processing | 69 | April 24, 2008 01:24 |