Roots
The Roots class is imported by:
from pyrootmemo.materials import Roots
It is used to represent the roots of a plant, which can be used to model the interaction of the plant with the soil and its environment.
Roots has two subclasses:
SingleRoot: Represents a single root with specific parameters.MultipleRoots: Represents a system of roots, which can include multiple roots with different parameters.
SingleRoot
The SingleRoot class is imported by:
from pyrootmemo.materials import SingleRoot
MultipleRoots
The MultipleRoots class is imported by:
from pyrootmemo.materials import MultipleRoots