Skip to content

Commit 8a3c82f

Browse files
authored
Merge pull request #852 from KratosMultiphysics/pfem-thermic-fix
Bug fix
2 parents 32e4fcd + acfdc8b commit 8a3c82f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kratos.gid/apps/PfemThermic/write/writeProjectParameters.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ proc PfemThermic::write::GetThermicSolverSettingsDict { } {
4848
dict set thermicSolverSettingsDict analysis_type [write::getValue CNVDFFAnalysisType]
4949
dict set thermicSolverSettingsDict time_integration_method "implicit"
5050
dict set thermicSolverSettingsDict model_part_name [ConvectionDiffusion::write::GetAttribute model_part_name]
51-
dict set thermicSolverSettingsDict computing_model_part_name "thermal_computing_domain"
5251
dict set thermicSolverSettingsDict domain_size [expr [string range [write::getValue nDim] 0 0]]
5352
dict set thermicSolverSettingsDict reform_dofs_at_each_step "true"
5453

0 commit comments

Comments
 (0)