What is the correct PyFluent code to define a fixed temperature value for a solid cell zone in Fluent?
Hello @Kai ,
solver.settings.setup.cell_zone_conditions["solid"].fixed_values.enable = True solver.settings.setup.cell_zone_conditions["solid"].fixed_values.variables["Temperature"].option = 'value' solver.settings.setup.cell_zone_conditions["solid"].fixed_values.variables["Temperature"].value = 300
Kindly use the above code to setup the fixed temperature value for a cell zone.
I hope this helps.