Python code for the small domain fluid solver
In order to run the code, you will need to download all files contained in the Code folder. These need to be in the same local folder when attemting to run.
Domain_Config.py contains a readable format for inputting domain length, width and retention times.
Solver.py Will solve for the fluid domain outlined n Domain_config.py
Fluid_Streamlines.py solves for the fluid streamlines, you will need to run this code at the moment.