A class to model restricted diffusion in a sphere.
Super classes
midi::BaseCompartment
-> midi::CircularlyShapedCompartment
-> SphereCompartment
Methods
Method new()
Instantiates a new sphere compartment.
Usage
SphereCompartment$new(restricted_compartment = VanGelderenCompartment$new())
Arguments
restricted_compartment
An instance of the
CircularlyShapedCompartment
class specifying the restricted compartment within the sphere. Defaults to a Van Gelderen compartment.