Add experimental kinematic flow coupling - #4
Open
marpaia wants to merge 4 commits into
Open
Conversation
marpaia
force-pushed
the
marpaia/microfluidics-experimental-coupling
branch
from
August 20, 2026 17:08
7d9191a to
b3610b8
Compare
marpaia
force-pushed
the
marpaia/microfluidics-experimental-coupling
branch
from
August 20, 2026 17:10
b3610b8 to
885bd38
Compare
This was referenced Aug 20, 2026
marpaia
force-pushed
the
marpaia/microfluidics-experimental-coupling
branch
from
August 20, 2026 20:52
885bd38 to
668b93a
Compare
marpaia
force-pushed
the
marpaia/microfluidics-experimental-coupling
branch
from
August 20, 2026 22:05
934a484 to
7dc6c0d
Compare
marpaia
marked this pull request as ready for review
August 20, 2026 23:48
marpaia
force-pushed
the
marpaia/microfluidics-experimental-coupling
branch
from
August 29, 2026 15:24
7dc6c0d to
47f4c33
Compare
marpaia
force-pushed
the
marpaia/microfluidics-experimental-coupling
branch
from
September 10, 2026 08:35
47f4c33 to
dad07ce
Compare
marpaia
force-pushed
the
marpaia/microfluidics-experimental-coupling
branch
from
September 10, 2026 08:57
dad07ce to
e3bc1cd
Compare
marpaia
force-pushed
the
marpaia/microfluidics-experimental-coupling
branch
from
September 10, 2026 10:29
e3bc1cd to
3cbd7d1
Compare
marpaia
removed this pull request from stack #7
September 10, 2026 10:33
marpaia
added this pull request to stack #10
September 10, 2026 10:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add finite-aspect Jeffery drift for free rods, with normalized midpoint substeps controlling translation and rotation. The angular limit bounds substeps instead of clipping total motion. Fixed cells remain attached; motion is an equivalent-spheroid approximation followed by contact relaxation, not a detachment or cell-resolved hydrodynamic model.
Add a checkpointed backward-Euler option for positive stiff affine transport/reactions. Explicit cell sinks still require an affordable step. Native biological steps now roll back growth, species, grid levels, time, and the solve report when uptake or a solve fails. Controller callbacks and separate mechanics operations remain outside that transaction.
Validation includes finite-aspect shear and rigid-rotation convergence, fixed cells, stiff decay and diffusion, uptake balance in all integration modes, failure rollback/retry, enzyme-amount deposition, and checkpoint continuation. The native suite passes 23/23 on CPU/Metal; CUDA 12.8.1 compilation passes. No NVIDIA runtime or predictive adhesion calibration is claimed.