Skip to content

Commit bbc5e3f

Browse files
Update _docs_v7/Markers-and-BC.md
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent 430dc05 commit bbc5e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs_v7/Markers-and-BC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ A wall with a prescribed constant heatflux is defined with the `MARKER_HEATFLUX`
7373
MARKER_HEATFLUX = (Wall1, 1e05, Wall2, 0.0)
7474
```
7575

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
7777
```
7878
MARKER_HEATFLUX = (Wall1, 0.3e05, Wall2, 0.0)
7979
```

0 commit comments

Comments
 (0)