Skip to content

Commit

Permalink
Update Tobi simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jul 6, 2024
1 parent 9d7df28 commit 4d8a750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions data/models/Tobi_Office/generate_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ def main():
W = 3.65
H = 3.12

# L = 7.0
# W = 5.19
# H = 3.70

p1_pts, p1_tris = make_box(2.5, 0.1, 1.5, [W/2-2.5/2, L-0.3, 0.75])
p2_pts, p2_tris = make_box(0.1, 2.5, 1.5, [0.2, L-2.5-0.5, 0.75])
p3_pts, p3_tris = make_box(0.1, 2.5, 1.5, [W-0.1-0.2, L-2.5-0.5, 0.75])
Expand Down
8 changes: 4 additions & 4 deletions src/python/test_script_Tobi_cart_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sim_setup(
model_json_file='../../data/models/Tobi_Office/model_export.json',
mat_folder='../../data/materials',
source_num=2,
source_num=1,
insig_type='impulse', # for RIR
diff_source=True, # for single precision
mat_files_dict={
Expand All @@ -22,9 +22,9 @@
Tc=20,
rh=50,
fcc_flag=True,
PPW=6,
fmax=8000.0,
save_folder='../../data/sim_data/Tobi/cpu_3',
PPW=7.7,
fmax=1200.0,
save_folder='../../data/sim_data/Tobi/cpu',
save_folder_gpu='../../data/sim_data/Tobi/gpu',
compress=0,
)
Expand Down

0 comments on commit 4d8a750

Please sign in to comment.