FEM: elmer solver writer, add some comment in the regard of units

This commit is contained in:
Bernd Hahnebach
2022-07-12 11:35:45 +02:00
committed by GitHub
parent 452c2ce7e7
commit ff802c7274

View File

@@ -95,7 +95,14 @@ class Writer(object):
self._writeStartinfo()
def _handleUnits(self):
# TODO constants and units
# Elmer solver writer no longer uses FreeCAD unit system
# to retrieve units for writing the sif file
#
# ATM Elmer writer uses SI units only
#
# see forum topic: https://forum.freecadweb.org/viewtopic.php?f=18&t=70150
#
# TODO: adapt method and comment
# should be only one system for all solver and not in each solver
# https://forum.freecadweb.org/viewtopic.php?t=47895
# https://forum.freecadweb.org/viewtopic.php?t=48451