-
Hello FDS community, I am trying to model a H2 leak within a compartment and I am trying to make a comparison between I wrote two different computation txt files and run them separately but I get different results ( Below the two different lines which should, as far as I understand the guide, give the same results (but which do not, so I am wrong somewhere) Case 1
Case 2
In order to calculate the H2 Leak [kg/s] = 0.01474 kg/s VOLUME_FLOW = 0.01474 / 0.08988 = 0.1639 If I understand correctly MASS_FLUX (which run with Do you know where I am wrong in the calculation ? Below the two FDS file in case of need (MFR is the case with MASS_FLUX). Thank you by advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Read 10.1.6 in the User's Guide |
Beta Was this translation helpful? Give feedback.
-
Make sure your calculations are correct for the H2 density at 1 atmosphere and 80 C. For the wall you have three boundary conditions: temperature, species mass fraction, and velocity. Temperature and species (along with the pressure inside the domain) define the density. How much mass of a species enters follows the species transport equation. That has two transport terms an advective term and a diffiusive term. When you specifiy the velocity the mass the enters is the mass from the velocity plus an diffusion if there is a gradient between the wall BC and the gas cell. This can result in more or less mass than expected. When you specify mass flux, the wall BC for velocity and species is set to guarantee the mass flux. |
Beta Was this translation helpful? Give feedback.
-
I found this old reply on the former FDS forum and I think it can answer my issue. [https://groups.google.com/g/fds-smv/c/7duLnLEG4I4] In that topic, Sir David Sheppard says that it has concerned regarding the use of You already replied this issue with the same explaination I also noted in the User's guide paragraph this line To be faire, I would have thought that in the case of pure gas diffusion (no fire), this BC would not have lead to any issueas there are no temperature variation and therefore imposing a constant volume should not lead to such deviation comparing with MASS_FLUX. Finally, can you confirm me that in the case of such a model, it is better to use Thank you by advance |
Beta Was this translation helpful? Give feedback.
-
As the guide says "To obtain accurate species mass flux at a boundary, use MASS_FLUX." |
Beta Was this translation helpful? Give feedback.
As the guide says "To obtain accurate species mass flux at a boundary, use MASS_FLUX."