image thumbnail
from Kirchhoff Vortex Contour Dynamics Simulation by Travis Mitchell
Contour dynamics simulation of an elliptical vortex in 2D inviscid and incompressible flow

output_number=ScanParameters(i_file)
function output_number=ScanParameters(i_file)
%  Version: 1.0, 19 March 2008
%
%  Sample of file for controlling a scan over a quantity

switch i_file
        case 1
            alpha_m                   = 2e-5;   
        case 2
            alpha_m                   = 0.014000;  
        case 3
            alpha_m                   = 0.014000;  
        case 4
            alpha_m                   = 0.01400;   
        case 5
            alpha_m                   = 0.01400;   
        case 6
            alpha_m                   = 0.00300;   
        case 7
            alpha_m                   = 0.00200;
        case 8
            alpha_m                   = 0.01600;
        case 9
            alpha_m                   = 0.01600;
        case 10
            alpha_m                   = 0.01600;
        case 11
            alpha_m                   = 0.00100;
end
output_number = alpha_m;

Contact us at files@mathworks.com