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

Are OSIG TurboMachinery libraries able to work under OpenFOAM-1.6-ext?

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 2, 2011, 04:25
Default
  #21
Senior Member
 
linnemann's Avatar
 
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 555
Rep Power: 27
linnemann will become famous soon enough
1.6 ext versions of transientSimpleDyMFoam and turboPerformance library.
Attached Files
File Type: gz transientSimpleDyMFoam.tar.gz (3.1 KB, 82 views)
File Type: gz turboPerformance.tar.gz (20.0 KB, 84 views)
__________________
Linnemann

PS. I do not do personal support, so please post in the forums.

Last edited by linnemann; March 3, 2011 at 06:32.
linnemann is offline   Reply With Quote

Old   August 30, 2012, 06:05
Default
  #22
New Member
 
Join Date: Jan 2012
Posts: 22
Rep Power: 14
BigPapi34 is on a distinguished road
Hi there,

Quick question really - is turboPerformance something that will work with OpenFoam 2.1.x?

Any info would be great.

Cheers
BigPapi34 is offline   Reply With Quote

Old   August 30, 2012, 06:30
Default
  #23
Senior Member
 
Håkan Nilsson
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 204
Rep Power: 18
hani is on a distinguished road
turboPerformance has been merged with 2.0.x, and I guess that it should be possible to use that merge also with 2.1.x, or at least with minor modifications. I didn't test though.

See:
http://openfoam-extend.svn.sourcefor...boPerformance/

Håkan
hani is offline   Reply With Quote

Old   August 30, 2012, 07:02
Default
  #24
New Member
 
Join Date: Jan 2012
Posts: 22
Rep Power: 14
BigPapi34 is on a distinguished road
Just downloaded and compiled this version in 2.1.x - works brilliantly! Exactly what I'm looking for and makes things neater.

Many thanks for the link.
BigPapi34 is offline   Reply With Quote

Old   May 9, 2013, 20:54
Default
  #25
Member
 
任芸
Join Date: Jun 2009
Posts: 75
Rep Power: 16
renyun0511 is on a distinguished road
Hi,

Because the website posted by Hani cannot be linked now. If you upload the turboPerformance on version-2.1.0 to share, I will appreciate it !


Thanks,

Yun Ren
renyun0511 is offline   Reply With Quote

Old   May 17, 2014, 02:25
Default turboPerformance for openfoam 2.3.0
  #26
New Member
 
Mohammed Ameenuddin
Join Date: Feb 2014
Posts: 15
Rep Power: 12
ameen@cfd is on a distinguished road
Hello everyone,

I am trying to use Sig turbomachinery library turbo performance for OpenFOAM 2.3.0, but when I compile the libraries of 2.0 as given in link below I get many errors. Are there any such libraries that I can use for OpenFOAM 2.3.0.

http://openfoamwiki.net/index.php/Sig_Turbomachinery_Library_turboPerformance#Downlo ad_and_compile

The errors are

Code:
SOURCE=forces/forces.C ;  g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3  -DNoRepository -ftemplate-depth-100 -I/opt/openfoam230/src/finiteVolume/lnInclude -I/opt/openfoam230/src/meshTools/lnInclude -I/opt/openfoam230/src/sampling/lnInclude -I/opt/openfoam230/src/transportModels -I/opt/openfoam230/src/turbulenceModels -I/opt/openfoam230/src/turbulenceModels/LES/LESdeltas/lnInclude -I/opt/openfoam230/src/thermophysicalModels/basic/lnInclude -IlnInclude -I. -I/opt/openfoam230/src/OpenFOAM/lnInclude -I/opt/openfoam230/src/OSspecific/POSIX/lnInclude   -fPIC -c $SOURCE -o Make/linux64GccDPOpt/forces.o
forces/forces.C: In member function ‘Foam::tmp<Foam::GeometricField<Foam::SymmTensor<double>, Foam::fvPatchField, Foam::volMesh> > Foam::forces::devRhoReff() const’:
forces/forces.C:77:28: error: ‘const class Foam::incompressible::LESModel’ has no member named ‘devBeff’
forces/forces.C:86:24: error: ‘const class Foam::basicThermo’ has no member named ‘mu’
In file included from /opt/openfoam230/src/OpenFOAM/lnInclude/objectRegistry.H:242:0,
                 from /opt/openfoam230/src/OpenFOAM/lnInclude/Time.H:42,
                 from /opt/openfoam230/src/OpenFOAM/lnInclude/GeometricField.C:27,
                 from /opt/openfoam230/src/OpenFOAM/lnInclude/GeometricField.H:601,
                 from /opt/openfoam230/src/OpenFOAM/lnInclude/GeometricScalarField.H:38,
                 from /opt/openfoam230/src/OpenFOAM/lnInclude/GeometricFields.H:34,
                 from /opt/openfoam230/src/finiteVolume/lnInclude/volFields.H:37,
                 from forces/forces.C:28:
/opt/openfoam230/src/OpenFOAM/lnInclude/objectRegistryTemplates.C: In member function ‘const Type& Foam::objectRegistry::lookupObject(const Foam::word&) const [with Type = Foam::singlePhaseTransportModel]’:
forces/forces.C:95:35:   instantiated from here
/opt/openfoam230/src/OpenFOAM/lnInclude/objectRegistryTemplates.C:178:9: error: reference to ‘Foam::singlePhaseTransportModel::typeName’ is ambiguous
/opt/openfoam230/src/transportModels/incompressible/transportModel/transportModel.H:66:5: error: candidates are: const Foam::word Foam::transportModel::typeName
/opt/openfoam230/src/OpenFOAM/lnInclude/IOdictionary.H:72:5: error:                 const Foam::word Foam::IOdictionary::typeName
forces/forces.C:95:35:   instantiated from here
/opt/openfoam230/src/OpenFOAM/lnInclude/objectRegistryTemplates.C:195:9: error: reference to ‘Foam::singlePhaseTransportModel::typeName’ is ambiguous
/opt/openfoam230/src/transportModels/incompressible/transportModel/transportModel.H:66:5: error: candidates are: const Foam::word Foam::transportModel::typeName
/opt/openfoam230/src/OpenFOAM/lnInclude/IOdictionary.H:72:5: error:                 const Foam::word Foam::IOdictionary::typeName
/opt/openfoam230/src/OpenFOAM/lnInclude/objectRegistryTemplates.C:195:9: error: reference to ‘Foam::singlePhaseTransportModel::typeName’ is ambiguous
/opt/openfoam230/src/transportModels/incompressible/transportModel/transportModel.H:66:5: error: candidates are: const Foam::word Foam::transportModel::typeName
/opt/openfoam230/src/OpenFOAM/lnInclude/IOdictionary.H:72:5: error:                 const Foam::word Foam::IOdictionary::typeName
forces/forces.C: In member function ‘Foam::tmp<Foam::GeometricField<Foam::SymmTensor<double>, Foam::fvPatchField, Foam::volMesh> > Foam::forces::devRhoReff() const’:
forces/forces.C:120:1: warning: control reaches end of non-void function [-Wreturn-type]
make: *** [Make/linux64GccDPOpt/forces.o] Error 1
Thank you.
ameen@cfd is offline   Reply With Quote

Old   June 8, 2014, 15:22
Default
  #27
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
Greetings to all!

I've given this a try and have adapted the "turboPerformance" library to OpenFOAM 2.1.x, 2.2.x and 2.3.x, based on the source code meant for OpenFOAM 2.0.x. It is now available here: https://github.com/wyldckat/OSIG-Tur...formance-OF2.x - I've also added a link for this repository at the wiki page, in the new section "Forks": http://openfoamwiki.net/index.php/Si...formance#Forks

I have only taken care of making the necessary changes to the library source code, for it to build with each OpenFOAM version. I have not tested if it's working as intended on all versions.
Therefore, if anyone has the time and resources, please test this first with OpenFOAM 2.0.x and then with the version of OpenFOAM you need to use, in order to confirm if everything is working as intended!

Best regards,
Bruno
linnemann and ameen@cfd like this.
__________________
wyldckat is offline   Reply With Quote

Reply

Tags
1.5-dev, 1.6-ext, osig, turbomachinery


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
kOmegaSST in openfoam 1.6 Gearb0x OpenFOAM 2 March 3, 2010 06:02
Openfoam 1.6 ar_mofidi OpenFOAM 1 November 4, 2009 05:26
Adventure of fisrst openfoam installation on Ubuntu 710 jussi OpenFOAM Installation 0 April 24, 2008 14:25
Turbomachinery at OpenFOAM Workshop Milan 2008 hani OpenFOAM 0 March 21, 2008 02:33
OpenFOAM Debian packaging current status problems and TODOs oseen OpenFOAM Installation 9 August 26, 2007 13:50


All times are GMT -4. The time now is 13:18.