Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
  2. Nov 23, 2022
  3. Sep 09, 2022
  4. Oct 26, 2020
  5. Jul 15, 2020
  6. Jul 02, 2020
    • Yoann Audouin's avatar
      [feature #647] Use overloading in parallel · 57b2d510
      Yoann Audouin authored
      Genric function (via interface) were created for parallel function that
      were had the same functionality but not the same argument types/number.
      
      For example p_dmax and p_imax are now p_max
      For example p_dsum and p_isum are now p_sum
      57b2d510
  7. Jun 04, 2020
  8. Aug 22, 2018
  9. Jul 04, 2018
    • Agnès Leroy's avatar
      [fix][telemac3d] Fix bug in culverts in 3D · d8a7bb5d
      Agnès Leroy authored
      - the velocities on one side of the culvert are taken from the flow but
        were taken always at the bottom
      - now they are taken at the elevation of the culvert on that side, in
        the same way as for the tracers
      - update the culvert and bergenmeersen reference files
      d8a7bb5d
  10. Oct 25, 2017
    • Agnès Leroy's avatar
      [feature] Remove the siphon formulation to use only culverts · 00044081
      Agnès Leroy authored
        - new parameters in the culverts data file were added to set:
            - the angles between the inflow and outflow pipes with the
              horizontal and with the vertical;
            - the user choice regarding the automatic calculation of the
              horizontal angle based on the mesh;
        - the culvert formulation 1 is now adapted to the case of circular
          sections, like the formulation 2;
        - the results for the siphon slightly change because in the case the
          outflow is actually partially unsubmerged (which may be a small
          mistake in the original setup).
      00044081
  11. Sep 13, 2017
    • Agnès Leroy's avatar
      [fix] Cue ticket #434: fix problem in the culvert fomulation 1 · ba7c2d86
      Agnès Leroy authored
      - In the previous commit only one flow direction was treated. Besides,
      Pierre-Louis Ligier suggested to use the outlet's upper elevation
      for the calculation of the discharge instead of the outlet's water
      level in order to prevent flow rate overestimations, in particular
      in the case of a falling jet at the outlet. This choice may be
      discussed but is implemented here.
      - The printing of the flow rates through the culverts in the listing
      now only happen at the listing printout frequency.
      ba7c2d86
  12. Sep 11, 2017
  13. Jul 18, 2017
  14. Mar 24, 2017
  15. Mar 15, 2017
  16. Dec 17, 2016
  17. Sep 11, 2016
  18. Sep 01, 2016
  19. Jul 24, 2016
  20. Jul 05, 2016
    • Agnès Leroy's avatar
      [feature #282] Culvert modelling · 54673a3d
      Agnès Leroy authored
        - add the culvert modelling in TELEMAC-3D
        - add a new formulation for culverts in TELEMAC-2D and 3D, proposed and tested
          at Flanders Hydraulics (contact: Sven Smolders, sven.smolders@mow.vlaanderen.be)
        - this commit corresponds to the merge of the branch balloonfish at revision
          7837 with the trunk
      54673a3d
  21. Jun 30, 2016
  22. Aug 27, 2015
  23. Jun 01, 2015
  24. Jan 29, 2014
  25. Jul 04, 2013
  26. Jun 13, 2013
  27. Apr 25, 2013
    • Christophe COULET's avatar
      Correction of a bug in the buse management. · 25f60913
      Christophe COULET authored
      This appear only when the discharge becomes equal to 0 (in such case, the value of SECT is 0) but due to relaxation, the effective discharge take in account for the computation could be different of 0 and then the computation of velocities crash.
      Now, the value of SECT was saved in memory and in such case, we use the previous value. I'm not sure is we should make a relaxation on the section...
      25f60913
  28. Jul 27, 2012
  29. Jul 19, 2012
  30. May 25, 2012
Loading