fixed feature size

This commit is contained in:
sirlilpanda
2026-02-26 11:23:07 +13:00
parent 9918d2b064
commit 9f4ce14d35
7 changed files with 11 additions and 44 deletions

View File

@@ -47,7 +47,7 @@ scale_unit = 1e3;
substrate = "SI";
// linbo
// the aoucstice wave speed in the substrate
// the acoustic wave speed in the substrate
c = 3992.0;
// si
// c = 3159.0;
@@ -144,7 +144,7 @@ module params() {
str("leg_length : ", leg_length),
str("leg_angle : ", leg_angle),
str("size : ", size),
str("feat. size (mm): ", (c/freq)*scale_unit),
str("feat. size (mm): ", (c/freq)*1e3 / 4),
str("version : ", SCRIPT_VERSION)
]
);