Amin Kazemi
                                                                                                                                                    Postdoctoral Researcher, University of Toronto
                                                         
                            
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                4 years ago                            
                            
                                31 oct. 2021, 22:28 UTC−4                            
                        
                        Updated:
                            
                                4 years ago                            
                            
                                31 oct. 2021, 22:35 UTC−4                            
                        
                        
                                                    I recommend you consider the real physic. In th heat Transfer module, right click on the solid node and select "Phase Change".
There you can set latent heat, phase change temperature, etc. Phase change requires a considerable amount of heat which leads to a slight change in the temperature of the system. This is for melting, which occures in the volume. If you want to impose an evaporation cooling, just add a negative heat flux at the boundary where evaporation takes place, since evaporation is a surface phenomenon.
Anyways, if you still need to set a cap on the temperature, I'm not sure how to do that. However, you may try something like:
min(T,1000[K]). This ensures that the temperature is always below 1000K.
Hope this helps you.
Amin
                                                 
                                                
                            I recommend you consider the real physic. In th heat Transfer module, right click on the solid node and select "Phase Change".
There you can set latent heat, phase change temperature, etc. Phase change requires a considerable amount of heat which leads to a slight change in the temperature of the system. This is for melting, which occures in the volume. If you want to impose an evaporation cooling, just add a negative heat flux at the boundary where evaporation takes place, since evaporation is a surface phenomenon.
Anyways, if you still need to set a cap on the temperature, I'm not sure how to do that. However, you may try something like:
min(T,1000[K]). This ensures that the temperature is always below 1000K.
Hope this helps you.
Amin