You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs_v7/Markers-and-BC.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ A wall with a prescribed constant heatflux is defined with the `MARKER_HEATFLUX`
73
73
MARKER_HEATFLUX = (Wall1, 1e05, Wall2, 0.0)
74
74
```
75
75
76
-
Instead of a constant heatflux in the unit `[W/m^2]`, a constant rate of heat flow in the unit `[W]` can be prescribed by additionally adding the option `INTEGRATED_HEATFLUX= YES`. For the above `MARKER_HEATFLUX` lets consider that `Wall1` has a Surface area of 0.3 `[W/m^2]` then one could equivalently prescribe
76
+
Instead of a constant heatflux (in `[W/m^2]`), a constant rate of heat flow (in `[W]`) can be prescribed by additionally adding the option `INTEGRATED_HEATFLUX= YES`. For the above `MARKER_HEATFLUX`, lets consider that `Wall1` has a surface area of 0.3 `[m^2]` then one could equivalently prescribe
0 commit comments