SOIL 6010 Project Proposal Geano Dong Matlab Functions for Richards Equation - Philip Infiltration Solution (RE-PIS) Introduction As an important part of the theory of soil water movement, the Richards equation and the Philip solution for infiltration should be developed as the basic functions in the soil physics toolbox. The main task that the tool will perform is to use the same numerical methods that Philip used in his research (Philip, 1957) to solve the Richards equation. There are some existing Matlab infiltration models based on the solution equation. (Na’amani)While parameters like πΎ(π) have to be assigned before running. They are usually calculated or referred from other resource. The tool will use the initial and boundary conditions to estimate the cumulative infiltration I and the infiltration rate i. The sorptivity S will be calculated in the running process, which will be easily viewed. The Philip infiltration functions will also draw figures showing soil infiltration profiles. Theory The primary equation that will be employed is the Richards equation for transient water flow, ππ π ππ ππΎ(π) = (π·π€ (π) ) + ππ‘ ππ§ ππ§ ππ§ (1) where π is the soil water content, π‘ is the time, π§ is the gravitational potential head, π·π€ (π) is the soil water diffusivity, and πΎ(π)is the unsaturated water conductivity. The soil hydraulic properties πΎ(π) and π·π€ (π) can be estimated from many different models. The van Genuchten model (van Genuchten, 1980)will be coded and used in this study. Set π₯ = −π§ for convenience, then Equation (1) becomes ππ π ππ ππΎ(π) = (π·π€ (π) ) − ππ‘ ππ₯ ππ₯ ππ₯ (2) By applying the transformations π¦ = π₯ − π₯ ′ , π = π¦ ′ π‘ −1, the solution is found as a power series in π‘1/2 : π π₯ = ππ‘1/2 + ππ‘ + ππ‘ 3/2 + ππ‘ 2 + β― + ππ (π)π‘ 2 + β― (3) in which the coefficients π, π, π, π β― ππ are functions of π, which can be solved by numerical methods.(Philip, 1955) Then the cumulative infiltration I and the infiltration rate i can also be expressed as infinite series: πΌ = ππ‘1/2 + π΄1 π‘ + π΄2 π‘ 3/2 + β― (4) π in which the sorptivity π = ∫π π ∫ π ππ (π0 πππ ππ are boundary conditions). π΄1 and π΄2 can be solved in 0 the same way. Applications As some of the basic functions in the soil physics toolbox, RE-PIS will contain to main functions – the “vanGenuchtent” and the “RePis”. The first one will be a complementary function for an existing function “vanGenuchten”. (Flores A.N., 2010) The input parameters will be soil water content instead of the potential head. The expected end-users for this tool will be researchers, teachers and students who need to use the Philip infiltration model. The functions could also be called by other soil physics functions. References Philip, J. R. (1955). Numerical Solution of Equations of the Diffusion Type with Diffusivity ConcentrationDependent. Transactions of the Faraday Society, 51(7), 885-892. Philip, J. R. (1957). The Theory of Infiltration: 1. the Infiltration Equation and Its Solution. Soil Science, 83(5), 345-358. van Genuchten, M. T. (1980). A Closed-Form Equation for Predicting the Hydraulic Conductivity of Unsaturated Soils. Soil Science Society of America Journal, 44(5), 892-898. Na’amani, L. MATLAB - Horton & Philips Models. Retrieved from http://www.loainaamani.com/Academics/MATLAB_Hoton_and_Philips.htm Flores, A.N. van Genuchten code. (2010). Retrieved from http://earth.boisestate.edu/lejoflores/2010/11/07/van-genuchten-code/ Please also provide a short name or acronym for the tool. Matlab Functions for Richards Equation - Philip Infiltration Solution (RE-PIS) Please provide one or two specific examples and explain how your tool will be an improvement. The MATLAB – Horton & Philip Models (http://www.loainaamani.com/Academics/MATLAB_Hoton_and_Philips.htm) provides the Matlab codes for determining ponding time, infiltration rate etc. The hydraulic conductivity K in the program is approximated by users by using the saturated hydraulic conductivity. These script files don’t have a very good compatibility for other programs. The input parameters of RE-PIS functions are easier for users to determine. The parameters of van Genuchten equations can be referred from other resource easily. The van Genuchten functions can also be used in other soil physics problems. There is another existing Richards equation solver (http://earth.boisestate.edu/lejoflores/2010/11/07/richards-solver-code/), which can solve the mixed form of the Richards equation. The RE-PIS solves the water content form of the Richards equation that can be an addition to Richards equation solvers. How will K of theta and theta of h (or D of theta) be determined? They will be determined by the van Genuchten functions, so some additional parameters need to be provided by users, such as Ks, θs, θr. Will the boundary conditions be provided by the user? Yes. The boundary conditions can be soil water content (preferred) or potential head. Will the tool be for vertical flow only? Yes. The tool will be developed for vertical flow specifically. If time permits, the function could be revised to be compatible for the horizontal flow.