KR406: How to determine the amount of time fluid spends in high shear regions? (Solution ID: 1072)


For certain applications (e.g., liquid-liquid multiphase reactors, bioreactors), the amount of time the fluid spends in the high strain regions near impellers and baffles is a key parameter. The following resolution presents a procedure to determine the amount of time the fluid spends in regions of different strain levels.

Starting with a converged steady solution, for example a mixing simulation using the SRF or MRF models. Compile the following UDF and execute it using the EXECUTE ON DEMAND function in Fluent (Define > User Defined > Execute on Demand). The UDF will write two columns of data to a file. The first column corresponds to the residence time and the second to the magnitude of the strain rate.

To obtain the distribution of residence time in the different strain levels, bin the strain rate values into discrete ranges (bins) and sum the corresponding residence time values in each bin. This will result in a histogram with strain rate on the x-axis and residence time on the y-axis.
Note that the following TUI command must be set so that the strain rate will be accessible from the UDF.

solve/set/expert

"Keep temporary memory from being freed?" Yes

An example distribution is presented here
<a target=_blank href="http://www.fluentusers.com/support/solutions/1072/strain_rtd.pdf">http://www.fluentusers.com/support/solutions/1072/strain_rtd.pdf</a>http://www.fluentusers.com/support/solutions/1072/strain_rtd.pdf

The data file created with the UDF presented here was further processed to create the figure using the Matlab/Octave script file below.





Show Form
No comments yet. Be the first to add a comment!