RMS output

41 views
Skip to first unread message

Kelliann L

unread,
Sep 26, 2022, 10:06:02 PM9/26/22
to FDS and Smokeview Discussions
Hi all, I have have modified the simple_test example by adding thermocouples above the burner with the following devcs (please see the code attached):

&DEVC ID='INSTANT TEMPERATURE', XYZ= 0.2,1.2,0.3, QUANTITY='TEMPERATURE', TEMPORAL_STATISTIC='INSTANT VALUE' /
&DEVC ID='TIME AVERAGE TEMPERATURE', XYZ= 0.2,1.2,0.3, QUANTITY='TEMPERATURE', TEMPORAL_STATISTIC='TIME AVERAGE' /
&DEVC ID='RMS TEMPERATURE', XYZ= 0.2,1.2,0.3, QUANTITY='TEMPERATURE', TEMPORAL_STATISTIC='RMS' /

Examining the results (please see the excel attached), the RMS value is not consistent with the hand calc or anywhere near the instantaneous values. Please let me know what you think. I do not understand how the RMS is being calculated in FDS 6.7.9. Thank you!



simple_test_devc.xlsx
simple_test.fds

dr_jfloyd

unread,
Sep 27, 2022, 7:09:34 AM9/27/22
to FDS and Smokeview Discussions
Your spreadsheet column G formula is incorrect. 
=(D3-$J$2)^2
should be
=(B3-$J$2)^2

The average should be changed as well.

The RMS calculation uses the instantaneous temperature (INSTANT VALUE) and is computed using every FDS timestep and not just the DT_DEVC interval. 

Kelliann L

unread,
Sep 27, 2022, 9:11:38 AM9/27/22
to FDS and Smokeview Discussions
That worked great, thank you!
Reply all
Reply to author
Forward
0 new messages