We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4099af9 commit 2c18af7Copy full SHA for 2c18af7
1 file changed
kratos.gid/apps/ConjugateHeatTransfer/examples/BFS.tcl
@@ -221,7 +221,7 @@ proc ::ConjugateHeatTransfer::examples::BFS::TreeAssignation2D {args} {
221
# Solid parts
222
set parts [spdAux::getRoute "CNVDFFParts"]
223
set fluidNode [customlib::AddConditionGroupOnXPath $parts Heating]
224
- set props [list Element EulerianConvDiff$nd DENSITY 0.0 CONDUCTIVITY 10 SPECIFIC_HEAT 0.0]
+ set props [list Element EulerianConvDiff$nd DENSITY 0.0 CONDUCTIVITY 10.0 SPECIFIC_HEAT 0.0]
225
spdAux::SetValuesOnBaseNode $fluidNode $props
226
227
# Solid thermal initial conditions
0 commit comments