From bbca7ad2105c5ddeddc5347e04460d8c30f869df Mon Sep 17 00:00:00 2001 From: fangjian Date: Fri, 27 Sep 2024 14:14:16 +0100 Subject: [PATCH] update the two input files in example/MHD to full simulations --- examples/MHD/input_mhdchan.i3d | 8 ++++---- examples/MHD/input_otv.i3d | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/MHD/input_mhdchan.i3d b/examples/MHD/input_mhdchan.i3d index 82431ca6f..1cf4e94d2 100644 --- a/examples/MHD/input_mhdchan.i3d +++ b/examples/MHD/input_mhdchan.i3d @@ -12,9 +12,9 @@ p_row=0 ! Row partition p_col=0 ! Column partition ! Mesh -nx=128 ! X-direction nodes +nx=256 ! X-direction nodes ny=129 ! Y-direction nodes -nz=128 ! Z-direction nodes +nz=192 ! Z-direction nodes istret = 2 ! y mesh refinement (0:no, 1:center, 2:both sides, 3:bottom) beta = 0.259065151 ! Refinement parameter (beta) @@ -30,7 +30,7 @@ cpg = F ! if cpg=T, then re is friction Reynolds number ! Time stepping dt = 0.005 ! Time step ifirst = 1 ! First iteration -ilast = 20 ! Last iteration +ilast = 800000 ! Last iteration ! Enable modelling tools ilesmod=0 ! if 0 then DNS @@ -94,7 +94,7 @@ nvisu = 1 ! Size for visualisation collection wrotation = 0.d0 ! rotation speed to trigger turbulence spinup_time = 0 ! number of time steps with a rotation to trigger turbulence nstat = 1 ! Size arrays for statistic collection -initstat = 400000 ! Time steps after which statistics are collected +initstat = 600000 ! Time steps after which statistics are collected /End diff --git a/examples/MHD/input_otv.i3d b/examples/MHD/input_otv.i3d index 74ffb77e8..da6c1c59d 100644 --- a/examples/MHD/input_otv.i3d +++ b/examples/MHD/input_otv.i3d @@ -42,7 +42,7 @@ inflow_noise = 0.0 ! Turbulence intensity (1=100%) !! Inflow condition ! Time stepping dt = 0.0001 ! Time step ifirst = 1 ! First iteration -ilast = 20 ! Last iteration +ilast = 20000 ! Last iteration ! Enable modelling tools ilesmod=0 ! if 0 then DNS