<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello all,<br>
<br>
I would like to calculate rms values for my simulations.<br>
<br>
For example, for the calculations of the axial velocity u'rms = sqr( ( (u')^2)_ave )<br>
<br>
I first need to calculate the fluctuations, u'_x = u_x - u_x_ave.<br>
<br>
I obtain:<br>
1) u_x via the calculator.<br>
2) u_x_ave using the temporal statistics filter<br>
<br>
The problem that I am having is subtracting them from each other. I have tried in two ways.<br>
<br>
a) calculating 1) and 2) in separate branches but then I cannot see the variables from each<br>
b) calculating 1) and 2) in the same branch but then I do not have access to u_x because the statistical filter averages it out.<br>
<br>
<br>
Any help is appreciated.<br>
<br>
Best regards,<br>
Janusz<br>
<br>
</div>
</body>
</html>