Skip to content

Commit 59a142b

Browse files
committed
Modified config to make testcase faster. New test duration: 0.42 min.
1 parent 8897fe1 commit 59a142b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

TestCases/gust/gust_with_mesh_deformation.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CONV_STARTITER= 0
2626
TIME_DOMAIN=YES
2727
TIME_MARCHING= DUAL_TIME_STEPPING-2ND_ORDER
2828
TIME_STEP= 0.001
29-
TIME_ITER= 26
29+
TIME_ITER= 7
3030
%
3131
% --------------------------- GUST SIMULATION ---------------------------------%
3232
%
@@ -37,13 +37,13 @@ GRID_MOVEMENT=GUST
3737
WIND_GUST= YES
3838
GUST_TYPE= ONE_M_COSINE
3939
GUST_DIR= Y_DIR
40-
GUST_WAVELENGTH= 10.0
40+
GUST_WAVELENGTH= 5.0
4141
GUST_PERIODS= 1.0
4242
% Gust amplitude corresponds to ~2.0 deg AoA
4343
GUST_AMPL= 1.0
4444
%
4545
GUST_BEGIN_TIME= 0.0
46-
GUST_BEGIN_LOC=-10.0
46+
GUST_BEGIN_LOC=-5.0
4747
% --------------------------- MESH DEFORMATION--------------------------------%
4848
% Type of dynamic surface movement (NONE, DEFORMING, MOVING_WALL,
4949
% AEROELASTIC, AEROELASTIC_RIGID_MOTION EXTERNAL, EXTERNAL_ROTATION)
@@ -56,7 +56,7 @@ MARKER_MOVING= ( airfoil )
5656
SURFACE_PLUNGING_OMEGA= 0.0 125.6 0.0
5757
%
5858
% Plunging amplitude (m or ft) in x, y, & z directions
59-
SURFACE_PLUNGING_AMPL= 0.0 0.001 0.0
59+
SURFACE_PLUNGING_AMPL= 0.0 0.0001 0.0
6060
%
6161
% Move Motion Origin for marker moving (1 or 0)
6262
MOVE_MOTION_ORIGIN = 0

TestCases/hybrid_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ def main():
484484
gust_mesh_defo = TestCase('gust_with_mesh_deformation')
485485
gust_mesh_defo.cfg_dir = "gust"
486486
gust_mesh_defo.cfg_file = "gust_with_mesh_deformation.cfg"
487-
gust_mesh_defo.test_iter = 25
488-
gust_mesh_defo.test_vals = [-1.585670, 0.004771, 0.000413]
487+
gust_mesh_defo.test_iter = 6
488+
gust_mesh_defo.test_vals = [-1.844778, 0.000846, -0.000408]
489489
gust_mesh_defo.unsteady = True
490490
test_list.append(gust_mesh_defo)
491491

0 commit comments

Comments
 (0)