FEM_stimulation.reshape_fascicle
- FEM_stimulation.reshape_fascicle(Fascicle_D, y_c=0, z_c=0, ID=None, Perineurium_thickness=None, res='default')[source]
Reshape a fascicle of the FEM simulation
- Parameters:
Fascicle_D (float) – Fascicle diameter, in µm
y_c (float) – Fascicle center y-coodinate in µm, 0 by default
z_c (float) – Fascicle center y-coodinate in µm, 0 by default
Perineurium_thickness (float) – Thickness of the Perineurium sheet surounding the fascicles in µm. If None, thickness is determined according to the fascicle diameter
ID (int) – If the simulation contains more than one fascicles, ID number of the fascicle to reshape as in COMSOL
res (float or "default") – mesh resolution for fenics_model cf NerveMshCreator, use with caution, by default “default”