oblique_mach2

Function oblique_mach2 

Source
pub fn oblique_mach2<F: Float>(mach: F, gamma: F, theta: F) -> F
Expand description

Mach number after weak oblique shock

ยงExamples

use comp_flow::oblique_mach2;

assert_eq!(oblique_mach2(2.0_f32, 1.4_f32, 0.1745329_f32), 1.6405221);
assert_eq!(oblique_mach2(5.0_f64, 1.4_f64, 0.3490659_f64), 3.022151379742916);