File: Volume.inc

package info (click to toggle)
nrn-mod2c 0.9%2Bgit220919-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,224 kB
  • sloc: cpp: 11,513; ansic: 11,466; yacc: 1,478; lex: 214; sh: 38; perl: 33; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NEURON {
	GLOBAL Vi, Vcell, Vup, Vrel, S
}

PARAMETER {
	Vcell 	= 0.0157  	(mm3)  	: ok
	Vi 		= 0.014137	(mm3)	: Intracellular Volume
	Ve		= 0.00157	(mm3)	: ok

:	Vc 		= 	(cm3)		: cleft space
	Vup 	= 0.0007069 	(mm3)		: SR uptake Cptmt Vol
	Vrel 	= 0.0002827		(mm3)		: SR release Cptmt Vol

:	S = 0.6283			(um2)		: Surface pour Vi
	S = 0.063 			(cm2)
}