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