Rasmus Vest Nielsen

Introduction to numerical groundwater modelling

Numerical models simply divide the model space into subspaces in time and space. FDM vs. FEM / FVM approaches. Grid and mesh. The Finite Difference Method (FDM) and the finite difference scheme in 2D Governing Equations The flow $Q_{i,j}$ from node $i$ in the direction of the adjecent node $j$ with heads $\phi_i$ and $\phi_j$ is described by: $$ Q_{i,j} = C_{i,j}(\phi_i - \phi_j) = \frac{1}{R_{i,j}}(\phi_i - \phi_j)$$ $C_{i,j}$ $[(L^3 / T) / L]$ or $[L^2 / T]$ is the conductance and its reciprocal is the "resistance" $[(L / (L^3 / T)]$.
A model node with its surrounding connected neighbors.
A model node with its surrounding connected neighbors.
Existing numerical software Why program our own model? How to get help?