Borrar filtros
Borrar filtros

Reaction-diffusion model using PDE Toolbox

6 visualizaciones (últimos 30 días)
Peter Nagy
Peter Nagy el 20 de Dic. de 2023
Comentada: Torsten el 20 de Dic. de 2023
I am trying to solve the following reaction-diffusion model using the PDE toolbox:
The tricky part is the last term in the first equation in which the product of two functions (L and R) is present. I managed to solve it using 'pdepe' for certain symmetries, but for a general geometry I would need to use 'solvepde', but as far as I know, multiplying two functions to be solved for is not allowed. Is there a way to do it in MATLAB?
  1 comentario
Torsten
Torsten el 20 de Dic. de 2023
k_on*L*R is a source term and can be put in the "f" in the description of the PDEs that can be solved by the PDE Toolbox.
I think the last two equations for LR and R will cause more problems since they are ODEs, not PDEs (spatial derivatives are missing).

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by