singlecpt (run-continuous.xml)
Cable with channels only for first 50 um, varying time step
Total CPU time 0.02000 seconds; at 17:08:11 Mon 28 Sep 2009
Compartments | Stochastic channels / cpmts | Continuous channels / cpmts | Non Gated channels / cpmts | CPU Time / s |
11 | 0 / 0 | 23724 / 7 | 0 / 0 | 0.0200 |
Morphology: cell
Predefined views
cont-whole
cont-start
cont-end
All files
Model | Preprocessed | Outupt data | Reference data etc |
run_continuous.xml run-continuous.xml cell.xml membrane.xml environment.xml recording.xml na1.xml k1.xml |
psics-out.ppp |
log.txt psics-out.sum psics-out.dat psics-out.txt |
Model
Archive file of the complete model: singlecpt.jarrun_continuous.xml
run-continuous.xml
<PSICSRun timeStep="0.02ms" runTime="25ms" startPotential="-65mV" morphology="cell" environment="environment" properties="membrane" access="recording" stochThreshold="0"> <StructureDiscretization baseElementSize="10um"/> <info>Cable with channels only for first 50 um, varying time step</info> <ViewConfig> <LineGraph width="500" height="400"> <XAxis min="0" max="250" label="time / ms"/> <YAxis min="-80" max="60" label="potential / mV"/> <LineSet file="psics-out.txt" color="green"/> <View id="cont-whole" xmin="-10." xmax="260." ymin="-100." ymax="80."/> <View id="cont-start" xmin="0." xmax="30." ymin="-100." ymax="80."/> <View id="cont-end" xmin="210." xmax="255." ymin="-100." ymax="80."/> </LineGraph> </ViewConfig> </PSICSRun>
cell.xml
<CellMorphology id="cell"> <Point id="p0" x="0" y="0" z="0" r="5.5"/> <Point parent="p0" id="p1" minor="true" x="80" y="0" z = "0" r="1.5"/> <Point parent="p0" id="p2" minor="true" x="60" y="60" z = "0" r="1.5"/> <!-- <Point parent="p0" id="p1" x="1000" y="0" z = "0" r="0.5"/> --> </CellMorphology>
membrane.xml
<CellProperties id="membrane" cytoplasmResistivity="100ohm_cm" membraneCapacitance="1uF_per_cm2"> <ChannelPopulation channel="na1" density="8per_um2" distribution="start"/> <ChannelPopulation channel="k1" density="20per_um2" distribution="start"/> <DistributionRule id="start"> <RegionMask action="include" where="p .lt. 50"/> </DistributionRule> </CellProperties>
environment.xml
<CellEnvironment id="environment"> <Ion id="Na" name="Sodium" reversalPotential="40mV"/> <Ion id="K" name="Potassium" reversalPotential="-80mV"/> </CellEnvironment>
recording.xml
<Access id="recording" saveInterval="0.02ms"> <CurrentClamp at="p0" lineColor="red" hold="0.18nA"> </CurrentClamp> <!-- <VoltageRecorder at="p1" lineColor="blue"/> --> </Access>
na1.xml
<KSChannel id="na1" gSingle="30pS" permeantIon="Na"> <ClosedState id="c1"/> <ClosedState id="c2"/> <OpenState id="o1"/> <ClosedState id="c3"/> <VHalfTransition from="c1" to="c2" vHalf = "-35mV" z="2.5e" gamma="0.8" tau="0.15ms" tauMin="0.001ms"/> <VHalfTransition from="c2" to="o1" vHalf = "-35mV" z="2.5e" gamma="0.8" tau="0.15ms" tauMin="0.001ms"/> <VHalfTransition from="o1" to="c3" vHalf = "-70mV" z="1.1e" gamma="0.90" tau="8.0ms" tauMin="0.01ms"/> </KSChannel>
k1.xml
<KSChannel id="k1" gSingle="30pS" permeantIon="K"> <ClosedState id="c1"/> <OpenState id="o1"/> <VHalfTransition from="c1" to="o1" vHalf = "0mV" z="1.5e" gamma="0.75" tau="3.2ms" tauMin="0.3ms"/> </KSChannel>