Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milover/hydnet
a program for simulating steady and nonsteady flow in complex pipe networks
https://github.com/milover/hydnet
Last synced: 14 days ago
JSON representation
a program for simulating steady and nonsteady flow in complex pipe networks
- Host: GitHub
- URL: https://github.com/milover/hydnet
- Owner: Milover
- Created: 2019-02-18T12:39:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T20:03:03.000Z (almost 6 years ago)
- Last Synced: 2023-08-02T12:58:06.860Z (over 1 year ago)
- Language: C++
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HydNet
a program for simulating steady and nonsteady flow in complex pipe networksRequires Eigen to be compiled or in the src directory. Available at: https://eigen.tuxfamily.org
When running testcases the files should be renamed "nodes" and "elements" respectively and placed in the same directory as the HydNet binary along with the "settings" file.
This code was written as part of an undergraduate thesis: Numerical simulation of steady and unsteady flow in complex pipe networks.
The croatian version of the thesis is available at: http://repozitorij.fsb.hr/id/eprint/9145
Currently under construction.