Skip to content

Commit 40a5251

Browse files
authored
Remove simulation time from precice-config file of two-scale heat conduction (#668)
* Remove simulation time from precice-config of two-scale heat conduction * Add changelog entry * Use past tense in changelog * Modify visualization of precice config
1 parent 09ab709 commit 40a5251

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

changelog-entries/668.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Removed simulation time from precice-config.xml of two-scale heat conduction [#668](https://github.com/precice/tutorials/pull/668)
-9.79 KB
Loading

two-scale-heat-conduction/precice-config.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<data:scalar name="k_11" />
1313
<data:scalar name="porosity" />
1414
<data:scalar name="concentration" />
15-
<data:scalar name="micro_sim_time" />
1615
<data:scalar name="grain_size" />
1716
<data:scalar name="active_state" />
1817
<data:scalar name="active_steps" />
@@ -24,7 +23,6 @@
2423
<use-data name="k_11" />
2524
<use-data name="porosity" />
2625
<use-data name="concentration" />
27-
<use-data name="micro_sim_time" />
2826
<use-data name="grain_size" />
2927
<use-data name="active_state" />
3028
<use-data name="active_steps" />
@@ -48,7 +46,6 @@
4846
<write-data name="k_10" mesh="macro-mesh" />
4947
<write-data name="k_11" mesh="macro-mesh" />
5048
<write-data name="porosity" mesh="macro-mesh" />
51-
<write-data name="micro_sim_time" mesh="macro-mesh" />
5249
<write-data name="grain_size" mesh="macro-mesh" />
5350
<write-data name="active_state" mesh="macro-mesh" />
5451
<write-data name="active_steps" mesh="macro-mesh" />

0 commit comments

Comments
 (0)