I've tried to make a 2D hydrodynamic model with Fortran 77.
I used rectilinier finite difference Arakawa C-grid on it and Richardson Mesh.
The grid was simply illustrated like this...:
Code: Select all
+-----V(1,2)----+-----V(2,2)-----+
| | |
| | |
| | |
U(1,2) Z(1,2) U(2,2) Z(2,2) *U(3,2)
| | |
| | |
| | |
+-----V(1,1)----+-----V(2,1)-----+
| | |
| | |
| | |
U(1,1) Z(1,1) U(2,1) Z(2,1) *U(3,1)
| | |
| | |
| | |
+----*V(1,0)----+----*V(2,0)-----+
* Not Used
Recently, i got the project on an Estuary... Of course there was discharge from the river that also generate the circulation.
I never got the situation like this and never learn from college.
So, could you anyone help me with the situation. What parameter that has to be changed on the filling the grid with Discharge from River?? I've heard that water Elevation must be changed?? Particularly on Continuity Equation must be changed also??
Thank You
Mujahid