Skip to content

OpenDike is an open-source project aimed at assisting students and professionals with various hydraulic problems, particularly in calculating the resistance of a dike in abstract scenarios for exams or in real-world projects where miscalculations could potentially lead to the destruction of a small village beneath the dike.

License

Notifications You must be signed in to change notification settings

lilruwu/OpenDike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenDike

OpenDike

Abstract

This repository contains the instructions for install OpenDike and a guide of how to use it.

OpenDike is an open-source project to help students and professionals in different hidraulic problems calculating the resistance of a dike in abstract scenarios to pass an exam or in real projects where a failure in these calculations can destroy a little village under the dike.

Options

New Project

Create a new project using one of the five possible hypothesis and see the results.

Open Project

The idea is to save the projects in an specific format, possible JSON to load them and remake the calculations so you can save the project or the results you did it before.

One idea should be:

{
  "projectName": "Sample Project",
  "hypothesis": 1, //2, 3, 4, or 5
  "fields": {
    "field1": "value1",
    "field2": "value2"
    //....
  }
}

Settings

Just stuff to change on the interface.

About

OpenDike is an open-source project aimed at assisting students and professionals with various hydraulic problems, particularly in calculating the resistance of a dike in abstract scenarios for exams or in real-world projects where miscalculations could potentially lead to the destruction of a small village beneath the dike.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages