diff --git a/changelog-entries/770 .md b/changelog-entries/770 .md new file mode 100644 index 000000000..706c2b157 --- /dev/null +++ b/changelog-entries/770 .md @@ -0,0 +1 @@ +- Reduced the simulated time and output frequency of the heat-exchanger-simplified tutorial (from 5s to 1s, and from once to every coupling time window to one every 10) [#770](https://github.com/precice/tutorials/pull/770) \ No newline at end of file diff --git a/heat-exchanger-simplified/README.md b/heat-exchanger-simplified/README.md index a9e230e20..115b86848 100644 --- a/heat-exchanger-simplified/README.md +++ b/heat-exchanger-simplified/README.md @@ -61,7 +61,11 @@ to run the solid participant (which is also controlling the coupling). Similarly to the [flow over heated plate: Two meshes](https://precice.org/tutorials-flow-over-heated-plate-two-meshes.html) tutorial. -![Results of the simplified heat exchanger tutorial](images/tutorials-heat-exchanger-simplified-overview.png) +![Results of the simplified heat exchanger tutorial at t=1s](images/tutorials-heat-exchanger-simplified-overview-1s.png) + +By default, this tutorial simulates 1s. Temperature distribution at 5s: + +![Results of the simplified heat exchanger tutorial at t=5s](images/tutorials-heat-exchanger-simplified-overview-5s.png) ![Animation of the simplified heat exchanger tutorial](images/tutorials-heat-exchanger-simplified-animation.webp) diff --git a/heat-exchanger-simplified/fluid-bottom-openfoam/system/controlDict b/heat-exchanger-simplified/fluid-bottom-openfoam/system/controlDict index 69cb5d5c3..8405436f0 100644 --- a/heat-exchanger-simplified/fluid-bottom-openfoam/system/controlDict +++ b/heat-exchanger-simplified/fluid-bottom-openfoam/system/controlDict @@ -14,13 +14,13 @@ startTime 0; stopAt endTime; -endTime 5; +endTime 1; deltaT 0.01; writeControl runTime; -writeInterval 0.01; +writeInterval 0.1; purgeWrite 0; diff --git a/heat-exchanger-simplified/fluid-top-openfoam/system/controlDict b/heat-exchanger-simplified/fluid-top-openfoam/system/controlDict index 69cb5d5c3..8405436f0 100644 --- a/heat-exchanger-simplified/fluid-top-openfoam/system/controlDict +++ b/heat-exchanger-simplified/fluid-top-openfoam/system/controlDict @@ -14,13 +14,13 @@ startTime 0; stopAt endTime; -endTime 5; +endTime 1; deltaT 0.01; writeControl runTime; -writeInterval 0.01; +writeInterval 0.1; purgeWrite 0; diff --git a/heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview-1s.png b/heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview-1s.png new file mode 100644 index 000000000..141af6480 Binary files /dev/null and b/heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview-1s.png differ diff --git a/heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview.png b/heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview-5s.png similarity index 89% rename from heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview.png rename to heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview-5s.png index 49081e9ce..9fe5a96d0 100644 Binary files a/heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview.png and b/heat-exchanger-simplified/images/tutorials-heat-exchanger-simplified-overview-5s.png differ diff --git a/heat-exchanger-simplified/precice-config.xml b/heat-exchanger-simplified/precice-config.xml index 58091a686..5b3fb7f54 100644 --- a/heat-exchanger-simplified/precice-config.xml +++ b/heat-exchanger-simplified/precice-config.xml @@ -92,7 +92,7 @@ - + diff --git a/heat-exchanger-simplified/solid-calculix/solid.inp b/heat-exchanger-simplified/solid-calculix/solid.inp index 7e3cf4d8a..6496f75b2 100644 --- a/heat-exchanger-simplified/solid-calculix/solid.inp +++ b/heat-exchanger-simplified/solid-calculix/solid.inp @@ -54,7 +54,7 @@ Nall,305.0 ** written by write_step_begin function *STEP, INC=2000 *HEAT TRANSFER, DIRECT -0.01,5.0 +0.01,1.0 *********************************************************** ** Fixed temperature constraint applied @@ -71,7 +71,7 @@ Nyend,11,11,0.0 *********************************************************** ** Outputs --> frd file ** written by write_outputs_types function -*NODE FILE +*NODE FILE, FREQUENCY=10 NT ***********************************************************