I hope this is helpful for the mesh as my colleague generated the mesh, and is more familiar with the specifics. This is what they had written about our mesh for me:
All simulations are performed on a 10 mm × 10 mm × 1 mm cuboidal domain The spatial domain is discretized with openCARP’s default settings, that is, with piecewise linear tetrahedral finite elements and a mesh resolution of 0.1 mm. When applied to the considered domain, this leads to a discretization of 112,211 nodes and 500,000 elements. The default settings of openCARP are also used for the temporal discretization.
As for the settings, here is what is in our .par file:
############### physical regions ##############
num_phys_regions = 2
phys_region[0].name = "Intracellular domain"
phys_region[0].ptype = 0
phys_region[0].num_IDs = 1
phys_region[0].ID[0] = 1
phys_region[1].name = "Extracellular domain"
phys_region[1].ptype = 1
phys_region[1].num_IDs = 1
phys_region[1].ID[0] = 1
############### ionic setup ###################
num_imp_regions = 1
imp_region[0].im = Shannon
############## stimulus setup #################
num_stim = 3
stimulus[0].name = "S1"
stimulus[0].stimtype = 1
stimulus[0].duration = 2.
stimulus[0].start = 0.
stimulus[0].npls = 1
stimulus[0].x0 = -50.0 #in um
stimulus[0].xd = 323.6 #thickness in um
stimulus[0].y0 = -50.0
stimulus[0].yd = 323.6
stimulus[0].z0 = 950.0
stimulus[0].zd = 100.0
stimulus[1].name = "Ground"
stimulus[1].stimtype = 3
stimulus[1].x0 = -50.0
stimulus[1].xd = 10100.0
stimulus[1].y0 = -50.0
stimulus[1].yd = 10100.0
stimulus[1].z0 = -50.0
stimulus[1].zd = 100.0
################# Simulation parameters #################
bidomain = 1
tend = 70.
spacedt = 1.0
timedt = 1.0
parab_solve = 1
vofile = "vm.igb"
# Number of events to detect
num_LATs = 1
# Event 1: activation
lats[0].ID = ACTs
lats[0].all = 1
lats[0].measurand = 0
lats[0].threshold = 0
lats[0].mode = 0
# Event Monitor
sentinel_ID = 0
t_sentinel = 10.0
t_sentinel_start = 0.0
I hope this is what you were looking for.