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

Dakota / OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Like Tree11Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2014, 09:29
Default
  #21
Member
 
crixman's Avatar
 
Christian
Join Date: Apr 2014
Posts: 74
Rep Power: 12
crixman is on a distinguished road
Dear Tobi,
thank you for the reply.
I actually solver the problem some time ago, when I realized that I didn't have to change the template Cmake file, but I could simply make the template adding two lines to change libraries from dynamic to static.
I could post the detailed procedure for Ubuntu (if someone is interested) in the Sig Numerical Optimization.
Feel free to provide test cases and/or suggestions for the group!
crixman is offline   Reply With Quote

Old   October 2, 2014, 23:30
Default
  #22
Member
 
Al
Join Date: Jul 2013
Location: Japan
Posts: 47
Blog Entries: 3
Rep Power: 13
donQi is on a distinguished road
Quote:
Originally Posted by Tobi View Post
  • Can you give me an very simple example of a good intruduction problem which I can try dakota and FOAM ?

Thanks in advance,

Also try this :
http://www.dicat.unige.it/guerrero/dakotaof.html

there you find a presentation by Joel Guerrero and several tutorials:
- Parameter space exploration of the driven cavity tutorial using Dakota
- Bounded-unscontrained gradient optimization of the driven cavity tutorial
- GA optimization using the SOGA method of the driven cavity tutorial
- Parametric multi-dimensional study, bounded-constrained gradient optimization and surrogate based optimization of a NACA Series 4 airfoil
- Parametric multi-dimensional study, bounded-constrained gradient optimization of ahmed body
- Parametric multi-dimensional study, bounded-constrained gradient optimization of a blunt body
donQi is offline   Reply With Quote

Old   October 3, 2014, 03:17
Default
  #23
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Thanks for your replays,

I realized the website three weeks ago (but anyways thank you) (:
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 22, 2015, 04:06
Default
  #24
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi guys,

just one (i think stupid question) but I never find the download link for the JAGUAR Interface (GUI) for Dakota. Also searching the internet only give me outdated links ?!
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 22, 2015, 06:06
Default
  #25
Member
 
crixman's Avatar
 
Christian
Join Date: Apr 2014
Posts: 74
Rep Power: 12
crixman is on a distinguished road
I googled it and couldn't find any link, the dakota website is now updated, I suppose that since the release of v6.x and related changes, the GUI has to be updated, so they are either working on a new version or just removed it!
crixman is offline   Reply With Quote

Old   January 25, 2015, 10:18
Default
  #26
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!

After some careful reverse searching, based on web.archive.org snapshots, I was able to find the following lists, by searching in the dakota.sandia.gov search engine by the specific file name "JAGUAR_2_1.linux.gtk.x86_64.zip":

Which is very weird, because the manual I can find online for Jaguar 3.0 states that it's the only version that supports Dakota 5.3, and that Jaguar 2.1 was for Dakota 5.2...

As far as I'm able to investigate, it seems that:
  • Jaguar for Dakota was not truly open source, at least for the general public.
  • Jaguar might have been restricted to internal use in the USA or inside Sandia.
  • Jaguar relies too much on Java and a ton of Eclipse libraries. Therefore, continuing development could be tricky.
  • I cannot figure out if Jaguar was continued to be updated after version 3.0, nor am I able to find any downloadable.
Best regards,
Bruno
wyldckat is offline   Reply With Quote

Old   January 29, 2015, 04:43
Default
  #27
New Member
 
Alexander
Join Date: Aug 2014
Location: Graz
Posts: 11
Rep Power: 11
ThorgrimmCFD is on a distinguished road
This for the the instructions
ThorgrimmCFD is offline   Reply With Quote

Old   February 9, 2015, 11:32
Default
  #28
New Member
 
Houssam
Join Date: Mar 2014
Location: Tunisia
Posts: 12
Rep Power: 12
houss is on a distinguished road
Send a message via Skype™ to houss
Hey There!
i am trying to run an optimization using soga. the simulator script should
run a compressible flow steady simulation sunig rhoSimpleFoam (OpenFoam
Solver). Problem is that the job break up each time this solver is called
(calling other solvers eg icofoam or what else there is not a problem).
I get the following error :
rhoSimpleFoam: symbol lookup error:
/usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libfvOptions.so:
undefined symbol: _ZN4Foam10meshToMesh25interpolationMethodNames_E

PS :/usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/ is the installation
directory of Openfoam.

May be someone can help?

Thanks in advamce

Regards.
Houssam.
houss is offline   Reply With Quote

Old   February 14, 2015, 10:55
Default
  #29
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 Houssam,

In a standard shell, i.e. not from within Dakota, run this command:
Code:
ldd $(which rhoSimpleFoam)
For me, it gave me this:
Code:
$ ldd $(which rhoSimpleFoam)
    linux-vdso.so.1 =>  (0x00007fffd67ff000)
    libfluidThermophysicalModels.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libfluidThermophysicalModels.so (0x00007f0300755000)
    libspecie.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libspecie.so (0x00007f030021d000)
    libcompressibleTurbulenceModel.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libcompressibleTurbulenceModel.so (0x00007f02fff51000)
    libcompressibleRASModels.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so (0x00007f02ffade000)
    libfiniteVolume.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libfiniteVolume.so (0x00007f02fe5ba000)
    libsampling.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libsampling.so (0x00007f02fe05d000)
    libmeshTools.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libmeshTools.so (0x00007f02fdac6000)
    libfvOptions.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libfvOptions.so (0x00007f02fd788000)
    libOpenFOAM.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libOpenFOAM.so (0x00007f02fce8a000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f02fcc5d000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f02fc95c000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f02fc660000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f02fc44a000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f02fc08a000)
    libPstream.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/openmpi-system/libPstream.so (0x00007f02fbe7c000)
    libsolidThermo.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libsolidThermo.so (0x00007f02fbbc2000)
    libsolidSpecie.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libsolidSpecie.so (0x00007f02fb994000)
    libradiationModels.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libradiationModels.so (0x00007f02fb68b000)
    libtriSurface.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libtriSurface.so (0x00007f02fb3f4000)
    libsurfMesh.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libsurfMesh.so (0x00007f02fb0e7000)
    libfileFormats.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libfileFormats.so (0x00007f02fae74000)
    liblagrangian.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/liblagrangian.so (0x00007f02fac53000)
    libconversion.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libconversion.so (0x00007f02fa9dc000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f02fa7c4000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f0300b12000)
    libmpi.so.0 => /usr/lib/libmpi.so.0 (0x00007f02fa513000)
    libopen-rte.so.0 => /usr/lib/libopen-rte.so.0 (0x00007f02fa2c5000)
    libopen-pal.so.0 => /usr/lib/libopen-pal.so.0 (0x00007f02fa06d000)
    libnsl.so.1 => /lib/x86_64-linux-gnu/libnsl.so.1 (0x00007f02f9e53000)
    libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f02f9c50000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f02f9a32000)
    libreactionThermophysicalModels.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so (0x00007f02f9275000)
    libSLGThermo.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libSLGThermo.so (0x00007f02f906d000)
    libsolidMixtureProperties.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libsolidMixtureProperties.so (0x00007f02f8e68000)
    libliquidMixtureProperties.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libliquidMixtureProperties.so (0x00007f02f8c60000)
    libsolidProperties.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libsolidProperties.so (0x00007f02f8a4e000)
    libliquidProperties.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libliquidProperties.so (0x00007f02f875a000)
    libthermophysicalFunctions.so => /opt/openfoam230/platforms/linux64GccDPOpt/lib/libthermophysicalFunctions.so (0x00007f02f8535000)
If it gives you any error messages when running this command, then it should help us isolate the problem, by comparing this list with yours.

In addition, if no errors are shown, then run this same command from within Dakota's system (i.e. how you've run into this problem), and let us know what it gives you.

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   February 14, 2015, 14:36
Default
  #30
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
Hi

I know this question is for Dakota.

And while Dakota is good and fun I have from personal experience had better usage out of using http://www.pyopt.org/

Simply because it is easier to get up and running properly.

wyldckat and houss like this.
__________________
Linnemann

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

Last edited by linnemann; February 18, 2015 at 01:45.
linnemann is offline   Reply With Quote

Old   February 16, 2015, 10:29
Default
  #31
New Member
 
Houssam
Join Date: Mar 2014
Location: Tunisia
Posts: 12
Rep Power: 12
houss is on a distinguished road
Send a message via Skype™ to houss
Hi wyldckat,
thanks for your reply and your help. I get no error report when running your command :
Code:
        linux-vdso.so.1 =>  (0x00007fff8768a000)
        libfluidThermophysicalModels.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libfluidThermophysicalModels.so (0x00007f64da749000)
        libspecie.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libspecie.so (0x00007f64da14b000)
        libcompressibleTurbulenceModel.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libcompressibleTurbulenceModel.so (0x00007f64d9e72000)
        libcompressibleRASModels.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so (0x00007f64d9a19000)
        libfiniteVolume.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libfiniteVolume.so (0x00007f64d8575000)
        libsampling.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libsampling.so (0x00007f64d7fee000)
        libmeshTools.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libmeshTools.so (0x00007f64d7a27000)
        libfvOptions.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libfvOptions.so (0x00007f64d76dd000)
        libOpenFOAM.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so (0x00007f64d6d89000)
        libdl.so.2 => /lib64/libdl.so.2 (0x000000312fe00000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003135e00000)
        libm.so.6 => /lib64/libm.so.6 (0x000000312f200000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003135a00000)
        libc.so.6 => /lib64/libc.so.6 (0x000000312f600000)
        libPstream.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/openmpi-1.6.5/libPstream.so (0x00007f64d6b54000)
        libsolidThermo.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libsolidThermo.so (0x00007f64d6885000)
        libsolidSpecie.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libsolidSpecie.so (0x00007f64d6649000)
        libradiationModels.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libradiationModels.so (0x00007f64d6341000)
        libtriSurface.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libtriSurface.so (0x00007f64d60a3000)
        libsurfMesh.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libsurfMesh.so (0x00007f64d5d93000)
        libfileFormats.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libfileFormats.so (0x00007f64d5b15000)
        liblagrangian.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/liblagrangian.so (0x00007f64d58f8000)
        libconversion.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libconversion.so (0x00007f64d567d000)
        libz.so.1 => /lib64/libz.so.1 (0x0000003130200000)
        /lib64/ld-linux-x86-64.so.2 (0x000000312ee00000)
        libmpi.so.1 => /usrfem/femsys_local/OpenFOAM/ThirdParty-2.3.0/platforms/linux64Gcc/openmpi-1.6.5/lib64/libmpi.so.1 (0x00007f64d52dd000)
        libreactionThermophysicalModels.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so (0x00007f64d4ab2000)
        libSLGThermo.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libSLGThermo.so (0x00007f64d48ab000)
        libsolidMixtureProperties.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libsolidMixtureProperties.so (0x00007f64d46a6000)
        libliquidMixtureProperties.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libliquidMixtureProperties.so (0x00007f64d449e000)
        libsolidProperties.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libsolidProperties.so (0x00007f64d428b000)
        libliquidProperties.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libliquidProperties.so (0x00007f64d3f91000)
        librt.so.1 => /lib64/librt.so.1 (0x0000003130600000)
        libnsl.so.1 => /lib64/libnsl.so.1 (0x0000003140000000)
        libutil.so.1 => /lib64/libutil.so.1 (0x000000313f800000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x000000312fa00000)
        libthermophysicalFunctions.so => /usrfem/femsys_local/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libthermophysicalFunctions.so (0x00007f64d3d6a000)
Now i tried with another version of dakota, where the libraries (of dakota!) are static. It works! i suppose the problem was the shared libraries (.so).
Thanks anyway.

Best regards.
Houssam.
wyldckat likes this.

Last edited by wyldckat; February 16, 2015 at 13:26. Reason: Added [CODE][/CODE]
houss is offline   Reply With Quote

Reply


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
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Modified OpenFOAM Forum Structure and New Mailing-List pete Site News & Announcements 0 June 29, 2009 05:56
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07
Adventure of fisrst openfoam installation on Ubuntu 710 jussi OpenFOAM Installation 0 April 24, 2008 14:25
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 15:44.