tud_lbm.io.plotting.force

Force magnitude plot operators.

Classes

ForcePlotOperator

Render the saved total force field.

ExternalForcePlotOperator

Render the saved external force field.

Module Contents

class tud_lbm.io.plotting.force.ForcePlotOperator(config: tud_lbm.config.SimulationConfig, data_dir: str | pathlib.Path | None = None)[source]

Bases: _BaseForceOperator

Render the saved total force field.

name = 'force'[source]
field_name = 'force'[source]
title = 'Total force'[source]
class tud_lbm.io.plotting.force.ExternalForcePlotOperator(config: tud_lbm.config.SimulationConfig, data_dir: str | pathlib.Path | None = None)[source]

Bases: _BaseForceOperator

Render the saved external force field.

name = 'force_ext'[source]
field_name = 'force_ext'[source]
title = 'External force'[source]