tldr-group / taufactor

TauFactor is a parallelised solver for calculating tortuosity factors from voxel data.
MIT License
29 stars 6 forks source link

self.D_eff is always None for electrode solver #85

Open LDXu93 opened 1 year ago

LDXu93 commented 1 year ago

self.D_eff is initialized for ElectrodeSolver at line 563, but is not updated in the rest of the solver.

I'm wondering if I can compute the effective diffusivity in this case, since the electrode tortuosity factor seems not request to update diffusivity iteratively.

LDXu93 commented 1 year ago

I guess I can calculate D_eff by $\frac{\taue}{porosity} = \frac{1}{D{eff}}$, right?