Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog-entries/770 .md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 5 additions & 1 deletion heat-exchanger-simplified/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion heat-exchanger-simplified/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<coupling-scheme:multi>
<time-window-size value="0.01" />
<max-time value="5" />
<max-time value="1" />
<max-iterations value="30" />
<participant name="Fluid-Top" />
<participant name="Fluid-Bottom" />
Expand Down
4 changes: 2 additions & 2 deletions heat-exchanger-simplified/solid-calculix/solid.inp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

***********************************************************
Expand Down