The SI unit system uses the kelvin, which is an absolute temperature, as the basic unit of temperature. English unit systems use degree Fahrenheit as the basic unit of temperature, which, because the Fahrenheit scale is not absolute, is fine for most purposes except radiation. For such purposes, the Rankine scale provides the corresponding absolute temperature unit. See Table 3-27 for a list of acceptable unit syntax.
Table 3-27: Temperature Units [R] or [Ra]
• 100[degC] is an expression that has temperature as the dimension. COMSOL interprets it as an absolute temperature and evaluates it as 373.15 K.
• 373.15[1/K] is interpreted as an absolute inverse temperature (but no conversion is necessary from kelvin to kelvin).
• 373.15[1/degC] evaluates to 100[1/K] using the offset of 273.15 degrees between kelvin and degrees Celsius.
• 100[degC/K] is dimensionless, and the temperature is therefore a differential temperature; that is, the result is 100 because the conversion uses no offset.
• To make COMSOL interpret 100[degC/K] as an absolute temperature, split the expression using two separate expressions such as 100[degC]*1[1/K], which equals 373.15. This is also what occurs when you use a variable (TC, for example) defined as 100[degC]. TC[1/K] is then also two expressions where both are interpreted as absolute temperature.