PDSim.plot.plots module

class PDSim.plot.plots.Plot(parent, id=-1, dpi=None, **kwargs)[source]

Bases: wx._windows.Panel

class PDSim.plot.plots.PlotNotebook(Simulation, parent, id=-1, plot_names=None, family=None)[source]

Bases: wx._windows.Panel

T_theta(event=None)[source]
V_theta(event=None)[source]
add(name='plot')[source]
axial_force(event=None)[source]
build_main_page()[source]
dV_dtheta(event=None)[source]
force_component_trace(event=None)[source]
force_trace(event=None)[source]
get_keys()[source]
heat_transfer(event=None)[source]
m_theta(event=None)[source]
magnitude_force(event=None)[source]
mdot_theta(event=None)[source]
p_V(event=None)[source]
p_theta(event=None)[source]
pressure_profile(event=None)[source]
radial_force(event=None)[source]
rho_theta(event=None)[source]
stepsize_theta(event=None)[source]
tangential_force(event=None)[source]
temperature_pressure(event=None)[source]
torque(event=None)[source]
update(Simulation)[source]

Pass in a new Simulation instance

Will clear all plots

valve_theta(event=None)[source]
x_direction_force(event=None)[source]
y_direction_force(event=None)[source]
PDSim.plot.plots.debug_plots(Comp, plotparent=None, plot_names=None)[source]