cusfbamboo.plot

Module that provides plotting tools, to streamline the creation of plots.

Functions

plot_T_coolant(data_dict)

Given the output dictionary from a engine cooling analysis, plot the coolant static temperature against postiion

plot_coolant_density(data_dict)

Plot the cooling density against axial position.

plot_coolant_h(data_dict)

Plot convective heat transfer coefficient for the coolant side.

plot_coolant_velocity(data_dict)

Given the output dictionary from a engine cooling analysis, plot the cooling velocity against axial position.

plot_p_coolant(data_dict)

Given the output dictionary from a engine cooling analysis, plot the cooling jacket static pressure against x position.

plot_q_per_area(data_dict)

Given the output dictionary from a engine cooling analysis, plot the heat flux against position.

plot_tangential_stress(data_dict[, wall_index])

Given the output dictionary from a engine cooling analysis, plot the thermal stress in the inner chamber wall, against position.

plot_temperatures(data_dict[, only_indexes])

Given the output dictionary from an engine cooling analysis, plot the temperatures against position.

plot_thermal_resistances(data_dict[, …])

Given the output dictionary from an engine cooling analysis, plot the local thermal resistances against position.

show()

Show a plot.