Radiation
fullflow.Radiation
Diffuse-gray radiation exchange between two temperature nodes.
Radiation computes radiative heat transfer between two diffuse-gray surfaces using emissivities, radiating areas, and a view factor. Positive heat rate indicates net radiative heat transfer from temperature2 to temperature1.
This component can be used for surface-to-surface radiation or vacuum jacketed tube radiation.
Parameters
| Name | Type | Description |
|---|---|---|
name | str | Component name |
network | Network | Network that owns this component |
temperature1 | State | Receiving-side surface temperature |
temperature2 | State | Source-side surface temperature |
emissivity1 | float | Receiving-side surface emissivity |
emissivity2 | float | Source-side surface emissivity |
radiative_ | float | Receiving-side radiative area |
radiative_ | float, optional | Source-side radiative area |
view_ | float, optional | View factor from surface 1 to surface 2 |
Outputs
| Name | Type | Description |
|---|---|---|
heat_ | State, optional | Radiative heat transfer rate |