Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Infiltration Data Entity #53

Open
rena0157 opened this issue Oct 19, 2019 · 0 comments
Open

Add the Infiltration Data Entity #53

rena0157 opened this issue Oct 19, 2019 · 0 comments
Assignees
Labels
InpFiles Work Related to the Droplet.Core.Inp namespace
Milestone

Comments

@rena0157
Copy link
Owner

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         

@rena0157 rena0157 added the InpFiles Work Related to the Droplet.Core.Inp namespace label Oct 19, 2019
@rena0157 rena0157 added this to the V0.3.0 milestone Oct 19, 2019
@rena0157 rena0157 self-assigned this Oct 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
InpFiles Work Related to the Droplet.Core.Inp namespace
Projects
None yet
Development

No branches or pull requests

1 participant