Reaction-Diffusion equation #32204
-
|
Hello team, I want to implement a reaction-diffusion type PDE where species A turns to species B in presence of C. So, the pde will be |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello This kernel with A the variable and 'v' and C as a material property that is equal to variable C (for example using ADParsedMaterial) will do it |
Beta Was this translation helpful? Give feedback.
Hello
This kernel
https://mooseframework.inl.gov/source/kernels/ADMatCoupledForce.html
with A the variable and 'v' and C as a material property that is equal to variable C (for example using ADParsedMaterial) will do it