Skip to main content

circulation

Function circulation 

Source
pub fn circulation<R>(
    velocity_at_loop_points: &[Velocity3<R>],
    tangents: &[[R; 3]],
) -> PropagatingEffect<R>
where R: RealField + Debug + Default + 'static,
Expand description

Causal wrapper for ideal_flow::circulation_kernel.