% Clear variables clear all; % Set bc info Tcool(1) = 1300; Tcool(2) = 200; Tcool(3) = 200; Tcool(4) = 200; Tcool(5) = 200; hwall(1) = 14.0; hwall(2) = 4.7; hwall(3) = 4.7; hwall(4) = 4.7; hwall(5) = 4.7; % Load in the grid file fname = input('Enter gridfile name: ','s'); load(fname); % Call finite element solver SolveBladeHeat; % Plot solution bladeplot_src;