|
[Sponsors] |
[foam-extend.org] Problem in installation of OpenFOAM-1.6-ext in OS Ubuntu 14.04 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 6, 2017, 09:07 |
Problem in installation of OpenFOAM-1.6-ext in OS Ubuntu 14.04
|
#1 |
New Member
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 9 |
Hi,,,
I am trying to install OpenFOAM-1.6-ext in Ubuntu 14.04 from the steps mentioned in openfoamwiki.net. I am facing a problem that icoFoam -help commend is not working. Here, I am attaching the log.make.gz file. Kindly, anyone look into the problem and give suggestions. Any suggestions? Last edited by wyldckat; June 25, 2017 at 14:24. Reason: corrected version number |
|
June 11, 2017, 15:51 |
|
#2 |
Senior Member
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 10 |
Why do you want to use such an old version? Are you getting an error when you run
Code:
icoFoam -help |
|
June 12, 2017, 02:07 |
|
#3 |
New Member
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 9 |
Hi...
Thank you for replying, Khedar. I am using this version because I want to use icoDyMFoam to solve a problem, but this solver is not present in higher versions of OpenFOAM. I am using dynamicInkJetFvMesh to move the mesh of a geometry. The error I am encountering while running icoFoam -help in the command window is Usage: icoFoam [-parallel] [-case dir] [-help] [-doc] [-srcDoc] Give me any suggestion, please. |
|
June 12, 2017, 09:29 |
|
#4 |
Senior Member
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 10 |
This is not an error. When you run the command
Code:
icoFoam Code:
-help Please read do some basic tutorials on running OpenFoam case. You can find them by searching on Google. |
|
June 12, 2017, 09:53 |
|
#5 |
New Member
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 9 |
Thank you, Khedar...
I have modified codes in the file dynamicInkJetFvMesh by coping it to another file and trying to compile the same by using wmake libso command. But, all the time one error is appearing. The error is, Code:
make: *** No rule to make target dynamicFvMesh/dynamicFvMesh.dep', needed by `Make/linux64Gcc48DPOpt/dependencies'. Stop. Thank you... Any suggestions please, Foamers..... Last edited by wyldckat; June 25, 2017 at 14:25. Reason: Added [CODE][/CODE] markers |
|
June 14, 2017, 07:43 |
|
#6 |
New Member
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 9 |
Hi Foamers...
I am tryng to compile a library using the code wmake libso... But all the time one error is appearing. The error is, make: *** No rule to make target `Make/linux64GccDPInt32Opt/libMyPolynomVelocityPointPatchVectorField.C.dep', needed by `Make/linux64GccDPInt32Opt/libMyPolynomVelocityPointPatchVectorField.o'. Stop. Kindly anyone look into the matter and give some suggestions.. Thank you... |
|
June 21, 2017, 03:04 |
|
#7 | |
New Member
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 9 |
Quote:
Any suggetions, FOAMERS??? |
||
June 25, 2017, 14:28 |
|
#8 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer @samar: The first problem is that the version of OpenFOAM that you have installed is 1.6-ext and not 1.6.x, which is a variant of OpenFOAM now known as foam-extend. I've modified the thread title and the first post accordingly.
According to the attached log file in the first post, the installation of OpenFOAM-1.6-ext was done without problems. As for the more recent error messages, you will need to provide more details on how you have reached this situation. Specifically, we need to know each exact step that you have taken, or at least indicate which instructions you are following when trying to create your own library.
__________________
|
|
June 26, 2017, 08:50 |
|
#9 |
New Member
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 9 |
Thank you wyldckat.
I am trying to compile the code modifying angularOscillatingVelocityPointPatchVectorField.C file. When I am trying to compile by using wmake libso command in command prompt, an error of dependencies is occurring. I have attached the modified code files, please look into the matter... Thank you...... |
|
July 2, 2017, 20:17 |
|
#10 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: The problem is that you copied the source code for that class from the wrong OpenFOAM version.
You must use the class from OpenFOAM 1.6-ext as a basis for your new class, not from 1.6.x, in order for this to work. The source code in OpenFOAM 1.6-ext for this class is indicated by the following command: Code:
echo $FOAM_SRC/dynamicMesh/meshMotion/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/ |
|
Tags |
openfoam 1.6-ext |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] Ubuntu 14.04 LTS OpenFoam 4.1 Installation Error | behzad-cfd | OpenFOAM Installation | 2 | March 5, 2017 03:44 |
engrid 1.4 installation problem on ubuntu 14.04 | Neo by Matrix | enGrid | 14 | January 29, 2016 09:06 |
[OpenFOAM.org] Installation of OpenFOAM 2.3.1 on Ubuntu 14.04 | stephie | OpenFOAM Installation | 5 | February 14, 2015 12:05 |
[OpenFOAM.org] Problem of openFOAM 2.3.1 installation in Ubuntu 14.04LTS | mukut | OpenFOAM Installation | 9 | January 19, 2015 01:48 |
OpenFOAM 1.7.1 installation problem on Fedora 14 | armonica | OpenFOAM Installation | 16 | March 31, 2011 14:16 |