tud_lbm.io.plotting.contact_angle_plot
Contact-angle history analysis plots.
Classes
Plot left contact angle over time. |
|
Plot right contact angle over time. |
|
Render paired left/right contact-angle history. |
Module Contents
- class tud_lbm.io.plotting.contact_angle_plot.ContactAngleLeftPlot(config: tud_lbm.config.SimulationConfig | None = None)[source]
Bases:
tud_lbm.io.plotting._analysis_common._BaseAnalysisPlotPlot left contact angle over time.
- class tud_lbm.io.plotting.contact_angle_plot.ContactAngleRightPlot(config: tud_lbm.config.SimulationConfig | None = None)[source]
Bases:
tud_lbm.io.plotting._analysis_common._BaseAnalysisPlotPlot right contact angle over time.
- class tud_lbm.io.plotting.contact_angle_plot.ContactAnglesPairPlot(config: tud_lbm.config.SimulationConfig | None = None)[source]
Bases:
tud_lbm.io.plotting.base.AnalysisPlotRender paired left/right contact-angle history.