-
Updated
Jun 23, 2021 - Jupyter Notebook
hydrodynamics
Here are 74 public repositories matching this topic...
-
Updated
Jul 23, 2021 - C++
-
Updated
Nov 8, 2019 - Fortran
-
Updated
Jul 24, 2021 - C++
-
Updated
May 5, 2021 - Jupyter Notebook
-
Updated
Jul 23, 2021 - C++
Hi Matthieu,
I am working on a specific type of ocean wave energy technology. I came across, Capytaine, which is a great and very user-friendly package.
I am using the code to get some specific outputs to be used as inputs for a different code (wecSim: http://wec-sim.github.io/WEC-Sim/overview.html) to simulate an ocean wave energy harvester. When I use Nemoh, I can get those outputs which i
-
Updated
Dec 10, 2020 - C++
Hi possible contributors!
Something that would make for a great first issue is to download and compile SWIFT, and then check out the examples and try running a few. The majority of these examples currently use python2 scripts for initial conditions generation and analysis; it would be great if you could upgrade these to use python3 instead.
Thanks!
-
Updated
Aug 21, 2019 - Fortran
-
Updated
Jul 15, 2021 - C++
-
Updated
May 4, 2021 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Jul 20, 2021 - C
-
Updated
Jul 24, 2021 - Gnuplot
-
Updated
Apr 19, 2020 - C++
-
Updated
Jun 29, 2021 - Cuda
-
Updated
Jun 21, 2018 - Fortran
-
Updated
Jul 11, 2021 - Python
-
Updated
Jul 1, 2021 - C++
-
Updated
Jun 3, 2020 - Fortran
-
Updated
Feb 19, 2017 - Python
-
Updated
Jun 29, 2018 - C
-
Updated
Jul 1, 2021 - Fortran
-
Updated
Jul 8, 2021 - C++
-
Updated
Feb 13, 2020 - Fortran
-
Updated
Dec 18, 2018 - Python
-
Updated
Apr 12, 2021 - C++
Improve this page
Add a description, image, and links to the hydrodynamics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hydrodynamics topic, visit your repo's landing page and select "manage topics."
castro.change_max = 1.0means that the timestep can only ever stay the same or decrease relative to its initial value. I think we should disallow this value, I have a hard time imagining a use case for this (if you want a fixed timestep, use fixed_dt, and if you want a timestep cap but still allow the timestep to decrease, use max_dt). It causes problems with the retry functionality.