[FEM] several Elmer fixes
- fix whitespace in the SIF writer - Elmer GUI uses only 20 nonlinear iterations, so we should do the same (500 were also not sensible) - don't restrict nonlinear-Newton iterations to 100, 500 might be necessary for turbulent flow - update author
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# ***************************************************************************
|
||||
# * Copyright (c) 2017 Markus Hovorka <m.hovorka@live.de> *
|
||||
# * Copyright (c) 2020 Bernd Hahnebach <bernd@bimstatik.org> *
|
||||
# * Copyright (c) 2023 Uwe Stöhr <uwestoehr@lyx.org> *
|
||||
# * *
|
||||
# * This file is part of the FreeCAD CAx development system. *
|
||||
# * *
|
||||
@@ -23,7 +24,7 @@
|
||||
# ***************************************************************************
|
||||
|
||||
__title__ = "FreeCAD FEM constraint flow velocity document object"
|
||||
__author__ = "Markus Hovorka, Bernd Hahnebach"
|
||||
__author__ = "Markus Hovorka, Bernd Hahnebach, Uwe Stöhr"
|
||||
__url__ = "https://www.freecadweb.org"
|
||||
|
||||
## @package constraint_flowvelocity
|
||||
|
||||
Reference in New Issue
Block a user