Skip to content
Started 3 yr 2 mo ago
Took 13 min
Failed

Build #4 (24 Feb 2021, 23:59:03)

Changes
  1. added a third_party dir for moody precompiled library (details / githubweb)
  2. rigidBody libraries with moody (mooring) support (details / githubweb)
  3. update of Allwmake (details / githubweb)
  4. added moody environmental variables (details / githubweb)
  5. added mooredFloatingObject tutorial to illustrate the use of the moody mooring library (details / githubweb)
  6. added libmoody.so (overriding the gitignore rules) (details / githubweb)
  7. Moved third_paty dir to top level (details / githubweb)
  8. updated setup after moved moody lib (details / githubweb)
  9. minor fixes in the mooredFloatingObject tutorial (details / githubweb)
  10. Added structure in for Zheng heng second order focused wave generation (details / githubweb)
  11. Minor changes made to waves2Foam syntax to be non compiler specific (details / githubweb)
  12. Added source term to Allwmake script so that it can not be forgotten (details / githubweb)
  13. added 0.orig (details / githubweb)
  14. changes scripts as tutorials not passing Anvil... (details / githubweb)
  15. Temporary 'fix' to see if this solves the build service problem (details / githubweb)
  16. Fix Jenkinsfile (details / githubweb)
  17. Jenkins: run tutorials in toolbox, bugfix and tutorial feature branches (details / githubweb)
  18. Jenkins: use foamRunTutorials instead of Allrun (details / githubweb)
  19. Don't exit in the setup script - it logs you out! (details / githubweb)
  20. Jenkins: archive log files (details / githubweb)
  21. Added scaling functionality (e.g. newWave) to the Irregular setWaveProperties (details / githubweb)
  22. Added a focusing phase option (i.e. pi can be added for trough focus) (details / githubweb)
  23. Changed scaling to be the same as EK's version (details / githubweb)
  24. Removing the troublesome OceanWave3D tutorial (details / githubweb)
  25. Adding new irregular wave scaling options and focusPhase option to OF41 version (details / githubweb)
  26. updated "setup" (details / githubweb)
  27. testing moody (details / githubweb)
  28. Changed to bash (details / githubweb)
  29. Mistake made when merging into dev, now resolved (hopefully) (details / githubweb)
  30. added support for moody in sixDoFRigidBodyMotion (details / githubweb)
  31. Update Allwmake (details / githubweb)
  32. updated Allwmake (details / githubweb)
  33. removed dupicate tutorial (details / githubweb)
  34. another Allwmake ... (details / githubweb)
  35. added missing 0.orig dirs (details / githubweb)
  36. Added turbine functionality to Moody modified sixDoFSolver. Not tested but compiles. Still needs to be updated for compatibility with old solver (pointPatchFields...) (details / githubweb)
  37. Added waves2Foam v2139 (details / githubweb)
  38. Fixed bug in Allwmake script (details / githubweb)
  39. Added sixDoFfunctionality to waveFoam (details / githubweb)
  40. Fixed the volume bug found during paper submission (somehow lost in transit for all versions) (details / githubweb)
  41. fixed the volume bug for bodyforces for all versions (details / githubweb)
  42. Accidnetly divided by W_i twice in last commit - now all versions are fixed (details / githubweb)
  43. Fixed small typo which broke dev (details / githubweb)
  44. Added floatingBuoyWithTurbine tutorial for 1906. Fixed a bug which didnt apply bodyForces (details / githubweb)
  45. Added a copy of rigidBodyDynamics (details / githubweb)
  46. Adapted the sixDoF mooring restraint for rigidBodyDynamics (Untested) (details / githubweb)
  47. Updated mooringLine (now tested) (details / githubweb)
  48. Started adding in structure for bodyForces in rigidBodyDynamics. Not finished (details / githubweb)
  49. Changed the sixDoF bodyforce code to be consistent with later versions (and minimise changes to the base version of OpenFOAM/duplicated code) (details / githubweb)
  50. Tidied up the sixDoF code to remove commented code (details / githubweb)
  51. Added the functionality to access "mesh" in rigidbodydynamics (details / githubweb)
  52. Added functionality for bodyForces - still needs populating. (details / githubweb)
  53. Added actuator disc method - need to test (details / githubweb)
  54. Fixed bugs with new bodyForce functionality. Tested partially (case runs - need to check force is applied correctly). (details / githubweb)
  55. Fixed a parallel processor problem with the bodyForce sixDoF coupling (was currently only running on master node and getting stuck waiting for reduce operations) (details / githubweb)
  56. Fixed a parallel processing bug in rigidBodyDynamics for OF4 (details / githubweb)
  57. Fixed parallel processing bug for bodyForce coupling with sixDoF in OFv1906 (details / githubweb)
  58. 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) (details / githubweb)
  59. Removed part of the qaleFoam distribution which is unused (as far as I can tell...) (details / githubweb)
  60. fixed a problem with the third party qale library. Now consistent with moody/oceanwave3D (details / githubweb)
  61. Minor bug fix in Allwmake script (details / githubweb)
  62. Initial commit with copy of qaleFoam library (details / githubweb)
  63. Fixed a problem with the qaleFoam dataHandler file. Pstream::blocking was updated to Pstream::commsType::blocking between versions (details / githubweb)
  64. qaleFoam library now compiles (without the sampling - changes not tested) (details / githubweb)
  65. 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 (details / githubweb)
  66. Added the setQaleFoam utility. Compiled without changes from OF230 (details / githubweb)
  67. Added a copy of interDyMFoam from OF50 (details / githubweb)
  68. Fixed options paths (details / githubweb)
  69. Now compiles with qaleFoam functionality (untested). Something strange happening with createFields/initQaleWave (see note in createFields) - needs further investigating (details / githubweb)
  70. Added the unidirectional tutorial to test qaleDyMFoam. Runs and gives similar results to OF230 (very slightly different) (details / githubweb)
  71. Fix for sampling library. Was previously hanging in parallel (see particleCloud changes in faceSet/uniformSet) (details / githubweb)
  72. 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). (details / githubweb)
  73. Updated the test case to run faster (now linear wave, coarser mesh) (details / githubweb)
  74. Renamed the qale test case to be more intuitive (details / githubweb)
  75. Tidied up the tutorial and added a README. (details / githubweb)
  76. Added copy of qaleFoam library from OF5. Does not compile (details / githubweb)
  77. qaleFoam library now compiles. Sampling will need testing (details / githubweb)
  78. Added a copy of setQaleWave from OF5 (details / githubweb)
  79. Added a standard copy of interFoam from OFv1906. Renamed to qaleFoam but functionality is jsut interFoam at this point (details / githubweb)
  80. Added in qale functionality. Not tested. (details / githubweb)
  81. Added the qaleFoam tutorial but doesn't run currently due to problem in sampling library. (details / githubweb)
  82. Fixed a bug in sampling libraries. qale tutorial now runs (details / githubweb)
  83. Updated the readme (details / githubweb)
  84. 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 (details / githubweb)
  85. Changed where the bodyforces were applied. I think previously they happened after U was solved. (details / githubweb)
  86. Added a tutorial for qaleFoam with dynamic mesh and bodyForce functionality (details / githubweb)
  87. Small update to tutorial (details / githubweb)
  88. OFv2006 added (details / githubweb)
  89. Project purposed corrected (details / githubweb)
  90. permissions updated (details / githubweb)

Branch indexing

Revision: cc3f550c2cdd5b05b3d0133bacaa0ae6e4655617
Repository: git@github.com:CCP-WSI/ccp-wsi.git
  • waveMakerZ_library_OFv1812