Exemplo n.º 1
0
def test_scalar_max():
    test_utils.assert_scene_max(DEMO_ID,
                                'Scalar',
                                'Scalar',
                                0.4,
                                tolerance=0,
                                relative=False)
Exemplo n.º 2
0
def test_scalar_pressure_kart_max():
    test_utils.assert_scene_max(DEMO_ID,
                                'Pressure Kart',
                                'Scalar',
                                4.2,
                                tolerance=0.1,
                                relative=True)
Exemplo n.º 3
0
def test_scalar_pressure_section_max():
    test_utils.assert_scene_max(DEMO_ID,
                                'Pressure Section',
                                'Scalar',
                                4.2,
                                tolerance=0.1,
                                relative=False)
Exemplo n.º 4
0
def test_scalar_max():
    test_utils.assert_scene_max(DEMO_ID,
                                'Scalar',
                                'Scalar',
                                99.82,
                                tolerance=0.01,
                                relative=True)
Exemplo n.º 5
0
def test_pressure_scalar_max():
    test_utils.assert_scene_max(DEMO_ID,
                                'Scalar',
                                'Scalar',
                                14.5,
                                tolerance=0.5,
                                relative=False)
Exemplo n.º 6
0
def test_vector_max_des():
    test_utils.assert_scene_max(_grid_des(),
                                'Vector',
                                'Vector',
                                6.0,
                                tolerance=0.05,
                                relative=True)
Exemplo n.º 7
0
def test_pressure_scalar_max_ss():
    test_utils.assert_scene_max(_grid_ss(),
                                'Pressure',
                                'Scalar',
                                13.7,
                                tolerance=0.02,
                                relative=True)
Exemplo n.º 8
0
def test_streamline_max():
    test_utils.assert_scene_max(DEMO_ID,
                                'Scalar',
                                'Streamline',
                                3.0,
                                tolerance=0,
                                relative=False)
Exemplo n.º 9
0
def test_scalar_max():
    test_utils.assert_scene_max(DEMO_ID, 'Scalar', 'Scalar', 0.129)
Exemplo n.º 10
0
def test_vector_max():
    test_utils.assert_scene_max(DEMO_ID, 'Vector', 'Vector', 0.0821)
Exemplo n.º 11
0
def test_streamline_max():
    test_utils.assert_scene_max(DEMO_ID, 'Scalar', 'Streamline', 3.0,
                                tolerance=0, relative=False)
Exemplo n.º 12
0
def test_vector_max():
    test_utils.assert_scene_max(DEMO_ID, 'Vector', 'Vector', 0.0821)
Exemplo n.º 13
0
def test_scalar_pressure_kart_max():
    test_utils.assert_scene_max(DEMO_ID, 'Pressure Kart', 'Scalar', 1.1,
                                tolerance=0.1, relative=True)
Exemplo n.º 14
0
def test_pressure_scalar_max_ss():
    test_utils.assert_scene_max(_grid_ss(), 'Pressure', 'Scalar', 13.61)
Exemplo n.º 15
0
def test_scalar_pressure_kart_max():
    test_utils.assert_scene_max(DEMO_ID, 'Cp Wing', 'Scalar', 0.97297)
Exemplo n.º 16
0
def test_vector_velocity_section_max():
    test_utils.assert_scene_max(DEMO_ID, 'Vector Section', 'Vector', 56.83)
Exemplo n.º 17
0
def test_pressure_scalar_max_ss():
    test_utils.assert_scene_max(_grid_ss(), 'Pressure', 'Scalar', 13.61)
Exemplo n.º 18
0
def test_vector_pressure_section_max():
    test_utils.assert_scene_max(DEMO_ID, 'Vector Wing', 'Vector', 14.64)
Exemplo n.º 19
0
def test_scalar_pressure_kart_max():
    test_utils.assert_scene_max(DEMO_ID, 'Cp Wing', 'Scalar', 0.97297)
Exemplo n.º 20
0
def test_pressure_scalar_max():
    test_utils.assert_scene_max(DEMO_ID, 'Scalar', 'Scalar', 14.797)
Exemplo n.º 21
0
def test_scalar_max():
    test_utils.assert_scene_max(DEMO_ID, 'Scalar', 'Scalar', 0.4,
                                tolerance=0, relative=False)
Exemplo n.º 22
0
def test_vector_max_des():
    test_utils.assert_scene_max(_grid_des(), 'Vector', 'Vector', 6.0,
                                tolerance=0.1, relative=True)
Exemplo n.º 23
0
def test_vector_pressure_section_max():
    test_utils.assert_scene_max(DEMO_ID, 'Vector Wing', 'Vector', 14.64)
Exemplo n.º 24
0
def test_vector_max_ss():
    test_utils.assert_scene_max(_grid_ss(), 'Vector', 'Vector', 5.3978)
Exemplo n.º 25
0
def test_vector_pressure_section_max():
    test_utils.assert_scene_max(DEMO_ID, 'Vector Section', 'Vector', 56.83)
Exemplo n.º 26
0
def test_scalar_pressure_section_max():
    test_utils.assert_scene_max(DEMO_ID, 'Pressure Section', 'Scalar', 1.05,
                                tolerance=0.025, relative=False)
Exemplo n.º 27
0
def test_scalar_max():
    test_utils.assert_scene_max(DEMO_ID, 'Scalar', 'Scalar', 99.82,
                                tolerance=0.01, relative=True)
Exemplo n.º 28
0
def test_vector_max_ss():
    test_utils.assert_scene_max(_grid_ss(), 'Vector', 'Vector', 5.4,
                                tolerance=0.02)
Exemplo n.º 29
0
def test_scalar_pressure_section_max():
    test_utils.assert_scene_max(DEMO_ID, 'Pressure Section', 'Scalar', 1.0387)
Exemplo n.º 30
0
def test_scalar_max():
    test_utils.assert_scene_max(DEMO_ID,
                                'Scalar',
                                'Scalar',
                                9.0,
                                relative=False)
Exemplo n.º 31
0
def test_pressure_scalar_max():
    test_utils.assert_scene_max(DEMO_ID, 'Scalar', 'Scalar', 14.5,
                                tolerance=0.5, relative=False)
Exemplo n.º 32
0
def test_scalar_max():
    test_utils.assert_scene_max(DEMO_ID, 'Scalar', 'Scalar', 43.4)
Exemplo n.º 33
0
def test_vector_pressure_section_max():
    test_utils.assert_scene_max(DEMO_ID, 'Vector Section', 'Vector', 56.83)
Exemplo n.º 34
0
def test_scalar_max():
    test_utils.assert_scene_max(DEMO_ID, 'Scalar', 'Scalar', 9.0,
                                relative=False)
Exemplo n.º 35
0
def test_vector_max_ss():
    test_utils.assert_scene_max(_grid_ss(), 'Vector', 'Vector', 5.3978)