From adb1d2f9b1b733820ddff7d187394b39b1d8a6a2 Mon Sep 17 00:00:00 2001 From: juddmehr Date: Wed, 19 Feb 2025 09:30:23 -0700 Subject: [PATCH] clean up function names you missed --- src/postprocess/boundary_layer_green_compressible.jl | 2 +- src/visualization/plot_recipes.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/postprocess/boundary_layer_green_compressible.jl b/src/postprocess/boundary_layer_green_compressible.jl index d3bef5c..fd82d6f 100644 --- a/src/postprocess/boundary_layer_green_compressible.jl +++ b/src/postprocess/boundary_layer_green_compressible.jl @@ -85,7 +85,7 @@ function setup_boundary_layer_functions_green( edge_acceleration(ss) = FLOWMath.derivative.(Ref(edge_velocity), ss) # r's - r_coords = Akima_smooth(s, duct_control_points[2, :]) + r_coords = smooth_Akima(s, duct_control_points[2, :]) # dr/ds radial_derivative(ss) = FLOWMath.derivative.(Ref(r_coords), ss) diff --git a/src/visualization/plot_recipes.jl b/src/visualization/plot_recipes.jl index 5e35e10..c3ff5b6 100644 --- a/src/visualization/plot_recipes.jl +++ b/src/visualization/plot_recipes.jl @@ -662,7 +662,7 @@ end [stagnz; bvp.normal[1, blo.stagnation_indices[2]:Int(bvp.npanel[1])]], blo.upper_solved_steps, ) - nhatru = akima_smooth( + nhatru = smooth_akima( blo.surface_length_upper, [stagnr; bvp.normal[2, blo.stagnation_indices[2]:Int(bvp.npanel[1])]], blo.upper_solved_steps,