예제 #1
0
 def make_serration_misalignment_comparison_z10():
     smf.plot_cross_correlation_locations(
         cases=[
             'Sr20R21_a0_p0_U20_z10_tr',
             'Sr20R21_a12_p0_U20_z10_tr_old',
             'Sr20R21_a12_p6_U20_z10_tr',
         ],
         case_names=[
             '$\\alpha_g = 0^\\circ,\,\\varphi = 0^\\circ$',
             '$\\alpha_g = 12^\\circ,\,\\varphi = 0^\\circ$',
             '$\\alpha_g = 12^\\circ,\,\\varphi = 6^\\circ$',
         ],
         root='./WallNormalData/',
         x_locs=x_locs,
         y_locs=y_locs,
         component='vx',
         presentation=False,
         plot_name='Results/Serration_misalignment_comparison_vx_z10.png')
     smf.plot_cross_correlation_locations(
         cases=[
             'Sr20R21_a0_p0_U20_z10_tr',
             'Sr20R21_a12_p0_U20_z10_tr_old',
             'Sr20R21_a12_p6_U20_z10_tr',
         ],
         case_names=[
             '$\\alpha_g = 0^\\circ,\,\\varphi = 0^\\circ$',
             '$\\alpha_g = 12^\\circ,\,\\varphi = 0^\\circ$',
             '$\\alpha_g = 12^\\circ,\,\\varphi = 6^\\circ$',
         ],
         root='./WallNormalData/',
         x_locs=x_locs,
         y_locs=y_locs,
         component='vy',
         presentation=False,
         plot_name='Results/Serration_misalignment_comparison_vy_z10.png')
 def make_serration_misalignment_comparison_z10():
     smf.plot_cross_correlation_locations(
         cases     = ['Sr20R21_a0_p0_U20_z10_tr',
                      'Sr20R21_a12_p0_U20_z10_tr_old',
                      'Sr20R21_a12_p6_U20_z10_tr',
                     ],
         case_names = [
             '$\\alpha_g = 0^\\circ,\,\\varphi = 0^\\circ$',
             '$\\alpha_g = 12^\\circ,\,\\varphi = 0^\\circ$',
             '$\\alpha_g = 12^\\circ,\,\\varphi = 6^\\circ$',
         ],
         root      = './WallNormalData/',
         x_locs    = x_locs,
         y_locs    = y_locs,
         component = 'vx',
         presentation = False,
         plot_name = 'Results/Serration_misalignment_comparison_vx_z10.png'
     )
     smf.plot_cross_correlation_locations(
         cases     = ['Sr20R21_a0_p0_U20_z10_tr',
                      'Sr20R21_a12_p0_U20_z10_tr_old',
                      'Sr20R21_a12_p6_U20_z10_tr',
                     ],
         case_names = [
             '$\\alpha_g = 0^\\circ,\,\\varphi = 0^\\circ$',
             '$\\alpha_g = 12^\\circ,\,\\varphi = 0^\\circ$',
             '$\\alpha_g = 12^\\circ,\,\\varphi = 6^\\circ$',
         ],
         root      = './WallNormalData/',
         x_locs    = x_locs,
         y_locs    = y_locs,
         component = 'vy',
         presentation = False,
         plot_name = 'Results/Serration_misalignment_comparison_vy_z10.png'
     )
 def make_new_z05():
     smf.plot_cross_correlation_locations(
         cases     = [
                      'Sr20R21_a0_p0_U20_z05_tr',
                      'Sr20R21_a0_p0_U20_z05_tr_New',
                     ],
         root      = './WallNormalData/',
         x_locs    = x_locs,
         y_locs    = y_locs,
         component = 'vx',
         presentation = False,
         plot_name = 'Results/New_z05_vx.png'
     )
     smf.plot_cross_correlation_locations(
         cases     = [
                      'Sr20R21_a0_p0_U20_z05_tr',
                      'Sr20R21_a0_p0_U20_z05_tr_New',
                     ],
         root      = './WallNormalData/',
         x_locs    = x_locs,
         y_locs    = y_locs,
         component = 'vy',
         presentation = False,
         plot_name = 'Results/New_z05_vy.png'
     )
예제 #4
0
 def test():
     smf.plot_cross_correlation_locations(cases=[
         'Sr20R21_a0_p0_U20_z00_tr',
     ],
                                          root='./WallNormalData/',
                                          x_locs=x_locs,
                                          y_locs=y_locs,
                                          component='vx',
                                          presentation=False,
                                          plot_name='Results/test.png',
                                          test=True)
 def test():
     smf.plot_cross_correlation_locations(
         cases     = [
                      'Sr20R21_a0_p0_U20_z00_tr',
                     ],
         root      = './WallNormalData/',
         x_locs    = x_locs,
         y_locs    = y_locs,
         component = 'vx',
         presentation = False,
         plot_name = 'Results/test.png',
         test      = True
     )
 def make_serration_spanwise_comparison_no_miss():
     smf.plot_cross_correlation_locations(
         cases     = [
                      'STE_a0_p0_U20_z00_tr',
                      'Sr20R21_a0_p0_U20_z00_tr',
                      'Sr20R21_a0_p0_U20_z05_tr_New',
                      'Sr20R21_a0_p0_U20_z10_tr',
                     ],
         case_names= [
             'Straight trailing edge',
             'Serrated, $z/\\lambda=0$',
             'Serrated, $z/\\lambda=0.25$',
             'Serrated, $z/\\lambda=0.5$',
         ],
         root      = './WallNormalData/',
         x_locs    = x_locs,
         y_locs    = y_locs,
         component = 'vx',
         presentation = False,
         plot_name = 'Results/Serration_no_misalignment_comparison_vx.png'
     )
     smf.plot_cross_correlation_locations(
         cases     = [
                      'STE_a0_p0_U20_z00_tr',
                      'Sr20R21_a0_p0_U20_z00_tr',
                      'Sr20R21_a0_p0_U20_z05_tr_New',
                      'Sr20R21_a0_p0_U20_z10_tr',
                     ],
         case_names= [
             'Straight trailing edge',
             'Serrated, $z/\\lambda=0$',
             'Serrated, $z/\\lambda=0.25$',
             'Serrated, $z/\\lambda=0.5$',
         ],
         root      = './WallNormalData/',
         x_locs    = x_locs,
         y_locs    = y_locs,
         component = 'vy',
         presentation = False,
         plot_name = 'Results/Serration_no_misalignment_comparison_vy.png'
     )
예제 #7
0
 def make_serration_spanwise_comparison_no_miss():
     smf.plot_cross_correlation_locations(
         cases=[
             'STE_a0_p0_U20_z00_tr',
             'Sr20R21_a0_p0_U20_z00_tr',
             'Sr20R21_a0_p0_U20_z05_tr_New',
             'Sr20R21_a0_p0_U20_z10_tr',
         ],
         case_names=[
             'Straight trailing edge',
             'Serrated, $z/\\lambda=0$',
             'Serrated, $z/\\lambda=0.25$',
             'Serrated, $z/\\lambda=0.5$',
         ],
         root='./WallNormalData/',
         x_locs=x_locs,
         y_locs=y_locs,
         component='vx',
         presentation=False,
         plot_name='Results/Serration_no_misalignment_comparison_vx.png')
     smf.plot_cross_correlation_locations(
         cases=[
             'STE_a0_p0_U20_z00_tr',
             'Sr20R21_a0_p0_U20_z00_tr',
             'Sr20R21_a0_p0_U20_z05_tr_New',
             'Sr20R21_a0_p0_U20_z10_tr',
         ],
         case_names=[
             'Straight trailing edge',
             'Serrated, $z/\\lambda=0$',
             'Serrated, $z/\\lambda=0.25$',
             'Serrated, $z/\\lambda=0.5$',
         ],
         root='./WallNormalData/',
         x_locs=x_locs,
         y_locs=y_locs,
         component='vy',
         presentation=False,
         plot_name='Results/Serration_no_misalignment_comparison_vy.png')
예제 #8
0
 def make_new_z05():
     smf.plot_cross_correlation_locations(
         cases=[
             'Sr20R21_a0_p0_U20_z05_tr',
             'Sr20R21_a0_p0_U20_z05_tr_New',
         ],
         root='./WallNormalData/',
         x_locs=x_locs,
         y_locs=y_locs,
         component='vx',
         presentation=False,
         plot_name='Results/New_z05_vx.png')
     smf.plot_cross_correlation_locations(
         cases=[
             'Sr20R21_a0_p0_U20_z05_tr',
             'Sr20R21_a0_p0_U20_z05_tr_New',
         ],
         root='./WallNormalData/',
         x_locs=x_locs,
         y_locs=y_locs,
         component='vy',
         presentation=False,
         plot_name='Results/New_z05_vy.png')