Evaluates the temperature and heatflux on the boundary of interest. The description of specific parameters is given blelow:
variablesType
storeSurfaceProperty
in
heatFluxBalanceModel
emissivity
(real)baseTemperature
(real)averageMolecularWeight
(float)out
Code block
<Updater computeSurfTemp>
kind = surfaceVariables2d
onGrid = domain
variablesType = temperatureAndHeatFlux
storeSurfaceProperty = 1
dynVectors = []
in = [D,gradTemp]
heatFluxBalanceModel = radiationEquilibrium
emissivity = 0.9
baseTemperature = BASETEMP
out = [surfTemp]
entity = ghost
</Updater>