Skip to content

cve-mohd/flow-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified Solution of Flood Wave Propagation in Open Channel

Overview

This program simulates one-dimensional open-channel flow by solving the Saint-Venant equations using the finite-difference method.

Features

TBA

Project Structure

TBA

Requirements

  • Python (version 3.8 or later)
  • Required Python packages:
    • numpy
    • scipy

Installation

  1. Clone the repository:
    git clone https://github.com/cve-mohd/flood-wave-propagation.git
  2. Navigate to the project directory:
    cd flood-wave-propagation
  3. Install the required packages:
    pip install -r requirements.txt

Usage

TBA

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Special thanks to me for making this project possible.

About

A finite-difference solver for the 1D Saint-Venant equations.

Topics

Resources

License

Stars

Watchers

Forks

Languages