We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe26b8 commit c38180aCopy full SHA for c38180a
1 file changed
kratos.gid/apps/ConvectionDiffusion/write/writeProjectParameters.tcl
@@ -84,7 +84,7 @@ proc ConvectionDiffusion::write::getBodyForceProcessDict {} {
84
dict set pdict "process_name" "AssignScalarVariableProcess"
85
set params [dict create]
86
set partgroup [write::getPartsSubModelPartId]
87
- dict set params "model_part_name" [concat [lindex $partgroup 0]]
+ dict set params "model_part_name" [join [list [GetAttribute model_part_name] [lindex $partgroup 0]] "."]
88
dict set params "variable_name" "HEAT_FLUX"
89
dict set params "value" $value
90
dict set params "constrained" false
0 commit comments