Package | Description |
---|---|
org.catacomb.numeric.difnet | |
org.catacomb.numeric.difnet.calc | |
org.catacomb.numeric.difnet.model |
Modifier and Type | Method and Description |
---|---|
void |
DiffusionCalculator.advance(NetState dn,
DiffusibleQuantity dq,
Timestep ts)
Run the diffusion calculation for the supplied network, diffusible
quantity and timestep.
|
double |
StateNode.getAppliedValue(DiffusibleQuantity dq) |
double |
StateNode.getCapacitance(DiffusibleQuantity dq)
gets the capacitance of this node.
|
double |
StateLink.getCapacitance(DiffusibleQuantity dq) |
double |
StateLink.getConductance(DiffusibleQuantity dq) |
double |
StateLink.getDrive(DiffusibleQuantity dq) |
double |
StateLink.getIntrinsicCurrent(DiffusibleQuantity dq) |
double |
StateNode.getValue(DiffusibleQuantity dq) |
boolean |
StructureNode.hasFixedValue(DiffusibleQuantity dq)
returns true only for those nodes whose value is externally fixed,
such as the potential or an earthed bath or a perfect voltage clamp.
|
void |
StateNode.setFlux(DiffusibleQuantity dq,
double d) |
void |
StateNode.setValue(DiffusibleQuantity dq,
double d) |
Modifier and Type | Method and Description |
---|---|
void |
NetDiffuser.advance(NetState difnet,
DiffusibleQuantity dq,
Timestep tstep)
Run the diffusion calculation for the supplied network, diffusible
quantity and timestep.
|
Modifier and Type | Method and Description |
---|---|
double |
BasicStateNode.getAppliedValue(DiffusibleQuantity dq) |
double |
BasicStateLink.getCapacitance(DiffusibleQuantity dq) |
double |
BasicStateNode.getCapacitance(DiffusibleQuantity dq)
gets the capacitance of this node.
|
double |
BasicStateLink.getConductance(DiffusibleQuantity dq) |
double |
BasicStateLink.getDrive(DiffusibleQuantity dq) |
double |
BasicStateLink.getIntrinsicCurrent(DiffusibleQuantity dq) |
double |
BasicStateNode.getValue(DiffusibleQuantity dq) |
boolean |
BasicStructureNode.hasFixedValue(DiffusibleQuantity dq) |
void |
BasicStateNode.setFlux(DiffusibleQuantity dq,
double d) |
void |
BasicStateNode.setValue(DiffusibleQuantity dq,
double d) |
Copyright © 2013. All Rights Reserved.