|
[Sponsors] |
Release of a Wave Generation and Absorption Toolbox for OF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 12, 2015, 08:54 |
|
#41 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Good afternoon,
With a few modifications the source of waves2Foam now compiles under OF2.4.0 and the solver waveFoam is also created. The solver porousWaveFoam is to be added at a later stage. Disclaimer: I have only tested the waveFlume tutorial and it executes. I have not validated the correctness of the wave propagation in OF2.4.0. The commit is svn-revision 2072. Furthermore, the OF-versions OF-1.6-ext, OF-1.7, OF-1.7.1 and OF-2.0 is no longer being tested, when modifications are made to waves2Foam. This does not explicitly mean that the code will not compile. See the following section on the wiki: http://openfoamwiki.net/index.php/Co...Versions_of_OF Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
September 9, 2015, 11:26 |
|
#42 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
I have made an update to the solvers (waveFoam and porousWaveFoam), so they now take an additional parameter in the waveProperties(.input) file: Code:
seaLevelAsReference false/true; Code:
volScalarField gh("gh", g & (mesh.C() - referencePoint)); surfaceScalarField ghf("ghf", g & (mesh.Cf() - referencePoint)); The changes are committed as revision 2078. Testing - Setup: This implementation has been tested on the waveFlume tutorial, where the sea level was given 5 different values: [-0.1 -0.05 0.00 0.05 0.10]. Besides this, the waveProperties.input file was the same. The mesh was translated vertically according to the sea levels, such that the water depth remained 0.4 m. The translation was performed with: Code:
transformPoints -translate "(0 X 0)" Testing - Results: Four quantities were investigated:
All 5 simulations (5 values of the sea level) yielded identical results. This is taken as a full validation of the implementation. Please report any issues that you might have with the modifications of the solvers, compatibility with non-tested (pressure) boundary conditions. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
September 24, 2015, 15:59 |
|
#43 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
wavs2Foam is now close to 4 years old (as open-source) and I would like to get to know you, the users, a little bit better. Therefore, I have made a Google Form with a few questions. I would appreciate a lot, if you could fill out the form and also circulate it to your colleagues and collaborators, who might not have seen this notice. The form is found here: http://goo.gl/forms/tvVIHGnNP9 I would like to use the opportunity to also inform you on the up-coming course in detailed numerical modelling of free surface waves that we are providing at Deltares. The full description can be found here: http://www.dsd-int.nl/training/waves...surface-flows/ Thank you, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
October 15, 2015, 16:21 |
|
#44 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
It is my utmost pleasure to be able to announce that waves2Foam now has been extended with a coupling to OceanWave3D ([1]). This coupling has existed for a while in a less than generic form, but it has now been streamlined with waves2Foam. The coupling has already been described in [2]. OceanWave3D is an accurate and fast nonlinear potential wave solver, so the coupling will allow for
Kind regards, Niels [1]: Engsig-Karup, AP, Bingham, HB, Lindberg, O. (2009). An efficient flexible-order model for 3D nonlinear water waves. Journal of Computational Physics, 228, 2100-2118. [2]: Paulsen, BT, Bredmose, H and Bingham, HB (2014). An efficient domain decomposition strategy for wave loads on surface piercing circular cylinders. Coastal Engineering, 86, 57-76. EDIT: The coupling will be presented as part of the coming course in detailed wave modelling: http://www.dsd-int.nl/training/waves...surface-flows/
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. Last edited by ngj; October 16, 2015 at 04:02. |
|
November 23, 2015, 02:36 |
|
#45 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Good morning all,
I am happy to announce that the cross-version compatible version of waves2Foam for OpenFoam-3.0.0 is now available. This includes a solver for waveFoam as well. The free surface solver has become rather complex as of version 2.4, which means that it will require some time to figure out, how to include porosity effects correctly in the solver. No attempts will be made with respect to that in the near future. Please make note that even though the code compiles, this does not mean that a rigorous validation for waves in OpenFoam-3.0.0 has been performed. The users are hence encouraged to performed such validation steps on their own. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
April 4, 2016, 10:13 |
|
#46 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
Today, I have made a small modification to the third-party dependencies. Now, waves2Foam is being link to a different fork of OceanWave3D. This fork is almost identical to the previous one, but there are subtle differences: 1. The new fork still undergoes continued developments, where the old fork was at a 'dead end'; 2. There were some bugs in relation to the wave generation with the a wave paddle signal. These bugs are now resolved with an effort from the original developers from the Technical University of Denmark. Otherwise, no functional changes to the code and compilation should be smooth. This message concerns revision 2091. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
July 1, 2016, 17:51 |
|
#47 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
waves2Foam has now been made compatible with OpenFoam-4.0.0. There have been introduced quite some changes with OpenFoam-4.0.0, which means that the sampling-library was not successfully adapted to the syntax in OpenFoam-4.0.0. The lack of a waves2Foam sampling library means that the two run-time sampling methods: - surfaceElevation - overtopping are not supported for OpenFoam-4.0.0. The solver porousWaveFoam still needs to be created for OpenFoam-4.0.0. The tutorial waveFlume has been executed, and a visual inspection of the results appears to yield similar results. Though, without the surfaceElevation tool, it is not possible to perform a validation against prior versions. Users are strongly encouraged to perform their own validation, if OpenFoam-4.0.0 is adopted. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
August 12, 2016, 10:58 |
|
#48 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
As of revision 2100 of waves2Foam, there is now support for OpenFoam-v3.0+. An additional pre-processing flag called OFPLUSBRANCH is now introduced to support this third OpenFoam branch. At present, only waveFoam has been made and tested. Minor differences were observed in the diffusivity of the free surface between OpenFoam-v3.0+ and foam-extend-3.1, so you are encouraged to verify with your own applications. Furthermore, revision 2100 also provides the solvers waveFoam and porousWaveFoam for foam-extend-3.2. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
November 8, 2016, 13:44 |
|
#49 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
As of revision 2103, waves2Foam now compiles on OpenFoam-v1606+. Wave gauges have been tested - and unlike for OpenFoam-4.0 - they do work in OpenFoam-v1606+. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
January 3, 2017, 08:49 |
|
#50 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
I have tried to compile waves2Foam on OpenFoam-v1612+ today, but the structure of the function objects have changed (I guess that they are now similar to OpenFoam 4.0). This means that it is not possible to compile the wave gauges with the current implementation. Consequently, a complete rewrite of the surfaceElevation class is required, before waves2Foam is compatible with OpenFoam-v1612+. I can, unfortunately, not give a time horizon for this activity. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
January 15, 2017, 13:53 |
|
#51 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
It is a pleasure to announce that waves2Foam is now supported on foam-extend-4.0. The code compiles and the tutorials porousDamBreak, waveFlume and couplingOceanWave3D run correctly. Please report any issues. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
May 7, 2017, 16:58 |
|
#52 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
There is now added a small utility that allows for the evaluation of the wave theories off-line from e.g. waveFoam. This utility is called sampleIncidentWaveField. The sample points and sample time is specified as follows in waveProperties.input: Code:
sampleIncidentWaveField { deltaT 0.01; endTime 100; points 4((0 0.1 0.2) (1 1.1 1.2) (2 2.1 2.2) (3 3.1 3.2)); } Please also note that I added a small breeder-section. Currently, the breeder section contains a catenary mooring line for floating objects and a utility to write a 1D-mesh by which you can visualise the (catenary) mooring lines in paraView. The breeder section is currently only compiled on v1606+. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
July 15, 2017, 17:13 |
|
#53 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
It is a pleasure to announce that a new solitary wave theory has been released: Chappelear (1962). During the implementation of this theory, it turned out that there was a sign-error in the vertical velocity for solitaryFirst. This error was the cause of large drop in wave height, which been observed in solitary wave simulations by several users. All users applying solitary waves are recommended to update to the latest SVN-revision (2112). Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
August 17, 2017, 13:26 |
|
#54 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
It is a pleasure to announce that there is now a manual available for waves2Foam. This manual is available through ResearchGate and it will replace the Wiki-page, which was getting difficult to maintain. The link to the manual is here: https://www.researchgate.net/publica...es2Foam_Manual The manual is currently under a draft status, but it is sufficiently far to be used. Mainly textual editing is needed. At a later stage, the manual will be added to the SVN-repository. I hope that this will prove useful and please provide feedback (in another thread) and input on possible errors. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
September 4, 2017, 17:22 |
|
#55 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
Thank you very much for the interest, which have been shown to the recently published manual. I was happily surprised and did not at all expect such a rapid exposure. One thing, however, is to have access to a manual, another is how to apply the model. To this end, we are provided a course in the use of waves2Foam and OceanWave3D at Deltares from the 1st through the 2nd of November 2017. Please find all details here: https://softwaredays.deltares.nl/201...9e3c0638002813 I hope to see some of you in Delft, The Netherlands. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
March 5, 2018, 12:55 |
|
#56 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
It is a pleasure to finally be able to announce that surfaceElevation is brought up to date, so it works for more recent versions of OpenFoam, e.g. OpenFoam+ v. 1712. The update of the function objects comes with some minor changes to the interface, consequently the utility waveGaugesNProbes asks for two additional keywords (for OpenFoam+ version 1612 and later): Code:
writeControl writeInterval The updated source code is released together with waveFoam and porousWaveFoam solvers for OpenFoam+ 1712 (thank you Bjarne Jensen). There are still some outstanding issues, which I hope to resolve in the near future. These issues relate to:
Please note that postProcessingWaves2Foam is likely to break, because the data is now placed in the folder "postProcessing" in compliance with other functionObjects. The new changes are released in svn revision 2118. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
May 27, 2018, 09:05 |
|
#57 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
I have performed a small clean-up operation in the waveTheory and derived classes and improved on the cross-version compatibility. The following is adapted:
Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
June 5, 2019, 10:46 |
|
#58 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
It is my pleasure to finally announce that waves2Foam has been brought up to date and now compiles with OpenFoam-v1812 (just in time before release of v1906). The main difficulty was the change in handling of gravity, which has changed, so quite a few files were modified. Please report any problems, so they can be fixed. There is also made a solver for waveFoam. Kind regards Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
February 22, 2020, 12:23 |
|
#59 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
waves2Foam now compiles on OF1912. I have also created the waveFoam solver, while waveIsoFoam and porousWaveFoam will follow later. The updated code is available in the svn-repository revision 2137. Kind regards Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
January 19, 2021, 14:32 |
|
#60 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Dear all,
waves2Foam now compiles on OpenFoam v2012, where some minor changes and additions are made:
Kind regards Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
energy absorption instead generation | bohis | FLUENT | 1 | August 29, 2009 15:11 |