hemocell
Loading...
Searching...
No Matches
Functions | Variables
csvConcatenate Namespace Reference

Functions

 concatenate ()
 

Variables

list cellTypes = ["RBC", "PLT"]
 
int maxIter = 700000
 
int shear = 200
 
int dt = 1e-7
 
str folder = "tmp"
 

Function Documentation

◆ concatenate()

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

Variable Documentation

◆ cellTypes

list csvConcatenate.cellTypes = ["RBC", "PLT"]

◆ dt

int csvConcatenate.dt = 1e-7

◆ folder

str csvConcatenate.folder = "tmp"

◆ maxIter

int csvConcatenate.maxIter = 700000

◆ shear

int csvConcatenate.shear = 200