|
[Sponsors] |
December 17, 2009, 02:30 |
expansion of bed in fluidized bed
|
#1 |
New Member
Achyut Takalkar
Join Date: Nov 2009
Location: Roorkee
Posts: 17
Rep Power: 17 |
hi everybody
i have simulated unsteady fluidized bed at different superficial velocities and got result. now i want to plot a graph of expansion of bed vs superficial velocity. does fluent contain any option (xy plot) and how to determine any expansion of bed for a perticular superficial velocity. thanks in advance. |
|
November 24, 2011, 11:34 |
UNsteady state modeling of fluidized bed...
|
#2 |
New Member
Rajesh Choudhary
Join Date: Nov 2011
Location: Alwar, Rajasthan, India
Posts: 7
Rep Power: 15 |
You wrote that you finished your simulation and got results but not graphs. I am also doing the simulation using eulerian model but not able to get the results...please help me..can u please send me the data used by you for simulation using fluent....its very urgent for me......
thanks |
|
September 26, 2013, 11:49 |
|
#3 |
New Member
temour
Join Date: Sep 2013
Posts: 6
Rep Power: 13 |
in main menu bar of FLUENT u will find "PLOT" which contains XY plots between diffrnt variables, hope u will find thr.................
i am also doing the same but didn't got results i.e. contours of volume fraction are not as required, can u send me the detail of ur modeling, its urgent, i shall be very thankful to u |
|
February 16, 2016, 07:21 |
not able to seperate solid region from fluid region
|
#4 |
New Member
raj sekhar
Join Date: Jul 2015
Location: vizianagram andhrapradesh india
Posts: 2
Rep Power: 0 |
hey guys i am doing cfd modelling of fludised bed using icem cfd and fluent 15.
my problem is i am not getting seperate regions for solid and fluid i defined them correctly,i read the case displayed the mesh,from the bottom of the bed to a height of 0.177m i made a coarser mesh.i initialized the solution then ,in calculation activies i defined the void fraction when i clicked display then the whole coloumn became red ,actually it should be red upto the beight of the solid region and blue upto the fluid region.when i started calculations the countours are changing from the bottom(inlet) whereas it should change from the top od the solid region..i am not getting seperate parts fluids and solids but in mesh its showing two diffrent regions..anyone please help its my final sem project..thank u |
|
April 22, 2024, 03:17 |
|
#5 | |
New Member
Sagar Kumar
Join Date: Apr 2024
Posts: 2
Rep Power: 0 |
Quote:
|
||
June 15, 2024, 09:34 |
|
#6 |
New Member
hulenan
Join Date: Jun 2024
Posts: 9
Rep Power: 2 |
hello,May I ask if you now know how to solve this problem?
|
|
June 17, 2024, 03:28 |
|
#7 |
Senior Member
Marcin
Join Date: May 2014
Location: Poland, Swiebodzin
Posts: 313
Rep Power: 13 |
Fluent itself doesn't have a dedicated function to directly plot bed expansion vs. superficial velocity. However, you can achieve this by utilizing built-in features and potentially a User Defined Function (UDF) depending on your approach. Here are two methods you can consider:
**Method 1: Using Derived Variables and XY Plots** 1. **Monitor Bed Height:** Use a report or monitor to track the average height of the fluidized bed during the simulation at each superficial velocity. You can achieve this by: * **Volume Fraction Integration:** Define a virtual box encompassing the bed and integrate the solid phase volume fraction (alpha_s) across its height. The integral value will be proportional to the bed height. * **Interface Tracking (Optional):** If the interface between the dense and dilute phases is well-defined, you can track the location of this interface to determine the bed height. This might require a UDF for more complex scenarios. 2. **Calculate Expansion Ratio:** After obtaining the bed height at each superficial velocity, calculate the bed expansion ratio. This is typically defined as the ratio between the expanded bed height (during fluidization) and the initial bed height (before fluidization). 3. **XY Plot:** Create an XY plot in Fluent. On the X-axis, plot the superficial velocity and on the Y-axis, plot the calculated bed expansion ratio. This will visualize the behavior of the bed expansion with changes in velocity. **Method 2: Using User Defined Function (UDF)** This method offers more flexibility but requires some programming knowledge in C. Here's the general idea: 1. Develop a UDF that calculates the bed height using a similar approach as outlined in Method 1 (volume or interface tracking). 2. The UDF can then store the calculated bed height and the corresponding superficial velocity in user-defined memory (UDM) locations. 3. After the simulation, use a report or define a custom function to access the UDM locations and calculate the bed expansion ratio at each superficial velocity. 4. Finally, create an XY plot as described in Method 1. **Choosing the Right Method:** * **Method 1** is simpler and doesn't require coding. However, it might need additional configuration based on your specific bed geometry and simulation setup. * **Method 2** offers more control over the calculation and can handle complex scenarios. However, it requires UDF development which might be more challenging. **Additional Tips:** * Ensure consistency in how you define and measure the bed height across different simulations. * Consider averaging the bed height data over a period of stable fluidization to minimize the impact of transient fluctuations. * Consult Fluent documentation and online resources for detailed information on volume fraction integration and UDF development. By applying these methods, you can create the desired plot visualizing the relationship between bed expansion and superficial velocity in your fluidized bed simulations.
__________________
Quick Tips and Tricks, Tutorials FLuent/ CFX (CFD) https://howtooansys.blogspot.com/ |
|
August 10, 2024, 04:33 |
|
#8 |
Member
Mattia de\' Michieli Vitturi
Join Date: Mar 2009
Posts: 51
Rep Power: 17 |
Hi,
as regards **Volume Fraction Integration:**, I think that if you integrate the volume fraction of solids, you obtain the total volume of solids, which is constant and not proportional to the bed height. An alternative approach could be to computed the average height of solids, and then multiplying the average height by two. This, I think, should give a good approximation of the bed height. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
unsteady fluidized bed | achy7pch | FLUENT | 1 | August 13, 2010 09:27 |
how to define static bed height for fluidized bed | mohamad | CFX | 6 | July 28, 2010 15:46 |
Fluidized bed simulation | Siaw Khur | CFX | 3 | July 28, 2010 15:42 |
2D fluidized bed mesh and definition files | amscosta | CFX | 3 | June 23, 2009 19:20 |
Flow behaviour of fluidized bed | venkat | FLUENT | 1 | September 3, 2008 22:16 |