CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[foam-extend.org] Problem in installation of OpenFOAM-1.6-ext in OS Ubuntu 14.04

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By khedar
  • 1 Post By khedar
  • 1 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 6, 2017, 08:07
Default 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: 8
samar is on a distinguished road
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?
Attached Files
File Type: gz log.make.gz (4.3 KB, 5 views)

Last edited by wyldckat; June 25, 2017 at 13:24. Reason: corrected version number
samar is offline   Reply With Quote

Old   June 11, 2017, 14:51
Default
  #2
Senior Member
 
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 9
khedar is on a distinguished road
Why do you want to use such an old version? Are you getting an error when you run
Code:
icoFoam -help
on command line? If yes then what kind of error is it?
samar likes this.
khedar is offline   Reply With Quote

Old   June 12, 2017, 01:07
Default
  #3
New Member
 
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 8
samar is on a distinguished road
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.
samar is offline   Reply With Quote

Old   June 12, 2017, 08:29
Default
  #4
Senior Member
 
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 9
khedar is on a distinguished road
This is not an error. When you run the command
Code:
icoFoam
with an argument
Code:
-help
it displays information about the solver or which arguments the solver takes.

Please read do some basic tutorials on running OpenFoam case. You can find them by searching on Google.
samar likes this.
khedar is offline   Reply With Quote

Old   June 12, 2017, 08:53
Default
  #5
New Member
 
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 8
samar is on a distinguished road
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.
Can you give me some suggestions to resolve this issue??? Please...

Thank you...

Any suggestions please, Foamers.....

Last edited by wyldckat; June 25, 2017 at 13:25. Reason: Added [CODE][/CODE] markers
samar is offline   Reply With Quote

Old   June 14, 2017, 06:43
Default
  #6
New Member
 
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 8
samar is on a distinguished road
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...
samar is offline   Reply With Quote

Old   June 21, 2017, 02:04
Default
  #7
New Member
 
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 8
samar is on a distinguished road
Quote:
Originally Posted by samar View Post
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...

Any suggetions, FOAMERS???
samar is offline   Reply With Quote

Old   June 25, 2017, 13:28
Default
  #8
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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.
samar likes this.
__________________
wyldckat is offline   Reply With Quote

Old   June 26, 2017, 07:50
Default
  #9
New Member
 
Samarendra Panda
Join Date: Jun 2017
Posts: 8
Rep Power: 8
samar is on a distinguished road
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......
Attached Files
File Type: gz codes.tar.gz (91.9 KB, 1 views)
samar is offline   Reply With Quote

Old   July 2, 2017, 19:17
Default
  #10
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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/
Furthermore, you should look into the file "Make/options" from the folder "fvMotionSolver" indicated on the path given for the command above.
wyldckat is offline   Reply With Quote

Reply

Tags
openfoam 1.6-ext


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 02:44
engrid 1.4 installation problem on ubuntu 14.04 Neo by Matrix enGrid 14 January 29, 2016 08:06
[OpenFOAM.org] Installation of OpenFOAM 2.3.1 on Ubuntu 14.04 stephie OpenFOAM Installation 5 February 14, 2015 11:05
[OpenFOAM.org] Problem of openFOAM 2.3.1 installation in Ubuntu 14.04LTS mukut OpenFOAM Installation 9 January 19, 2015 00:48
OpenFOAM 1.7.1 installation problem on Fedora 14 armonica OpenFOAM Installation 16 March 31, 2011 13:16


All times are GMT -4. The time now is 00:50.