Skip to content

Commit

Permalink
Conductivity as double
Browse files Browse the repository at this point in the history
  • Loading branch information
jginternational committed Oct 17, 2023
1 parent b4400aa commit 8f7a83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ proc ::ConjugateHeatTransfer::examples::HeatedSquare::TreeAssignation2D {args} {
# Thermal Parts
set parts [spdAux::getRoute "CNVDFFParts"]
set fluidNode [customlib::AddConditionGroupOnXPath $parts Heating]
set props [list Element EulerianConvDiff$nd Material Gold DENSITY 19300.0 CONDUCTIVITY 310 SPECIFIC_HEAT 125.6]
set props [list Element EulerianConvDiff$nd Material Gold DENSITY 19300.0 CONDUCTIVITY 310.0 SPECIFIC_HEAT 125.6]
spdAux::SetValuesOnBaseNode $fluidNode $props

# Thermal Nodal Conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ proc ::ConvectionDiffusion::examples::HeatedSquare::TreeAssignation2D {args} {
# Fluid Parts
set parts [spdAux::getRoute "CNVDFFParts"]
set fluidNode [customlib::AddConditionGroupOnXPath $parts Body]
set props [list Element EulerianConvDiff$nd Material Gold DENSITY 19300.0 CONDUCTIVITY 310 SPECIFIC_HEAT 125.6]
set props [list Element EulerianConvDiff$nd Material Gold DENSITY 19300.0 CONDUCTIVITY 310.0 SPECIFIC_HEAT 125.6]
spdAux::SetValuesOnBaseNode $fluidNode $props

# Thermal Nodal Conditions
Expand Down

0 comments on commit 8f7a83a

Please sign in to comment.