You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an option to print out the mesh every time.
I am having problems on deciding how to do this. Generally I would like
that one can control what is written when the write method is called,
but that is not the way we do things in Neko, so for the moment it is
just like this.
I guess if one creates a file_t in the user file, it is possible to
control if the mesh is written by directly modifying the attribute in
the object, so at least that's something.
This is based on what @arash-mp will also add in #2244.
---------
Co-authored-by: Timofey Mukha <timofey.mukha@protonmail.com>
Co-authored-by: Victor Baconnet <baconnet@kth.se>
Copy file name to clipboardExpand all lines: doc/pages/user-guide/case-file.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1160,6 +1160,7 @@ concisely directly in the table.
1160
1160
|`nut_field`| The name of the turbulent viscosity field. | String | - |
1161
1161
|`output_control`| Defines the interpretation of `output_value` to define the frequency of writing checkpoint files. |`nsamples`, `simulationtime`, `tsteps`, `never`| - |
1162
1162
|`output_value`| The frequency of sampling in terms of `output_control`. | Positive real or integer | - |
1163
+
|`output_mesh_in_all_files`| Indicates if the mesh should be written in every output fld file. |`true` or `false`|`false`|
1163
1164
|`output_filename`| The output filename. | String |`field`|
0 commit comments