Skip to content

B-Janson/MXB324

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MXB324 Aquifer

How To Run

There are two parts to this code base:

  • The main solver for all parts of the problem
  • A verification script to display a simplfied version of the problem, that can be shown to be correct to a degree of accuracy.

Main Solver

  1. Adjust any variables as needed in INIT_PARAMS.
  2. Run the script MAINSCRIPT.

Verification

All code for verification is contained in the Verification directory.

  1. Adjust any variables as needed in VERIF_PARAMS.
  2. Run the script VERIF_SCRIPT.

Vertices

This section outlines which vertex is which based on a numbering scheme.

---------------- INCLUDE AN IMAGE HERE ---------------------------

Number Description Coordinates
1 Bottom left node x = 0 && z = 0
2 Bottom boundary 0 < x < 500 && z = 0
3 Bottom right node x = 500 && z = 0
4 Left boundary x = 0 && 0 < z < 80
5 Interior node 0 < x < 500 && 0 < z < 80
6 Right boundary x = 500 && 0 < z < 80
7 Top left node x = 0 && z = 80
8 Top boundary 0 < x < 500 && z = 80
9 Top right node x = 500 && z = 80

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages