-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5603 from gassmoeller/split_heat_flux_output
Improve heat flux map postprocessor and dynamic topography postprocessor
- Loading branch information
Showing
27 changed files
with
208 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Changed: The postprocessor 'heat flux map' now outputs the heat flux values in | ||
the same format as the 'dynamic topography' postprocessor does for dynamic | ||
topography. This in particular means instead of writing all values into a | ||
single file 'heat flux map' now writes one file per boundary. Both | ||
postprocessors now take care to not include spaces in the data file | ||
headers so that separating the header columns by spaces works correctly. | ||
<br> | ||
(Rene Gassmoeller, 2024/03/15) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# x y bottom topography | ||
112500 0 -20.35932195 | ||
337500 0 -22.5880606 | ||
562500 0 -13.12252722 | ||
787500 0 55.68976695 | ||
1012500 0 55.68976696 | ||
1237500 0 -13.12252721 | ||
1462500 0 -22.58806058 | ||
1687500 0 -20.35932193 | ||
# x y dynamic_topography_bottom | ||
112500 0 -20.35932198 | ||
337500 0 -22.58806059 | ||
562500 0 -13.12252715 | ||
787500 0 55.68976686 | ||
1012500 0 55.68976686 | ||
1237500 0 -13.12252713 | ||
1462500 0 -22.58806056 | ||
1687500 0 -20.35932195 |
2 changes: 1 addition & 1 deletion
2
...pography/dynamic_topography_surface.00000 → ...c_topography/dynamic_topography_top.00000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ography2/dynamic_topography_surface.00000 → ..._topography2/dynamic_topography_top.00000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
tests/dynamic_topography_back/dynamic_topography_bottom.00000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# x y bottom topography | ||
112500 0 -20.35932195 | ||
337500 0 -22.5880606 | ||
562500 0 -13.12252722 | ||
787500 0 55.68976695 | ||
1012500 0 55.68976696 | ||
1237500 0 -13.12252721 | ||
1462500 0 -22.58806058 | ||
1687500 0 -20.35932193 | ||
# x y dynamic_topography_bottom | ||
112500 0 -20.35932198 | ||
337500 0 -22.58806059 | ||
562500 0 -13.12252715 | ||
787500 0 55.68976686 | ||
1012500 0 55.68976686 | ||
1237500 0 -13.12252713 | ||
1462500 0 -22.58806056 | ||
1687500 0 -20.35932195 |
2 changes: 1 addition & 1 deletion
2
...pography/dynamic_topography_surface.00000 → ...ography_back/dynamic_topography_top.00000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
tests/dynamic_topography_vs_surface_dynamic_topography/dynamic_topography_bottom.00000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# x y bottom topography | ||
112500 0 -20.35932195 | ||
337500 0 -22.5880606 | ||
562500 0 -13.12252722 | ||
787500 0 55.68976695 | ||
1012500 0 55.68976696 | ||
1237500 0 -13.12252721 | ||
1462500 0 -22.58806058 | ||
1687500 0 -20.35932193 | ||
# x y dynamic_topography_bottom | ||
112500 0 -20.35932198 | ||
337500 0 -22.58806059 | ||
562500 0 -13.12252715 | ||
787500 0 55.68976686 | ||
1012500 0 55.68976686 | ||
1237500 0 -13.12252713 | ||
1462500 0 -22.58806056 | ||
1687500 0 -20.35932195 |
2 changes: 1 addition & 1 deletion
2
...phy_back/dynamic_topography_surface.00000 → ...c_topography/dynamic_topography_top.00000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.