|
[Sponsors] |
April 24, 2015, 07:40 |
|
#21 | |
New Member
Rostyslav Lyulinetskyy
Join Date: Jul 2011
Location: Stuttgart
Posts: 14
Rep Power: 15 |
Quote:
thanks for the feedback. Just install the build-essentials and liblapack3 before running DICE by executing: Code:
sudo apt-get install build-essential sudo apt-get install liblapack3 the latest qt (https://www.qt.io/download-open-source/#section-2) and change the prefix-path in the qt.conf-File from Prefix=thirdparty/Qt/ to Prefix=<your_install_path>/5.4/gcc_64 Let us know if it works. |
||
April 24, 2015, 08:33 |
|
#22 |
Senior Member
Join Date: Oct 2013
Posts: 397
Rep Power: 19 |
That doesn't work unfortunately, both packages were already installed.
I assume that 14.04 might have an older version than 14.10? |
|
April 24, 2015, 09:57 |
|
#23 | |
Senior Member
|
Hi,
According to Distrowatch[1] in 14.04 gcc is 4.8.2 (CXXABI_1.3.7), in 14.10 gcc is 4.9.1 (CXXABI_1.3.8). And according to gcc [2]: Quote:
2. https://gcc.gnu.org/onlinedocs/libst...anual/abi.html |
||
April 24, 2015, 10:02 |
|
#24 |
Senior Member
Join Date: Oct 2013
Posts: 397
Rep Power: 19 |
So I should install the latest GCC using the PPA (http://askubuntu.com/questions/42819...-4-9-on-ubuntu) ?
|
|
April 24, 2015, 10:17 |
|
#25 | |
New Member
Rostyslav Lyulinetskyy
Join Date: Jul 2011
Location: Stuttgart
Posts: 14
Rep Power: 15 |
I am afraid Alexey is right about the backwards compatibility. I just tried to compile it again on Kubuntu 14.04 VM and there are also problems with the new version of vtk (v6.2).
Quote:
|
||
July 21, 2015, 17:40 |
Issue installing on 12.04
|
#26 |
New Member
George Washington Goethals
Join Date: Dec 2014
Posts: 1
Rep Power: 0 |
Hi Chris, Ros and everybody.
I am running CAE linux 2013 in ubuntu 12.04. I ran into the CXXABI_1.3.8 issue, and running the sudo build-escentials and liblapack3 did not eliminate this message. But the following command did work for me: Code:
sudo apt-get install libstdc++6 Any advise?[/QUOTE] |
|
February 1, 2016, 05:57 |
How to run DICE gui
|
#27 |
New Member
Simone Sacilotto
Join Date: Feb 2013
Location: Pordenone
Posts: 2
Rep Power: 0 |
Hi.
I successfully installed DICE v.0.0.2-alpha on Ubuntu 14.10 and 15.04 following the instruction (Source code on http://dicehub.net/download/). The installation ended without error, but I didn't understand how to run the program. Is there a particular command to execute or is there a launcher file? Can you help me? Thank you in advance. Simone |
|
February 1, 2016, 08:53 |
|
#28 |
New Member
Rostyslav Lyulinetskyy
Join Date: Jul 2011
Location: Stuttgart
Posts: 14
Rep Power: 15 |
Hi Simone,
if you successfully compiled dice you must have created an executable with the name "DICE" in your build-folder. Just start it from the console with Code:
./DICE |
|
February 1, 2016, 09:26 |
python core
|
#29 |
New Member
Simone Sacilotto
Join Date: Feb 2013
Location: Pordenone
Posts: 2
Rep Power: 0 |
Thank you for the fast reply.
I've just tried the command .DICE as indicated, but I received this message: <Could not initialize the python core!> It's strange because python3 works. If there are some other advice I will appreciate it, in case I will wait until the new release. Thank you for you kind help. Best regards. Simone |
|
February 1, 2016, 10:36 |
|
#30 |
New Member
Rostyslav Lyulinetskyy
Join Date: Jul 2011
Location: Stuttgart
Posts: 14
Rep Power: 15 |
It's very difficult to tell what the problem could be. Most common issue is wrong use of qmake or some errors with the python environment (especially LD_LIBRARY_PATH). We are currently working on an installer and it should solve those issues.
|
|
February 5, 2016, 07:23 |
|
#31 | |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
Hello Simone, Ros
This week me and my colleaugues tested DICE in 2 environments and got the same issue. Quote:
Code:
sudo make install Code:
opt |__main | |__bin | DICE |_apps |_core_apps |_db |_dice |_libview |_test
__________________
MDPI Fluids (Q2) special issue for OSS software: https://www.mdpi.com/journal/fluids/..._modelling_OSS GitHub: https://github.com/unicfdlab Linkedin: https://linkedin.com/in/matvey-kraposhin-413869163 RG: https://www.researchgate.net/profile/Matvey_Kraposhin |
||
September 7, 2016, 09:17 |
|
#32 |
Senior Member
Francois Beaubert
Join Date: Mar 2009
Location: Lille, France
Posts: 147
Rep Power: 17 |
Hi all,
Any news on the DICE front ? Is this very promising project still developed ? Thanks François |
|
September 15, 2016, 14:50 |
|
#33 |
Senior Member
Francois Beaubert
Join Date: Mar 2009
Location: Lille, France
Posts: 147
Rep Power: 17 |
Nobody ?
|
|
September 17, 2016, 07:21 |
|
#34 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings François,
I hope Rostyslav doesn't mind me sharing this, but back in February I invited them to give a training course at OFW11 about DICE and in his answer what this: Quote:
My suggestion is that if you can help them in anyway, contact them directly! They are likely very busy and possibly don't have enough time to come by the forum. Best regards, Bruno
__________________
|
||
September 17, 2016, 08:34 |
|
#35 |
Senior Member
Francois Beaubert
Join Date: Mar 2009
Location: Lille, France
Posts: 147
Rep Power: 17 |
Thank you very much Bruno for your kind and informative answer.
Indeed it's maybe best to contact them directly to see if we can help them in anyway. And if they have the time to read us maybe they can tell us how the community can help them ... I wish them best luck for their awesome project ! Thanks again Bruno Regards François Last edited by francois; September 18, 2016 at 05:43. Reason: typo mistakes |
|
January 27, 2018, 16:34 |
DICE Update: Release v18.01.2
|
#36 |
New Member
Rostyslav Lyulinetskyy
Join Date: Jul 2011
Location: Stuttgart
Posts: 14
Rep Power: 15 |
Hello everyone,
many of you here have sent me a few emails and were asking about the state of the project. So after a long time since I posted here I wanted to give you a quick update. First of all thanks for following the project and all your encouraging messages! What happened? A small history lesson about DICE:
What is DICE and what it isn't? DICE is a framework (or even a prototype for a framework) for workflow automation/optimization and this means it is not a fully developed GUI for numerical simulations. It has more in common with frameworks such as AngularJS or React than with software like Helyx, Fluent or COMSOL. So please do not expect it to have all the OpenFOAM solvers, all the DAKOTA optimization strategies or all the functions you can find in Ansys products. But you can use DICE to quickly develop a very customized simulation tool. This also means you probably need to do it yourself or ask someone to do it for you. What's new in this version?
What is DICEhub? DICEhub is a web platform we developed to be able to discuss and share workflows. You can create groups and projects, upload packages, images, cases and workflows. The goal was to create something like github but for engineers ans scientists. Right now it is being completely restructured, but you can already test all the functions and give your feedback. If you are interested in testing just DM me or write an email to info@dicehub.com. What now? You can download DICE, test it and give us some feedback. We are currently deciding on how to move forward. There are already a lot of great GUI solutions for OpenFOAM out there: Helyx, simFlow, SimScale or Visual-CFD, so we are discussing if we should go into a different direction with the framework and move away from CFD. If you some ideas for a pilot project or some suggestions for further improvements leave it here. Any feedback would be greatly appreciated! Thanks in advance. Best regards, Rostyslav |
|
October 31, 2020, 02:20 |
|
#37 |
New Member
|
Hello Ros,so I have looked into your website and I think DICE is something very interesting.I wanted to know if could do coupling in it,I wanted to do an FSI simulation on blood flow,so please let me know about this.I wanted to do a publication using this amazing software.Thank you.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Best GUI for OpenFOAM: Helyx OS or Salome? | BhaluBear | OpenFOAM | 60 | March 11, 2024 10:23 |
TreeFoam: New GUI for OpenFOAM? | JR22 | OpenFOAM | 4 | September 11, 2023 14:40 |
Run OpenFOAM GUI | Caluca | OpenFOAM Installation | 7 | September 11, 2023 14:26 |
ANSYS Workbench on "Uncertified" Linux Distros | hsr | CFX | 289 | April 20, 2023 10:23 |
My first OpenFOAM Project | m.nichols19 | OpenFOAM | 1 | June 4, 2010 14:46 |