HeatTransferValue
HeatTransferValue[pred, vars, pars] represents a thermal transfer boundary condition for PDEs with predicate pred indicating where it applies, with model variables vars and global parameters pars.
HeatTransferValue[pred, vars, pars, lkey]represents a thermal transfer boundary condition with local parameters specified inpars[lkey].
Examples
HeatTransferValue[x == 0, {T, {x}}, <|"AmbientTemperature" -> 300|>]HeatTransferPDEComponent[{T[x, t], t}, {x}, <|"ThermalConductivity" -> 1|>]Please visit the official Wolfram Language Reference for more details.