Skip to content

Commit 31c6f32

Browse files
authored
Update Custom-Output.md
1 parent 23cd3a1 commit 31c6f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docs/Custom-Output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Customizing the output of your Simulation
2+
title: Customizing the output of the simulation
33
permalink: /docs/Custom-Output/
44
---
55

@@ -36,7 +36,7 @@ If you run a multizone problem, the convergence history of the individual zones
3636

3737
The history output can be customized in a similar fashion to the screen output by using the `HISTORY_OUTPUT` option. In fact, screen and history outputs share all fields which means that everything that can written to screen can be written also to the history file and vice versa. However, instead of specifying single output fields, for the history output it is **only possible** to specify output groups by using the group name.
3838

39-
If you run a multizone problem, in addition to the history files per zone, a file (default: `history_multizone.dat`) will be created where the convergence history of the outer iteration is stored. Groups for this output can be by using the `HISTORY_OUTPUT` option in the main config file.
39+
If you run a multizone problem, in addition to the history files per zone, a file (default: `history_multizone.dat`) will be created where the convergence history of the outer iteration is stored. Groups for this output can be set by using the `HISTORY_OUTPUT` option in the main config file.
4040

4141
### Example ###
4242

0 commit comments

Comments
 (0)