|
[Sponsors] |
[foam-extend.org] Ubuntu 14.04, Foam-extend 3.1: "command not found" |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 26, 2015, 21:23 |
|
#21 | |
New Member
heidi
Join Date: Mar 2015
Posts: 6
Rep Power: 11 |
Quote:
Hi wyldckat: Thank you very much. I download a snapshot (.tgz) of the source code from: http://sourceforge.net/projects/open...am-extend-3.1/ then unpack. I git clone git://git.code.sf.net/p/openfoam-extend/foam-extend-3.1, then the foam-exted-3.1 can be compiled successfully! I don't why? but the new problem come, when i run the tutorial, blockMesh, the error show: command not found. When i install the OpenFOAM2.4.0, the paraview has been installed. the paraview need reinstall? what can i do next? Thank you very much!! |
||
October 31, 2015, 08:18 |
|
#22 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: Please follow the instructions I wrote in post #5: http://www.cfd-online.com/Forums/ope...tml#post558995 - post #5, then continue reading the posts for more details.
Last edited by wyldckat; October 31, 2015 at 08:18. Reason: added more details |
|
July 5, 2016, 06:42 |
|
#23 |
Member
Viraj Belekar
Join Date: Jun 2016
Posts: 68
Rep Power: 10 |
Hello Mr. Bruno,
My system is unable to find the icoLagrangianFoam command. I have attached the log.make.gz file with this post. Can you please help? Thank you |
|
July 5, 2016, 06:49 |
|
#24 |
New Member
LOU Lida
Join Date: Mar 2015
Posts: 18
Rep Power: 11 |
Hi, Viraj
I think the problem is that the icoLagrangianFoam is not included in this version. Lida |
|
July 5, 2016, 06:52 |
|
#25 |
Member
Viraj Belekar
Join Date: Jun 2016
Posts: 68
Rep Power: 10 |
Hi Lida,
I am trying to install the latest version foam-extend-3.1 (https://openfoamwiki.net/index.php/I...om_source_code). And I am quite sure that icoLagrangianFoam is there in this version. Can you please help? |
|
July 5, 2016, 06:57 |
|
#26 |
New Member
LOU Lida
Join Date: Mar 2015
Posts: 18
Rep Power: 11 |
Hi, Viraj
I've checked the source of the foam-extend-31. It seems that the source code of icoLagrangianFoam is not in there. So, my advice is that you may find the source of the icoLagrangianFoam in other version of foam and compile it manually. The tutorial of compiling a new solver is as follows: http://cfd.direct/openfoam/user-guid...-applications/ Lida |
|
July 7, 2016, 08:01 |
wmake command
|
#27 |
Member
Viraj Belekar
Join Date: Jun 2016
Posts: 68
Rep Power: 10 |
Hi Lida,
So as you said I would have to compile in order to use icoLagrangianFoam solver. In foam extend 3.1, the solver is already coded(please see attached). I just need to give the 'wmake' command after entering the case directory, am I right? |
|
July 7, 2016, 08:04 |
|
#28 |
New Member
LOU Lida
Join Date: Mar 2015
Posts: 18
Rep Power: 11 |
Hi, Viraj
You are right, just use the 'wmake' command. Lida |
|
September 26, 2016, 07:09 |
|
#29 |
Member
Viraj Belekar
Join Date: Jun 2016
Posts: 68
Rep Power: 10 |
Hello,
I am facing the same compiling problem {blockMesh: command not found}. I have attached my log file with this post. Pleas help |
|
September 26, 2016, 19:02 |
|
#30 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer @viraj20feb: Please run the following commands:
Code:
cd ~/foam/foam-extend-3.1 find src applications -name "*.L" -type f | xargs sed -i -e 's=\(YY\_FLEX\_SUBMINOR\_VERSION\)=YY_FLEX_MINOR_VERSION < 6 \&\& \1=' ./Allwmake > log.make 2>&1
__________________
Last edited by wyldckat; September 27, 2016 at 17:29. Reason: changed version from 3.2 to 3.1 in the first command... I had copy-pasted without changing :( |
|
September 27, 2016, 01:51 |
|
#31 | |
Member
Viraj Belekar
Join Date: Jun 2016
Posts: 68
Rep Power: 10 |
Quote:
I was able to install foam-extend-3.2. Many thanks |
||
Tags |
foam extend 3.1 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[CGNS] CGNS converters available | mbeaudoin | OpenFOAM Meshing & Mesh Conversion | 137 | December 14, 2018 05:20 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
Regarding FoamX running Kindly help out | hariya03 | OpenFOAM Pre-Processing | 0 | April 18, 2008 05:26 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |