|
[Sponsors] | |||||
|
|
|
#1 | |
|
New Member
Join Date: Oct 2010
Posts: 3
Rep Power: 4 ![]() |
I just installed openfoam how it's written in the manual.
Now i have a problem to continue with the "getting started" part. Quote:
and to write mkdir -p $FOAM_RUN in the terminal leads to nothing. ![]() plz help |
||
|
|
|
||
|
|
|
#2 |
|
Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 4,282
Blog Entries: 31
Rep Power: 45 ![]() ![]() |
Greetings Guardian and welcome to the forum!
Try running the following two commands: Code:
echo $HOME echo $FOAM_RUN The first one should show your own user folder in the "/home" folder; For example "/home/guardian". The second one should show something like "/home/guardian/OpenFOAM/guardian-1.7.1/run". If it doesn't, it's because OpenFOAM isn't properly installed. If it does show something, try running this: Code:
cd $FOAM_RUN If the variable FOAM_RUN were empty, mkdir would have told you this:Code:
mkdir: missing operand Try `mkdir --help' for more information. Code:
export env Code:
env --help man env Bruno
__________________
|
|
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Oct 2010
Posts: 3
Rep Power: 4 ![]() |
It wouldn't be a problem at all to create these directories with the file manager.
I just thought that i have to create them by using the mkdir command. so i was just confused that it didn't work. Now i copied the tutorials into the run directory and started it with the commands: cd $FOAM_RUN/tutorials/incompressible/icoFoam/cavity blockMesh icoFoam paraFoam ...then paraview opened. but where the hell is openfoam?
|
|
|
|
|
|
|
|
|
#4 |
|
Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 4,282
Blog Entries: 31
Rep Power: 45 ![]() ![]() |
Hi Guardian,
ParaView is used for post-processing: http://www.openfoam.com/docs/user/ca...#x5-130002.1.4 OpenFOAM did it's magic when you ran: Code:
blockMesh icoFoam Bruno
__________________
|
|
|
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Oct 2010
Posts: 3
Rep Power: 4 ![]() |
||
|
|
|
|
|
|
|
#6 |
|
Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 4,282
Blog Entries: 31
Rep Power: 45 ![]() ![]() |
Hi Guardian,
Nope, sadly FoamX is no longer supported nor developed AFAIK. For more information, you can read about it here. Best regards, Bruno
__________________
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help getting started | Xye | OpenFOAM | 1 | November 21, 2009 14:01 |
| Error: Fluent process could not be started | Clem | FLUENT | 0 | February 17, 2009 19:33 |
| The fluent process could not be started | Mary | FLUENT | 3 | July 8, 2008 01:38 |
| EOF on stderr. the fluent could not be started | sree_rahul | FLUENT | 2 | July 12, 2006 06:59 |
| HELP-error: the fluent process cannot be started | James Willie | FLUENT | 0 | January 24, 2006 11:17 |