Function load_heating_table

Source
pub fn load_heating_table(path: &str) -> Result<InjectionScenario, String>
Expand description

Load a tabulated heating rate from a CSV file.

File format: one header line (z,dq_dz), then data rows. The z column must be positive. Data is sorted ascending by z.

Returns TabulatedHeating variant.