We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abec2a commit 50654a7Copy full SHA for 50654a7
js/nodes/solver_settings/structural_mechanic_solver.js
@@ -4,7 +4,7 @@ class StructuralMechanicSolver {
4
this.addInput("material_import_settings", "map"); // 1
5
this.addOutput("solver_settings", "map");
6
this.properties = {
7
- "solver_type" : "Static",
+ "solver_type" : "static",
8
"model_part_name" : "Structure",
9
"domain_size" : 2,
10
"echo_level" : 0,
0 commit comments