Flow speed and RBC generation #66
jounihuo
started this conversation in
General discussion
Replies: 1 comment
-
Hi @jounihuo, If you have a periodic simulation (as in the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have modified the pipeflow example to have a simple time dependent flow speed amplitude.
setExternalVector(*hemocell.lattice, hemocell.lattice->getBoundingBox(), DESCRIPTOR<T>::ExternalField::forceBeginsAt, plb::Array<T, DESCRIPTOR<T>::d>(poiseuilleForce*amplitude, 0.0, 0.0));
But do I need to take steps to ensure RBC generation has similar amplitude (if yes then how?) or is it automatic?
Beta Was this translation helpful? Give feedback.
All reactions