|
[Sponsors] |
[OpenFOAM.org] paraFoam Installation for Open Foam 2.3.1 on Ubuntu 12.04 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 3, 2015, 11:39 |
paraFoam Installation for Open Foam 2.3.1 on Ubuntu 12.04
|
#1 |
Senior Member
ArielJ
Join Date: Aug 2015
Posts: 127
Rep Power: 11 |
Hi everyone,
First off I have to say that I am completely new to OpenFOAM, quite new to Linux, and in general not incredibly confident at programming. For my work, I am trying to learn OpenFOAM and am following tutorials. I was able to install openFOAM and paraview correctly... so I thought! When I type just paraview into the command line, paraview opens correctly. However, when I try paraFoam, I get the error "command not found". Here are some things I tried: Code:
sudo apt-get download paraviewopenfoam231 --allow-unauthenticated I also tried to follow the instructions here: http://openfoamwiki.net/index.php/In...u#Ubuntu_14.10 (beginning with step 9 and setting up Cmake - not successful). Code:
cd $WM_THIRD_PARTY_DIR wget "https://raw.github.com/wyldckat/scripts4OpenFOAM3rdParty/master/getCmake" sed -i -e 's=version}\.3=version}.12.1=' getCmake chmod +x getCmake ./getCmake ./makeCmake wmSET $FOAM_SETTINGS Code:
./getCmake: 42: ./getCmake: wmakeCheckPwd: not found Thanks in advance for any advice!! UPDATE: I've just realised that this did in fact work before. I can launch ParaView (typing paraview in the command line) and I can view my past attempt at this -- several months ago so I had forgotten I had tried before. Now I'm more confused because I guess I deleted it somehow or changed the dependency??? Any ideas? Last edited by arieljeds; August 3, 2015 at 11:48. Reason: included update at the bottom of post |
|
August 4, 2015, 18:23 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Ariel and welcome to the forum!
Well, there were two details wrong in how you were trying to install ParaView via apt-get:
Code:
paraFoam The error message: Code:
wmakeCheckPwd: not found Best regards, Bruno
__________________
|
|
August 5, 2015, 04:45 |
|
#3 |
Senior Member
ArielJ
Join Date: Aug 2015
Posts: 127
Rep Power: 11 |
Hi Bruno,
Thanks for your reply! Well after messing around with it a lot I realised I was really stupid and, as you suggested, had not even opened the OpenFOAM environment! I have it working now but having other issues to do with the "Plot over Line" option (greyed out) but I guess it's off topic and I'll start a new thread if necessary! Thanks again Ariel |
|
Tags |
openfoam, parafoam, paraview, ubuntu 12.04 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
error with reactingFoam | BakedAlmonds | OpenFOAM Running, Solving & CFD | 4 | June 22, 2016 03:21 |
[OpenFOAM.org] OpenFOAM 2.40 installation on Ubuntu 12.04 LTS | eddykendo | OpenFOAM Installation | 1 | July 18, 2015 18:38 |
OF 2.2.1 installation error on dependencies in Ubuntu 12.04 | immortality | OpenFOAM Installation | 8 | October 19, 2013 16:17 |
is internalField(U) equivalent to zeroGradient? | immortality | OpenFOAM Running, Solving & CFD | 7 | March 29, 2013 02:27 |
Adventure of fisrst openfoam installation on Ubuntu 710 | jussi | OpenFOAM Installation | 0 | April 24, 2008 15:25 |