Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jginternational committed Oct 14, 2024
1 parent 4099af9 commit 2c18af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kratos.gid/apps/ConjugateHeatTransfer/examples/BFS.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ proc ::ConjugateHeatTransfer::examples::BFS::TreeAssignation2D {args} {
# Solid parts
set parts [spdAux::getRoute "CNVDFFParts"]
set fluidNode [customlib::AddConditionGroupOnXPath $parts Heating]
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]
spdAux::SetValuesOnBaseNode $fluidNode $props

# Solid thermal initial conditions
Expand Down

0 comments on commit 2c18af7

Please sign in to comment.