I have the following ODE:
$\frac{dC(t)}{dt} = -\frac{3}{r_{p}}\cdot F\cdot k_{f}\cdot (C(t)-C_{p}(r,t))$
Where $C_{p}(r,t)$ is being solved by a PDE and $C_{p}(r,t=0) = 0$.
Is it correct to take $C_{p}(r,t)$ as a constant and write:
$C(t) = C_{p}(r,t) + C_{0}\cdot e^{(-\frac{3}{r_{p}}\cdot F\cdot k_{f}\cdot t)}$
?
This is the full problem:
Thank you.