####################################################### ################ MESH INPUT PARAMETERS ################ # # Input file names: set geometry_file wbt.tin set original_blocking_file wbt.blk # # Output file names: set meshed_blocking_file wbt_meshed.blk set grid_file wbt.g # # Grid export options: set export_grid False set scale_grid 0.05 # # ICEM geometric tolerances set geo_tol 1.0E-8 # # Fluid mesh information set n_fluid 21 set h_fluid 0.5 set bl_fluid hyperbolic set h_farfield 200 set bl_farfield hyperbolic # # General geometry mesh inforamation set n_normal 21 set h_normal 0.001 set h_normal_chord_scaling 0.25 set bl_normal hyperbolic set n_chord 21 set h_chord_LE 0.002 set h_chord_HC 0.01 set h_chord_TE 0.002 set h_chord_chord_scaling 0.5 set gr_chord 1 set bl_chord hyperbolic set n_span 21 set h_span_root 0.005 set h_span_midspan 0.01 set h_span_tip 0.002 set gr_span 1 set bl_span hyperbolic # # Fuse specific mesh information #-- axial and radial spacings expressed as fraction of # uniform spacing at block edges set h_fuse_axial 0.5 set bl_fuse_axial hyperbolic set h_fuse_radial 0.5 set bl_fuse_radial hyperbolic # #######################################################