This is a model for a convective heat transfer for interior, room-facing surfaces.
The parameter conMod
determines the model that is used to compute
the heat transfer coefficient:
conMod=
Buildings.HeatTransfer.Types.InteriorConvection.Fixed
, then
the convective heat transfer coefficient is set to the value specified by the parameter
hFixed
.
conMod=
Buildings.HeatTransfer.Types.InteriorConvection.Temperature
, then
the convective heat tranfer coefficient is a function of the temperature difference.
The convective heat flux is computed using
This model is identical to
Buildings.HeatTransfer.Convection.Interior
except that it has an input u
that is used to scale the
heat transfer.
This can be used if the heat transfer area is variable.
An example usage is for a window with shade, in which
the surface area of a shaded part of a window changes depending on the shading
control signal.
isFloor
to is_floor
,
and isCeiling
to is_ceiling
,
for consistency with naming convention.
homotopyInitialization
to a constant.