The coupled Buckingham Darcy's equation for water flow and Fourier's heat equation for heat flow were solved simulatenously to get the water content and temperature evolution.
The required functions are available in flow_fun.py, the main code to solve the equation is in flow_solving.py, finally the simulated data was analyzed by plotting.py.
The only library used were:
- Numpy to store arrays
- Matplotlib to plot