Skip to content

A simple finite difference implementation of the groundwater flow equation programmed in MATLAB.

Notifications You must be signed in to change notification settings

andrewtbanks/MatFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MatFlow

A simple finite difference implementation of the groundwater flow equation programmed in MATLAB.

Open and execute general_workspace.m or MatFlow_workspace.m to see some example models.

Format_MatFlow.m formats raw input which is readable by the main model script MatFlow_v3.m

Cell_cond.m and Coeff_matrix.m format input data into matricies comprising the linear system {A}{h}={q}

The linear system is passed to mgs.m which uses the modified grahm-schmidt method to solve.

About

A simple finite difference implementation of the groundwater flow equation programmed in MATLAB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages