|
[Sponsors] |
October 14, 2010, 19:10 |
Getting Started
|
#1 | |
New Member
Join Date: Oct 2010
Posts: 3
Rep Power: 16 |
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 |
||
October 14, 2010, 19:39 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
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 Code:
mkdir: missing operand Try `mkdir --help' for more information. Code:
export env Code:
env --help man env Bruno
__________________
|
|
October 14, 2010, 21:40 |
|
#3 |
New Member
Join Date: Oct 2010
Posts: 3
Rep Power: 16 |
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? |
|
October 15, 2010, 08:06 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
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
__________________
|
|
October 15, 2010, 13:22 |
|
#5 |
New Member
Join Date: Oct 2010
Posts: 3
Rep Power: 16 |
ok i thought it looks like this.
http://oshima.eng.niigata-u.ac.jp/Op...amXscreen2.png |
|
October 15, 2010, 13:29 |
|
#6 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Guardian,
Nope, sadly FoamX is no longer supported nor developed AFAIK. For more information, you can read about it here. Best regards, Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The fluent process could not be started | Mary | FLUENT | 5 | June 23, 2017 08:38 |
Error: Fluent process could not be started | Clem | FLUENT | 1 | November 26, 2015 14:23 |
Help getting started | Xye | OpenFOAM | 1 | November 21, 2009 15:01 |
EOF on stderr. the fluent could not be started | sree_rahul | FLUENT | 2 | July 12, 2006 07:59 |
HELP-error: the fluent process cannot be started | James Willie | FLUENT | 0 | January 24, 2006 12:17 |