Monitor the maximum pressure and temperature during the calculation #449
-
Thank you in advance. I would like to ask how to monitor the maximum pressure and temperature during the calculation or in log. I know that when nodal_proj.verbose = 2, it seems like some information can be viewed, but the pressure and temperature is not inclued. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use the temporals functionality to write extremas to file at desired intervals. Simply add |
Beta Was this translation helpful? Give feedback.
You can use the temporals functionality to write extremas to file at desired intervals. Simply add
peleLM.do_temporals = 1
andpeleLM.do_extremas = 1
, along with a desired write intervalpeleLM.temporal_int = 10
to your input file. The max pressure will be under themax_RhoRT
column. For an example see the FlameSheet regular test.