hemocell
|
Functions | |
concatenate () | |
Variables | |
list | cellTypes = ["RBC", "PLT"] |
int | maxIter = 700000 |
int | shear = 200 |
int | dt = 1e-7 |
str | folder = "tmp" |
csvConcatenate.concatenate | ( | ) |
For ease of working with the output csv, we output all the seperate csv files to a single csv per particle type which also contains the timesteps
list csvConcatenate.cellTypes = ["RBC", "PLT"] |
int csvConcatenate.dt = 1e-7 |
str csvConcatenate.folder = "tmp" |
int csvConcatenate.maxIter = 700000 |
int csvConcatenate.shear = 200 |