[FEM] fix unit for Elmer

to assure we use SI units
This commit is contained in:
Uwe
2022-03-22 05:11:02 +01:00
parent 760d4f224f
commit 6252a902de

View File

@@ -147,7 +147,7 @@ class Writer(object):
)
self.unit_system = {
"L": "m",
"M": "t",
"M": "kg",
"T": "s",
"I": "A",
"O": "K",