|
[Sponsors] |
October 7, 2006, 19:42 |
Hello,
To start with, I do
|
#1 |
New Member
Andrew Lindsay
Join Date: Mar 2009
Location: Perth, Western Australia
Posts: 24
Rep Power: 17 |
Hello,
To start with, I do not have a really great understanding of Linux. I have tried to follow the instructions in the read me's and FAQs, but I am having a problem with installing the software. When I try unpacking the general tar, I get the following. >tar -xzf ../OpenFOAM-1.3.General.gtgz gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now I have downloaded the TAR a couple of times, and each time I get the same result. Any assistance would be appreciated. Regards Andrew Lindsay |
|
October 8, 2006, 11:34 |
the "minus" in "tar -xzf .."
|
#2 |
Senior Member
Markus Hartinger
Join Date: Mar 2009
Posts: 102
Rep Power: 17 |
the "minus" in "tar -xzf .." is wrong
try "tar xzf OpenFOAM-1.3.General.gtgz" markus |
|
October 9, 2006, 02:57 |
Unpack the file from the same
|
#3 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Unpack the file from the same directory. The ../OpenFOAM-1.3.General.gtgz is messing stuff for you. Put OpenFOAM-1.3.General.gtgz in the directory where you want to unpack it and then do a tar -xzf OpenFOAM-1.3.General.gtgz.
I think the minus sign is not a problem. |
|
October 9, 2006, 04:52 |
Probably your file has been co
|
#4 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Probably your file has been corrupted while downloading. Is the file size correct? Check your file:
file OpenFOAM-1.3.General.gtgz gives for me gzip compressed data, from Unix Then rename it so gunzip recognizes it mv OpenFOAM-1.3.General.gtgz OpenFOAM-1.3.General.tar.gz and run gunzip on it: gunzip OpenFOAM-1.3.General.tar.gz This should create a file without the .tar. Finally run 'tar' on it: tar xf OpenFOAM-1.3.General.tar |
|
October 9, 2006, 07:11 |
Cheers for the help.
I now ha
|
#5 |
New Member
Andrew Lindsay
Join Date: Mar 2009
Location: Perth, Western Australia
Posts: 24
Rep Power: 17 |
Cheers for the help.
I now have the system up and running I think. Now, where do I go to get help with actually setting up and running a problem? Regards Andrew |
|
October 9, 2006, 15:43 |
Hi,
You have nice tutori
|
#6 |
New Member
Adrian Magda
Join Date: Mar 2009
Posts: 7
Rep Power: 17 |
Hi,
You have nice tutorials at the OpenFOAM webpage: http://www.opencfd.co.uk//openfoam/doc/userse1.html and http://www.opencfd.co.uk//openfoam/doc/userse3.html I wrote also one but is not so good as the first two ... http://www.schunternet.de/~amagda/cf...M_tutorial.odt adrian |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDS trouble | Jenny | FLUENT | 0 | July 7, 2008 04:27 |
UDS trouble | Jenny | FLUENT | 0 | July 6, 2008 05:09 |
Caseinsensitive unpacking and windowsmacos | niklas | OpenFOAM Installation | 61 | April 14, 2008 10:15 |
Converting ANSYS CFX files to Fluent files | Martin S. Rasmussen | FLUENT | 3 | January 30, 2007 16:08 |
udf trouble | Eric | FLUENT | 1 | July 6, 2004 15:49 |