Mon 15 Sep 09:44:42 CEST 2025

This commit is contained in:
sbosse 2025-09-15 09:46:48 +02:00
parent 233656065b
commit be0cabb157

View File

@ -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)]))