CVode Reactor for a Singles cell #874
Unanswered
FernandoIGuerra
asked this question in
Q&A
Replies: 1 comment
-
The reactors in PelePhysics are designed to advance boxes of cells together because advancing each cell individually would lead to thread divergence and performance degradation on GPU. I don't fully follow the partial algorithm you posted, but it seems to diverge significantly from what is supported in the existing Reactor classes. You may need to define a new reactor class that derives from ReactorBase, which would give you more flexibility in how to compute the reaction rates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everyone,
I was wondering if it is possible to call the reactor CVode or any chemical reactor for a single cell. Currently, the reactor takes a box as an input leading that all the box integrates using the same time step. That box comes from the MFIter loop (React.cpp)
I am trying to implement the following algorithm. To achieve so, I need that each cell react at is own characteristic time step that depends of transport coefficients. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions