|
[Sponsors] |
Freeware CFD software created by me ready to download |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 7, 2018, 03:37 |
Freeware CFD software created by me ready to download
|
#1 |
Senior Member
Hector Redal
Join Date: Aug 2010
Location: Madrid, Spain
Posts: 243
Rep Power: 17 |
Hello,
I have created a CFD software that uses the Finite Element Method and it is GUI-based that is ready to download for anyone. The software can be found at: https://sites.google.com/view/dynamfluid/ I hope you enjoy it! Any comment / suggestion / question is welcome. If needed help for installing the software or using it, don't hesitate to contact me. Best regards, Last edited by HectorRedal; July 7, 2018 at 12:06. |
|
July 11, 2018, 12:49 |
|
#2 |
Member
Andre Z
Join Date: Dec 2009
Posts: 75
Rep Power: 17 |
Thumbs up.
In the description it says that it is a 2D CFD software. In the sample I see 3D meshes. So is it 3D? Do you have any example of scalabilty? And what about a Linux version?
__________________
www.MantiumCAE.com |
|
July 11, 2018, 18:19 |
|
#3 |
Senior Member
Hector Redal
Join Date: Aug 2010
Location: Madrid, Spain
Posts: 243
Rep Power: 17 |
Your are right: It is both a 2D and a 3D CFD solver. I have corrected the description of the software, including an statement that it supports 3D problems as well.
What do you mean by scalability example? What are you referring to? Running the same problem in different hardware with different processors having different cores / threads per processor? And comparing the performance as the number of cores per system increases? Unfortunately there is not a version that can run on top of Linux. I have developed the software for Win32 and Windows x64 based systems. There is an Windows emulator that can be run in Linux: Wine. |
|
July 12, 2018, 05:16 |
|
#4 | ||
Member
Andre Z
Join Date: Dec 2009
Posts: 75
Rep Power: 17 |
Quote:
Quote:
But jokes aside, I am asking because if you want to run larger simulations one day, the software will have to work under Linux as the bigger computers run exactly that. What language or tools did you use to create your software?
__________________
www.MantiumCAE.com |
|||
July 12, 2018, 18:17 |
|
#5 | ||
Senior Member
Hector Redal
Join Date: Aug 2010
Location: Madrid, Spain
Posts: 243
Rep Power: 17 |
Quote:
- 2 cores (4 threads). - 10 cores (20 threads). I have measured the loadability between both hardware configurations and the time spent in solving a fixed size problem. - 2 cores: 70% of maximum cpu capacity used, 3 minutes taken to solve the problem - 10 cores: 40% of maximum cpu capcity used, 20 seconds taken to solve the problem. The bottleneck of the application is the calculation of the disperse matrix in the poisson equation. I am using eigen library for the math computation, but the eigen library is single threaded. I have not found a means for performing the disperse matrix inverse using a library that supports parallelism. Quote:
The program uses a ODBC database engine for accessing the ODBC database (where the problem / project data is stored). I understand your point regarding Linux. Obviously it has not been a good idea having chosen the Windows platform for the application. The migration of the application would imply: - Developing the GUI part from scratch. - Minimal adaptation of the core (Solver). - Developing the database manager layer from scracth as well, (well, previous to this, looking for a database manager for storing the application project data). |
|||
May 22, 2019, 20:46 |
odbc
|
#6 |
Senior Member
Will Kernkamp
Join Date: Jun 2014
Posts: 372
Rep Power: 14 |
I think ODBC is supported under linux, so maybe that part is easy as well.
|
|
May 24, 2019, 07:24 |
|
#7 |
Senior Member
Hector Redal
Join Date: Aug 2010
Location: Madrid, Spain
Posts: 243
Rep Power: 17 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to dispose CFD software for best performance | acasas | Main CFD Forum | 9 | May 13, 2013 17:21 |
Please help me, I know nothing about CFD | ben1793 | Main CFD Forum | 13 | September 28, 2012 18:22 |
What is the optimal (economically and user friendly) CFD software for my application? | Rame | Main CFD Forum | 0 | August 10, 2009 06:30 |
Regarding FoamX running Kindly help out | hariya03 | OpenFOAM Pre-Processing | 0 | April 18, 2008 05:26 |
Student looking for CFD software | Chris | Main CFD Forum | 6 | January 21, 2005 04:20 |