From 2ce8ded482da746c2bbd32fe42b56e1b058d1137 Mon Sep 17 00:00:00 2001 From: Ying-Li Niu <64801511@qq.com> Date: Thu, 11 Jun 2026 18:44:59 +0800 Subject: [PATCH] =?UTF-8?q?case06:=20=E5=8E=9F=E5=AD=90=E6=95=B0=2060?= =?UTF-8?q?=E2=86=92120=EF=BC=8C=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/case06/input/input.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/case06/input/input.txt b/examples/case06/input/input.txt index 790b5df..df99e09 100644 --- a/examples/case06/input/input.txt +++ b/examples/case06/input/input.txt @@ -63,10 +63,10 @@ warmup_steps: 0 # 默认 0(立即开始记录) # 总模拟时间(秒),程序自动计算 NT = T_total / DT # 如果同时指定了 NT,以 NT 为准 -T_total: 2.0 +T_total: 4.0 # 抽帧间隔(每 NSTEP 步取一帧用于动画) -NSTEP: 10 +NSTEP: 100 # ── 时间步长 ────────────────────────────────── DT: 0.001 # 时间步长 (s)