|
[Sponsors] |
October 28, 2014, 14:09 |
Caelus: fork of OpenFOAM
|
#1 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
Just thought I'd point out there's now a fork of OpenFOAM called Caelus (www.caelus-cml.com). There's more information about what it is and why it's different but the short highlights are easy-to-use installer, runs on Windows in addition to Linux (serial and parallel), new build system, documentation and validation.
|
|
November 1, 2014, 10:03 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Chris,
Many thanks for letting us know about this! At first, it felt like from the description that this source code was derived from FreeFOAM, but upon closer inspection, it doesn't look like it. It did take me a while to figure out what CML stood for... eventually found in the "caelusDoc.hpp" file the complete description: Quote:
I very much hope they're able to continue to develop this endeavour, since this is somewhat a new step for the OpenFOAM related community! Mmm... going to have to send them an email asking them to add an entry on the wiki: http://openfoamwiki.net/index.php/Windows Best regards, Bruno |
||
November 2, 2014, 16:48 |
|
#3 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
Bruno,
I meant to reply to you sooner but was caught up traveling/recovering. There are many reasons for making Caelus but I suppose one of the bigger (technical) reasons was to get the Windows version building/running seamlessly. It was our opinion that Windows should not be a second class citizen but treated equal to the other platforms (Mac will be included in an upcoming release). From the training courses that Applied CCM has conducted it was obvious that Linux was a significant barrier to entry (e.g. a 1 hr Linux primer regularly turned into half a day or more). There are enough challenges in learning OpenFOAM already so it made sense to try to remove as many as possible. I personally use Linux almost exclusively but it was important to put personal preferences aside to enable broader adoption. There has been some confusion as to whether or not GPL software is compatible with a proprietary OS, such as Windows, but that myth is categorically untrue. In fact, GNU even promotes GPL software on Windows (https://www.gnu.org/software/for-windows.html), one of them which is used in Caelus, i.e. MingGW. (Note: As MinGW builds and links against Windows system dll's, Caelus provides "native" Windows libraries and applications.) In addition to Windows support the build system was replaced with Scons (www.scons.org) to enable cross-platform compilation and easier building. It's Python-based so that should make Caelus more compatible with where it might go in the future. Since the major focus was on making it easier for people to use, only the necessary dependencies are included. We went a step further and packaged it up in an installer (which can be run in GUI or text mode). You may have also noticed there isn't a code repository (yet?). We've found that Git was another barrier to using it, so, at least in the mean time, we haven't set a Git repository. Perhaps there will be a repository in the future but we'd like to hear what users have to say and we'll discuss how to best do so (suggestions are welcome of course). In the mean time, the source code is easily accessible in the installers. So the take away here is that Caelus is geared to helping the user while also trying to improve the experience for the developer. In regard to your questions about enterprise edition and removing solvers and utilities. Caelus is not necessarily meant to be an enterprise edition but because Applied CCM offers a technology subscription, it was important there was strong foundation. To achieve this, we wanted only validated solvers and models. This meant removing all but a handful of solvers, all turbulence models, and utilities of limited use. The turbulence models included were written by Applied CCM and correspond to the most common variants published in open literature (see the documentation for more information). You may have also noticed a major thrust of the effort was on validation and documentation. To be able to achieve this (it takes A LOT of time to validate and write documentation) only the most important and commonly used solvers were left in Caelus. Just because a previously included application is no longer there does not mean it may not return in the future. If/when it does, it will be accompanied with at least a modicum of validation and documentation. While there are some solvers and technologies in the Applied CCM subscription that are only available to customers, the base libraries, a few commonly used solvers, utilities and turbulence models are included. Caelus will not just be a one-time, release-and-forget. There are plans to improve and update it every 6 months (the release numbers reflect that: 4.10 = '14 October, 5.04 = '15 April, etc. The '1' was dropped for simplicity). There may also be bug fixes released in between major releases but those won't include features to maintain inter-release stability. Clearly there's some self-serving motivations but ultimately the motivations for releasing are authentic. There is no denying that what OpenFOAM has done for CFD and computational mechanics in general has been nothing short of amazing both from a technical point of view and from a social point of view. However, the reality is there are several short comings that have remained and are preventing it from moving forward. Caelus is developed and released as an attempt to address these deficiencies. If/when people should want to contribute they will not have to reassign copyright. The authors copyright attribution will be included and remain in all contributed code. OpenCFD copyright is included in all source code that was part of the original code base as well as a few others (e.g. Symscape for some of the Windows portions). Lastly, in this vein, all contributed code will have to include at least some verification and/or validation as well as documentation. There's one last issue Caelus addresses - trademark. We have renamed the fork because we want to respect the OpenFOAM trademark. OpenFOAM is not a free-to-use trademark (at least as I understand it), such as "Linux". And that's OK. Therefore it's ownership and usage must be respected. That was pretty long winded but since you asked I thought it was best to give you the full brain dump and be transparent with our intentions. If what I said here or our motivations has offended someone, that was not our intention. As I mentioned, we all owe a lot of gratitude and have a lot of respect for OpenFOAM and it's community. We simply wish to take open-source computational mechanics in a different direction and are doing so by something GNU and the GPL openly advocates: forking. -Chris Ps: I originally posted this in the main CFD forum to avoid using OpenFOAM to promote Caelus but the forum mods must have decided otherwise. We simply hope Caelus is adopted and used by its own merits. |
|
November 3, 2014, 06:02 |
|
#4 |
Senior Member
|
Hi,
I did not understand that there was not an (successful) attempt to get a working Windows Port of OpenFoam. Well SGI coming from the Supercomputing (Unix) market might not see to much the need for a Windows Port. But that ESI did not convince its developers that a Windows port would make economic sense, seems to indicate that the OF-code is not clean enough for a Windows port. |
|
November 7, 2014, 11:16 |
|
#5 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
For those interested in more frequent information about Caelus, check out @caelus_cml on twitter.
|
|
November 8, 2014, 07:31 |
|
#6 | |||||||||||||||||||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
@Chris: Quote:
In addition, I wasn't aware that you were somehow connected to Applied CCM. Quote:
Quote:
Quote:
Quote:
Honestly, Scons is very likely the best choice, it's just that I myself have dealt with porting OpenFOAM to Windows and keeping up with the original version, that going with any other compiler stack seems... counter productive. But then again, Caelus is a fork which is aiming to doing things better, therefore it does seem like the best choice to go with! Quote:
Quote:
Quote:
Quote:
In this analogy, OpenFOAM would in comparison be something in between Fedora and Ubuntu... but better! Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
------------------ @elvis: Quote:
Quote:
Quote:
I'm trying desperately to not go on ranting mode, so I'll try to make this as succinct as possible: OpenFOAM does not work on Windows, because the Operating System "Windows Science" edition does not exist. And if it did, it would be something derived from Windows Server, be sponsored by Intel and/or AMD and/or NVidia and cost 3 or 4 times more than Windows Server. Don't believe me? Investigate the hardships that MinGW, SciPy and similar projects have had with mathematical issues in Windows itself. It's not OpenFOAM who isn't ready, it's Windows that isn't ready. Things have gotten better in Windows over the past years, but from my experience, it is still Windows (as an Operating System and software ecosystem) which is not yet ready for OpenFOAM. And OpenFOAM has a pretty clean and elegant code! Best regards, Bruno Last edited by wyldckat; November 8, 2014 at 07:35. Reason: fixed a few typos |
||||||||||||||||||||
November 11, 2014, 06:22 |
|
#7 |
Senior Member
|
Hi,
Thanks a lot to AppliedCCM for their work. 1) Windows Pre-requisite: it took me a couple of minutes to understand that the executable was only an archive and that I had to find the 4 executables and manually execute each one; 2) Is snappyHexMesh included? My first impression was that it is not. Can you confirm? Have a great day. Julien
__________________
--- Julien de Charentenay |
|
November 11, 2014, 23:55 |
|
#8 | ||
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
Quote:
Quote:
|
|||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM Foundation releases OpenFOAM 2.2.2 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 0 | October 14, 2013 08:18 |
ESI-OpenCFD Releases OpenFOAM v2.2.0 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 13 | March 30, 2013 17:52 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
OpenFOAM Training and Workshop | Hrvoje Jasak | Main CFD Forum | 0 | October 7, 2005 08:14 |