With the Overall heat transfer rate option (previously named
Total power or
Total heat flux), the thickness parameters (
dz_entr and
Ac_input) have been removed for the following features:
For these 3 cases, you need to rewrite this part of the Java® code by doing the following. For a heat source example (2D and 1D axisymmetric geometries):
Ptot_50 = Ptot_44_value*ht.d/dz_entr_44_value,
where
Ptot_44_value is the total power value used in previous versions,
Ptot_50 is the total power value used since COMSOL Multiphysics 5.0, and
dz_entr_44_value is the value used in previous versions.
In 1D geometries, the following update should be performed: Ptot_50 = Ptot_44_value*ht.d/Ac_input_44_value ,
where
Ac_input_44_value is the value used in previous versions.
The Inflow Heat Flux feature is no longer applicable on boundaries adjacent to the following domain features:
Heat Transfer in Solids,
Biological Tissue, and
Isothermal Domain. This restriction avoids ill-posed configurations due to the null velocity field in these features. This may change model results if this boundary condition was previously applied to a boundary adjacent to a nonfluid domain.
The variables ht.thetai now represent volume fractions (they were mass fractions before). This implies changes in the definition of density and heat capacity at constant pressure close to the phase change interface. Far from the phase change interface, the density and heat capacity are unchanged.