tud_lbm.io.plotting.contact_line_speed_plot
Contact-line speed history analysis plots.
Classes
Plot left contact-line speed over time. |
|
Plot right contact-line speed over time. |
|
Render paired left/right contact-line speed history. |
Module Contents
- class tud_lbm.io.plotting.contact_line_speed_plot.ContactLineSpeedLeftPlot(config: tud_lbm.config.SimulationConfig | None = None)[source]
Bases:
_ContactLineSpeedBasePlot left contact-line speed over time.
- class tud_lbm.io.plotting.contact_line_speed_plot.ContactLineSpeedRightPlot(config: tud_lbm.config.SimulationConfig | None = None)[source]
Bases:
_ContactLineSpeedBasePlot right contact-line speed over time.
- class tud_lbm.io.plotting.contact_line_speed_plot.ContactLineSpeedsPairPlot(config: tud_lbm.config.SimulationConfig | None = None)[source]
Bases:
tud_lbm.io.plotting.base.AnalysisPlotRender paired left/right contact-line speed history.