Git Product home page Git Product logo

droplet's People

Contributors

rena0157 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

droplet's Issues

Build Basic UI For Testing

I would like to build a basic UI for testing purposes. This UI will serve as a way to interact with an inp file using tables.

Add Ability to write options to an inp file

Add the public virtual string ToInpTableRow() method to the InpEntity as a base class method. This method will provide the functionality to convert the entity back to an inp row, it should return an IInpTableRow object that contains the name and the value of the option.

Add the Infiltration Data Entity

Introduction

Add the InfiltrationData Entity. The infiltration data entity is an entity that will eventually add data to the Subcatcment Entity. A current thought is to create a new object type that handles tables such as the Infiltration data table (Example below) which are not stand alone entities and only add data to other entities. For example, the Infiltration Data table below adds infiltration data to the subcatchment that it is referring to.

[INFILTRATION]
;;Subcatchment   Suction    Ksat       IMD       
;;-------------- ---------- ---------- ----------
1                80         0.5        7         
3                80         0.5        7         
5                3.0        0.5        4         
6                3.0        0.5        4         
7                3.0        0.5        4         
8                3.0        0.5        4         

Infiltration Data Entity

This entity can take on a few different forms. For example, above is the GREEN_AMPT infiltration data format. Other formats can be see below. All of these formats are dependent on the InfiltrationOption that is set at the begining of the Inp file.

Green Ampt and Modified Green Ampt

[INFILTRATION]
;;Subcatchment   Suction    Ksat       IMD       
;;-------------- ---------- ---------- ----------
1                80         0.5        7         
3                80         0.5        7         
5                3.0        0.5        4         
6                3.0        0.5        4         
7                3.0        0.5        4         
8                3.0        0.5        4      

Horton and Modified Horton


[INFILTRATION]
;;Subcatchment   MaxRate    MinRate    Decay      DryTime    MaxInfil  
;;-------------- ---------- ---------- ---------- ---------- ----------
1                80         0.5        7          7          0         
3                80         0.5        7          7          0         
5                3.0        0.5        4          7          0         
6                3.0        0.5        4          7          0         
7                3.0        0.5        4          7          0         
8                3.0        0.5        4          7          0         

SCS Curve Number


[INFILTRATION]
;;Subcatchment   CurveNum              DryTime   
;;-------------- ---------- ---------- ----------
1                80         0.5        7         
3                80         0.5        7         
5                3.0        0.5        4         
6                3.0        0.5        4         
7                3.0        0.5        4         
8                3.0        0.5        4         

Add The Step Options

Add the Step Options Including

  • REPORT_STEP
  • WET_STEP
  • DRY_STEP
  • ROUTING_STEP
  • RULE_STEP

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.