AlgebraicJulia / Decapodes.jl

A framework for composing and simulating multiphysics systems
https://algebraicjulia.github.io/Decapodes.jl/dev/
MIT License
49 stars 14 forks source link

Is Brusselator definition correct #214

Closed quffaro closed 3 months ago

quffaro commented 6 months ago

https://github.com/AlgebraicJulia/Decapodes.jl/blob/2de6fae37c59e6b91db81281eb76b141a1755d79/examples/chemistry/brusselator.jl#L37C2-L37C37

@jpfairbanks and I noticed that $\dot{V}$ is dependent on $\Delta(V)$, not $\Delta(U)$. Is this correct?

lukem12345 commented 6 months ago

Yes the same change made in this commit needs to be made here. Go ahead and commit to main.