Skip to content

Changes

#9 (16 Oct 2020, 12:36:10)

  1. Fixed a bug where the sixDofState was not written out (simulations couldnt be restarted). Note OF5 sixDof library still needs updating so that bodyForce functionality is the same as other versions — Scott Brown / githubweb

#8 (2 Oct 2020, 12:15:34)

  1. Added turbine functionality to Moody modified sixDoFSolver. Not tested but compiles. Still needs to be updated for compatibility with old solver (pointPatchFields...) — Scott Brown / githubweb
  2. Added waves2Foam v2139 — Scott Brown / githubweb
  3. Fixed bug in Allwmake script — Scott Brown / githubweb
  4. Added sixDoFfunctionality to waveFoam — Scott Brown / githubweb
  5. Fixed the volume bug found during paper submission (somehow lost in transit for all versions) — Scott Brown / githubweb
  6. fixed the volume bug for bodyforces for all versions — Scott Brown / githubweb
  7. Accidnetly divided by W_i twice in last commit - now all versions are fixed — Scott Brown / githubweb
  8. Fixed small typo which broke dev — Scott Brown / githubweb
  9. Added floatingBuoyWithTurbine tutorial for 1906. Fixed a bug which didnt apply bodyForces — Scott Brown / githubweb
  10. Added a copy of rigidBodyDynamics — Scott Brown / githubweb
  11. Adapted the sixDoF mooring restraint for rigidBodyDynamics (Untested) — Scott Brown / githubweb
  12. Updated mooringLine (now tested) — Scott Brown / githubweb
  13. Started adding in structure for bodyForces in rigidBodyDynamics. Not finished — Scott Brown / githubweb
  14. Changed the sixDoF bodyforce code to be consistent with later versions (and minimise changes to the base version of OpenFOAM/duplicated code) — Scott Brown / githubweb
  15. Tidied up the sixDoF code to remove commented code — Scott Brown / githubweb
  16. Added the functionality to access "mesh" in rigidbodydynamics — Scott Brown / githubweb
  17. Added functionality for bodyForces - still needs populating. — Scott Brown / githubweb
  18. Added actuator disc method - need to test — Scott Brown / githubweb
  19. Fixed bugs with new bodyForce functionality. Tested partially (case runs - need to check force is applied correctly). — Scott Brown / githubweb
  20. Fixed a parallel processor problem with the bodyForce sixDoF coupling (was currently only running on master node and getting stuck waiting for reduce operations) — Scott Brown / githubweb
  21. Fixed a parallel processing bug in rigidBodyDynamics for OF4 — Scott Brown / githubweb
  22. Fixed parallel processing bug for bodyForce coupling with sixDoF in OFv1906 — Scott Brown / githubweb
  23. Added a copy of qaleFoam without (major) changes. Note that qaleFoam has it's own copy of sixDoF solver and hence is not compatible with other developments in sixDofEXT. May be better to introduce the changes in qaleSixDoF to sixDoFEXT to make future developments easier (e.g. with bodyForces) — Scott Brown / githubweb
  24. Removed part of the qaleFoam distribution which is unused (as far as I can tell...) — Scott Brown / githubweb
  25. fixed a problem with the third party qale library. Now consistent with moody/oceanwave3D — Scott Brown / githubweb
  26. Minor bug fix in Allwmake script — Scott Brown / githubweb
  27. Initial commit with copy of qaleFoam library — Scott Brown / githubweb
  28. Fixed a problem with the qaleFoam dataHandler file. Pstream::blocking was updated to Pstream::commsType::blocking between versions — Scott Brown / githubweb
  29. qaleFoam library now compiles (without the sampling - changes not tested) — Scott Brown / githubweb
  30. Sampling for qaleFoam now compiles. Note that the code is based on "sampling" in OpenFOAM and there are differences between OF230 to OF5 which have not been included. May be worth updating the full library to include OF5s changes but should decide how sampling is included in the repository first — Scott Brown / githubweb
  31. Added the setQaleFoam utility. Compiled without changes from OF230 — Scott Brown / githubweb
  32. Added a copy of interDyMFoam from OF50 — Scott Brown / githubweb
  33. Fixed options paths — Scott Brown / githubweb
  34. Now compiles with qaleFoam functionality (untested). Something strange happening with createFields/initQaleWave (see note in createFields) - needs further investigating — Scott Brown / githubweb
  35. Added the unidirectional tutorial to test qaleDyMFoam. Runs and gives similar results to OF230 (very slightly different) — Scott Brown / githubweb
  36. Fix for sampling library. Was previously hanging in parallel (see particleCloud changes in faceSet/uniformSet) — Scott Brown / githubweb
  37. qaleFoam was writing the time/timestep to a file in constant every timestep. I have removed this since it could be accessed through thje runTime function. The test case runs fine now and outside of the files i ahve changed (zone shape...) I see no reason for writing the file regularly (it was also getting tracked by git when the case had been run). — Scott Brown / githubweb
  38. Updated the test case to run faster (now linear wave, coarser mesh) — Scott Brown / githubweb
  39. Renamed the qale test case to be more intuitive — Scott Brown / githubweb
  40. Tidied up the tutorial and added a README. — Scott Brown / githubweb
  41. Added copy of qaleFoam library from OF5. Does not compile — Scott Brown / githubweb
  42. qaleFoam library now compiles. Sampling will need testing — Scott Brown / githubweb
  43. Added a copy of setQaleWave from OF5 — Scott Brown / githubweb
  44. Added a standard copy of interFoam from OFv1906. Renamed to qaleFoam but functionality is jsut interFoam at this point — Scott Brown / githubweb
  45. Added in qale functionality. Not tested. — Scott Brown / githubweb
  46. Added the qaleFoam tutorial but doesn't run currently due to problem in sampling library. — Scott Brown / githubweb
  47. Fixed a bug in sampling libraries. qale tutorial now runs — Scott Brown / githubweb
  48. Updated the readme — Scott Brown / githubweb
  49. Fixed a bug reading in "g" (previously g was not being set correctly for dynamic mesh, i.e. 0). Dynamic mesh cases should now run. Tutorial to follow — Scott Brown / githubweb
  50. Changed where the bodyforces were applied. I think previously they happened after U was solved. — Scott Brown / githubweb
  51. Added a tutorial for qaleFoam with dynamic mesh and bodyForce functionality — Scott Brown / githubweb
  52. Small update to tutorial — Scott Brown / githubweb
  53. Added functionality to scale irregular waves based on NewWave. Previously on OF41 branch (not committed to dev) — Scott Brown / githubweb

#7 (29 Jun 2020, 18:17:06)

  1. Updated turbine library to input density (for wind applications) — Scott Brown / githubweb
  2. Made changes to the damping part of new linearStiffness restraint. Think it should now work correctly. — Scott Brown / githubweb

#6 (12 Jun 2020, 16:48:22)

  1. Changed the symmetryPlaneMooring so that it only halves the horizontal (x) component (previously did vertical - incorrectly - as well). Code only works for symmetry plane on y-axis so needs some more work — Scott Brown / githubweb

#5 (28 May 2020, 15:51:16)

  1. Made a new mooring line that provides half the force. For use on symmetry planes — Scott Brown / githubweb

#4 (1 May 2020, 15:11:59)

  1. Fixed bug in linearStiffness (magnitude and direction was squared) — Scott Brown / githubweb

#3 (27 Apr 2020, 16:30:21)

  1. Updated the output from the restraint to be more user friendly — Scott Brown / githubweb