Recent content by amberf90

  1. A

    How to Integrate a Single ODE in F90 for Water Flow Simulation?

    Thanks, I'll code up the RK4 and see what happens! A
  2. A

    How to Integrate a Single ODE in F90 for Water Flow Simulation?

    Thanks for the suggestion; I was really looking for an implicit solution though...
  3. A

    How to Integrate a Single ODE in F90 for Water Flow Simulation?

    Hi all, I've written a simulation of water flow in two dimensions in F90 but I'm having some trouble with it. Water flows from one cell to another using an equation for rate of change of depth and an algorithm for assigning flow direction. The flow direction bit is fine but the dD/dt...
Back
Top