|
[Sponsors] |
July 26, 2017, 07:08 |
OpenFOAM 5.0 Released
|
#1 |
New Member
Join Date: Dec 2014
Posts: 25
Rep Power: 12 |
The OpenFOAM Foundation is pleased to announce the release of version 5.0 of the OpenFOAM open source CFD toolbox. Version 5.0 is a snapshot of the OpenFOAM development version that is “always-releasable” quality, through rapid-turnaround feedback between code maintainers and users. It provides new functionality and major improvements to existing code, with strict demands on usability, reliability and maintainability. It is produced for the benefit of all users, rather than a handful of commercial organisations.
Version 5.0 is a new major version release in which some backward compatibility to OpenFOAM version 4 is not maintained (requiring some changes to case input files), containing 816 code commits since version 4.0. OpenFOAM 5.0 uses all features of the ISO/IEC 14882:2011 (C++11) standard, and has been tested with C++ compilers that conform to that standard, such as GCC v4.8+, Clang v3.7+ and Intel ICC v17.0.4+. OpenFOAM 5.0 is distributed under the General Public Licence by the OpenFOAM Foundation for:
General Multiphase
Combustion
Productivity and Usability
OpenFOAM v5.0 was produced by:
To download OpenFOAM 5.0, click here. |
|
August 3, 2017, 23:47 |
|
#2 |
Senior Member
Yan Zhang
Join Date: May 2014
Posts: 120
Rep Power: 12 |
Hi,
I am using the latest version of OpenFOAM, but I can't show the particles in paraview. Because the file "positions" is different with the older version. |
|
August 4, 2017, 05:08 |
|
#3 |
New Member
Join Date: Dec 2014
Posts: 25
Rep Power: 12 |
The ParaView reader module in OpenFOAM v5 does read the new particle I/O so positions are displayed. You need to use a version of ParaView that includes the reader module from OpenFOAM, e.g. the ParaView that is shipped with OpenFOAM v5. If there is an issue with the ParaView reader module in OpenFOAM, report it on the OpenFOAM Issue Tracking System.
|
|
June 3, 2018, 13:15 |
|
#4 |
Senior Member
Join Date: Jan 2013
Posts: 372
Rep Power: 14 |
Dear zhangyan,
I met the same problem as you had. When I ran 'paraFoam' in the case directory, I cannot display the particle due to the problems of "position" data. Finally how did you visualize the particles? Thanks! My question was posted in this thread: cannot visualize the lagrangian data using Paraview from OpenFOAM 5.0 OFFO |
|
June 3, 2018, 14:14 |
|
#5 |
New Member
Join Date: Dec 2014
Posts: 25
Rep Power: 12 |
The ParaView reader module in OpenFOAM v5 does read the new particle I/O so positions are displayed. You need to use a version of ParaView that includes the reader module from OpenFOAM, e.g. the ParaView that is shipped with OpenFOAM v5, which are compiled with the packages supplied for Ubuntu (see https://openfoam.org/download/5-0-ubuntu/). If there is an issue with the ParaView reader module in OpenFOAM, report it on the OpenFOAM Issue Tracking System.
|
|
June 3, 2018, 21:36 |
|
#6 | |
Senior Member
Join Date: Jan 2013
Posts: 372
Rep Power: 14 |
Thank you very much. I used two versions: one is from blueCFD for windows for my desktop and one for source pack in the HPC cluster. For either of them, is it possible to install the OF reader module in paraview? Or use the paraview with this module? Thanks!
Quote:
|
||
June 4, 2018, 04:43 |
|
#7 |
New Member
Join Date: Dec 2014
Posts: 25
Rep Power: 12 |
Here are some options that use the OpenFOAM reader module for ParaView:
|
|
June 4, 2018, 04:46 |
|
#8 | |
Senior Member
Join Date: Jan 2013
Posts: 372
Rep Power: 14 |
Thank you very much for your suggestions. I will try to resolve this problem following these helpful suggestions.
Quote:
|
||
June 4, 2018, 04:50 |
|
#9 |
Senior Member
Join Date: Jan 2013
Posts: 372
Rep Power: 14 |
By the way, why the openfoam package (the latest version, including of50) and paraview from BlueCFD cannot visualize the particle data with paraFoam? Thanks!
|
|
June 4, 2018, 13:21 |
|
#10 | |
Senior Member
Join Date: Jan 2013
Posts: 372
Rep Power: 14 |
Hello,
Thank you very much for your suggestion. I tested the second method, and tried to install ubuntu on Win 10, following the procedures given here: https://openfoam.org/download/windows-10/ Everything is fine now. When I tried to run one tutorial in OpenFOAM 5.0, I go the attached error about "write" permission. Could you please tell me how to fix this issue? Thanks! Quote:
|
||
June 5, 2018, 13:52 |
|
#11 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quote:
blueCFD-Core uses the pre-built version of ParaView from the ParaView.org website, which only provides the built-in reader that ParaView/VTK have got, which are not able to read the particle data from OpenFOAM 5. You would have to run foamToVTK to convert the cases data to VTK format and then open the files inside that folder. In order for the builds provided with blueCFD-Core to be able to use ParaView to fully open OpenFOAM cases, it would be necessary to build ParaView from source code with MSys2+MinGW-w64, which at the moment is not certain if it will work or not and therefore it is very likely it would be a costly effort on its own. But once ParaView could be built with MSys2+MinGW-w64, it would then be possible to also build OpenFOAM's own reader as an add-on for ParaView, so that it could be binary-compatible. edit: As for the most recent comment, you should already know this by now, but you should not run the OpenFOAM tutorial cases directly from inside of the original copy of the "tutorials" folder. You should first create a copy of the tutorial case that you want to run. Re-read the second chapter of the OpenFOAM User Guide
__________________
Last edited by wyldckat; June 5, 2018 at 13:54. Reason: see "edit:" |
||
June 6, 2018, 00:48 |
|
#12 | |
Senior Member
Join Date: Jan 2013
Posts: 372
Rep Power: 14 |
Dear Bruno,
Thanks. Finally I use Windows Subsystem for Linux and install the openfoam package within it. It also works very well. Quote:
|
||
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ofgpu v1.1: GPU Linear Solvers for OpenFOAM Released | gocarts | OpenFOAM Announcements from Other Sources | 4 | March 8, 2019 12:21 |
OpenFOAM Training Jan-Jul 2017, Virtual, London, Houston, Berlin | CFDFoundation | OpenFOAM Announcements from Other Sources | 0 | January 4, 2017 07:15 |
UNIGE February 13th-17th - 2107. OpenFOAM advaced training days | joegi.geo | OpenFOAM Announcements from Other Sources | 0 | October 1, 2016 20:20 |
OpenFOAM v3.0.1 Training, London, Houston, Berlin, Jan-Mar 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | January 5, 2016 04:18 |
OpenFOAM Version 1.6 Released | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 0 | July 27, 2009 18:55 |