Uses of Class
models.fluid.AbstractCell
-
Packages that use AbstractCell Package Description core models.fluid models.fluid.ctm output.animation.macro -
-
Uses of AbstractCell in core
Methods in core that return AbstractCell Modifier and Type Method Description AbstractCellInterfaceFluidModel. create_cell(FluidLaneGroup lg) -
Uses of AbstractCell in models.fluid
Fields in models.fluid with type parameters of type AbstractCell Modifier and Type Field Description List<AbstractCell>FluidLaneGroup. cellsMethods in models.fluid that return AbstractCell Modifier and Type Method Description AbstractCellFluidLaneGroup. get_dnstream_cell()AbstractCellFluidLaneGroup. get_upstream_cell() -
Uses of AbstractCell in models.fluid.ctm
Subclasses of AbstractCell in models.fluid.ctm Modifier and Type Class Description classCTMCellMethods in models.fluid.ctm that return AbstractCell Modifier and Type Method Description AbstractCellModelCTM. create_cell(FluidLaneGroup lg) -
Uses of AbstractCell in output.animation.macro
Constructors in output.animation.macro with parameters of type AbstractCell Constructor Description CellInfo(AbstractCell cell, int index)
-