Skip to content

Commit

Permalink
FEM: Update Command.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Apr 11, 2024
1 parent 9991c43 commit 274a3dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/Fem/Gui/Command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@ void CmdFemConstraintHeatflux::activated(int)
doCommand(Doc,
"App.activeDocument().%s.FilmCoef = 10.0",
FeatName.c_str()); // OvG: set default not equal to 0
doCommand(Doc,
"App.activeDocument().%s.Emissivity = 1.0",
FeatName.c_str()); // OvG: set default not equal to 0
doCommand(Doc,
"App.activeDocument().%s.Scale = 1",
FeatName.c_str()); // OvG: set initial scale to 1
Expand Down

0 comments on commit 274a3dd

Please sign in to comment.