paroto.validation.plot_breakdown_validation#
Plotting functions for breakdown voltage model validation.
Functions#
|
Plot Paschen curve comparison: models vs experimental data. |
|
Plot temperature dependence of breakdown voltage. |
|
Plot spark breakdown field vs pulses per molecule (G-S transition). |
|
Plot model comparison matrix showing all model predictions. |
Module Contents#
- paroto.validation.plot_breakdown_validation.plot_paschen_curve(pd_values, models_data, experimental_data, output_file='paschen_curve.png')#
Plot Paschen curve comparison: models vs experimental data.
Warning
Function is AI generated, not ready for production.
- paroto.validation.plot_breakdown_validation.plot_temperature_dependence(temperatures, models_temp_data, theoretical_data, output_file='temperature_effect.png')#
Plot temperature dependence of breakdown voltage.
Warning
Function is AI generated, not ready for production.
- paroto.validation.plot_breakdown_validation.plot_spark_breakdown_transition(pulses_per_mol, spark_field_exp, spark_field_error_exp, dc_spark_field, model_predictions, output_file='spark_breakdown_transition.png')#
Plot spark breakdown field vs pulses per molecule (G-S transition).
Warning
Function is AI generated, not ready for production.
- Parameters:
pulses_per_mol (
ndarray) – Number of pulses per molecule (fD/v)spark_field_exp (
ndarray) – Experimental spark breakdown field in kV/cmspark_field_error_exp (
ndarray) – Error bars on experimental data in kV/cmdc_spark_field (
float) – DC spark breakdown field in kV/cmmodel_predictions (
dict) – Model names to predicted field arraysoutput_file (
str) – Output filename
- paroto.validation.plot_breakdown_validation.plot_model_comparison_matrix(comparison_data, output_file='model_comparison.png')#
Plot model comparison matrix showing all model predictions.
Warning
Function is AI generated, not ready for production.