Files
dynamics/examples/case13/input/input.txt
T

74 lines
1.5 KiB
Plaintext

# 物理模拟参数配置
# case13 — 二维网格平面波(左边界驱动,右边界吸收)
# 左边界全部 101 原子齐振驱动 → 波从左向右传播 → 右边界全固定
step_simulate: 1
step_sample: 0
step_plot: 0
step_animation: 1
step_plot_wave: 0
force_calc: 1
save_trajectory: 0
engine: c
box_a: 120.0
coord_file: input/coord.txt
connection_file: input/connection.txt
bond_file: input/bond.txt
driver_file: input/driver.txt
plot_atom: 51 # 左边界中间原子用于信息显示
G: [0.000, 0.000, 0.000]
B: [0.000, 0.000, 0.000]
gravity_field: 0
gravity_interaction: 0
elastic_force: 1
damping_force: 0
driving_force: 1
gravity_strength: 1.0
method: leapfrog
warmup_steps: 0
T_total: 200.0
NSTEP: 100
DT: 0.01
sample_start: null
sample_end: null
# ── 渲染/着色 ─────────────────────────────────
use_marker: 1
display_color: {
x : [1, [255, 0, 0]],
y : [1, [ 0, 255, 0]],
z : [1, [ 0, 0, 255]],
xy : [0, [255, 255, 0]],
yz : [0, [ 0, 255, 255]],
zx : [0, [255, 0, 255]],
xyz : [0, [255, 255, 255]],
}
alpha: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
ball_color_r: 0.20
ball_color_g: 0.60
ball_color_b: 0.90
box_color_r: 0.80
box_color_g: 0.80
box_color_b: 0.85
camera_distance: 120.0
camera_elevation: 60.0
camera_azimuth: -45.0
camera_center_x: 0.0
camera_center_y: 0.0
camera_center_z: 0.0
move_camera: 0
display_amp: [1.0, 1.0, 1.0]