Search found 2 matches

by Barbara
Thu Apr 07, 2022 9:50 am
Forum: NetPyNE
Topic: Save rxd concentration
Replies: 3
Views: 15669

Save rxd concentration

Hello, I'm trying to save the 3D distribution of the ions in my model into some format. In simData the concentrations are only for the traces saved. From: simConfig.analysis['plotRxDConcentration'] = {'speciesLabel': 'k', 'regionLabel': 'ecs','saveFig': True} saveData is not an acceptable option. So...
by Barbara
Tue Feb 01, 2022 9:32 am
Forum: Reaction-diffusion in NEURON
Topic: Different initial concentration and potential in different cells
Replies: 2
Views: 9705

Different initial concentration and potential in different cells

Hi all, I'm building a synapse model with a neuron and an astrocyte. I would need to initialise the initial concentrations differently, however, not for the extracellular space. I defined the ionic species as follow: rxd_na = rxd.Species([extracellular, cyt], name = 'na', charge = 1, d = 1) rxd_k = ...