Replies: 3 comments 15 replies
-
|
Ultimately, you need to show grid independence of your result. But within reason, you should aim for a y+ of O(100), which puts your first off wall grid cell in the log layer. Any other length scales in your problem need 10-20 cell for resolution. With a wind tunnel that is 9 cm tall, you probably need to be using 1-5 mm grid cells in z. |
Beta Was this translation helpful? Give feedback.
-
|
I have another question, and I would really appreciate your help. To evaluate the turbulence resolution M(x), I need to define devices (DEVCs) for the quantities U-VELOCITY, V-VELOCITY, W-VELOCITY, and SUBGRID KINETIC ENERGY. My question is: to obtain the value for a single computational cell, should I specify XB as a plane in one direction? If XB covers the entire domain, will the output represent a volume-averaged value? And is it possible to define a DEVC at a single point inside the domain? |
Beta Was this translation helpful? Give feedback.
-
|
If you ask for U-VELOCITY, V-VELOCITY, W-VELOCITY for a DEVC in a location XYZ, FDS will figure out the cell I,J,K where that point is located and give you the face velocities I,J,K in x, y and z directions respectively. These are the "high side" faces for that cell, in the staggered mesh. The SUBGRID KINETIC ENERGY will be the cell value for cell I,J,K. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Dear developers,
Hello, I have a question and it would be highly appreciated if you could help me answer it.
In my simulation, the computational setup represents a small wind tunnel with dimensions of 0.6 m (x-direction) × 0.26 m (y-direction) × 0.09 m (z-direction). Air flow enters the tunnel at a velocity of 1 m/s, and a pine needle fuel bed is positioned at the center of the chamber.
How should the Reynolds number be properly defined for this configuration both for the boundary layer and around the particles, and what criterion or metric is typically used in Large Eddy Simulation (LES) to verify that the large-scale turbulent eddies are adequately resolved in such fire-simulation domains?
My focus mainly is on the metric that can be used for the LES.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions