Simulates a dialysis
treatment. Computes the evolution of a dialysis procedure vs. time
by integrating its ODEs, with given parameters,
from given initial values, all given by the user.
Files involved:
P-dialysis.php (this one),
Dialysis.php,
dialysis.py.
Integration is by Python 'scipy' module
solver solve_ivp, with the selected method of
numerical integration.
Alternative data, for example, tf = 70 h, S = 0, solution at 55.7 h (2 days 8 h),
and initial values 75 BUN gives the time to reach critical 150 BUN and
return to treatment.
Shows the graphical results of the solved ODEs.
|