pub fn blend_particle_current(
fluid_j_phi: &Array2<f64>,
particle_j_phi: &Array2<f64>,
grid: &Grid2D,
i_target: f64,
particle_coupling: f64,
) -> FusionResult<Array2<f64>>Expand description
Blend fluid and particle current maps and renormalize integral to i_target.