Mon 15 Sep 09:44:42 CEST 2025
This commit is contained in:
parent
233656065b
commit
be0cabb157
|
@ -24,7 +24,7 @@ def CC(x):
|
||||||
|
|
||||||
def getMaterialLibrary():
|
def getMaterialLibrary():
|
||||||
MaterialList = list()
|
MaterialList = list()
|
||||||
|
# rho, VL, VT
|
||||||
MaterialList.append(CC(['air', (1.24, 344, 1e-30)]))
|
MaterialList.append(CC(['air', (1.24, 344, 1e-30)]))
|
||||||
MaterialList.append(CC(['aggregates', (2600, 5751, 3282)]))
|
MaterialList.append(CC(['aggregates', (2600, 5751, 3282)]))
|
||||||
MaterialList.append(CC(['aluminium', (2720, 6320, 3772)]))
|
MaterialList.append(CC(['aluminium', (2720, 6320, 3772)]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user