Adding particles manually in checkpoint #91
Replies: 2 comments
-
These are binary streams of data structures from HemoCell. I can't think of an easy way of writing these manually. |
Beta Was this translation helpful? Give feedback.
-
@gzavo I am only thinking about adding platelets and not the whole cells. In this way, steadiness won't be affected much. If there is a way to store RBCs and PLTs separately, I may be able to overcome this by saving different checkpoints at different stages of a problem and combining them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running a case with different numbers of platelets. I have this issue where I must run each case from scratch and wait for it to get steady. If it is possible to run only one case until the steady state and then add the platelets, I will save a huge amount of time and resources.
I see the results are stored in
particleField.dat
andinternalViscosity.dat
files. Any hints on how I can write my own custom files for these so that I can start my simulation from any checkpoint I need with the custom particle (plt) field?Beta Was this translation helpful? Give feedback.
All reactions