Skip to content

Commit

Permalink
fix missing thermal conductivity (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Apr 17, 2024
1 parent 6d57299 commit dc893fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FieldRegistry.C
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Registry()
{"rans_time_scale" , SingleStateNodalScalar},
{"scalarQ", SingleStateNodalScalar},
{"specific_dissipation_rate", MultiStateNodalScalar},
{"thermal_conductivity", SingleStateNodalScalar},
{"specific_heat" , SingleStateNodalScalar},
{"sst_f_one_blending" , SingleStateNodalScalar},
{"sst_max_length_scale", SingleStateNodalScalar},
Expand Down

0 comments on commit dc893fa

Please sign in to comment.