Measuring momentum flux in FDS

76 views
Skip to first unread message

Vijayananda Vivek Devananda

unread,
Sep 28, 2023, 1:41:03 PM9/28/23
to FDS and Smokeview Discussions
Dear friends,

I am trying to measure momentum due to the passage of a mixture of gases through a window. I am able to measure the mass flux through the area using AREA_INTEGRAL. However, if I am getting a momentum value integrated over an area, what velocity should I multiply it with to get the rate of momentum change or the force?  Thank you.

Vijayananda Vivek Devananda

unread,
Sep 28, 2023, 3:32:15 PM9/28/23
to FDS and Smokeview Discussions
I understood that if I need to find momentum coming out through an area in FDS, I need to integrate the momentum flux P" Kg/m-s2 at a point over an area. I am wondering if such a facility is available in FDS.  

Randy McDermott

unread,
Sep 28, 2023, 3:51:26 PM9/28/23
to fds...@googlegroups.com
That specific output is ambiguous.  You could generate those units in several ways.  Presumably, you mean rho*u*u, which is equivalent in FDS to a multiplication of the QUANTITIES 'TOTAL MASS FLUX' and 'U-VELOCITY'.  You could also look at the QUANTITY 'F_X', which contains all the momentum terms.  You would need to read the FDS Tech Guide to see exactly what this represents... it is basically the right hand side of the momentum equation, but it has units of m/s^2, because the RHS has been divided through by density.  Look at the user guide Table 22.4 for a list of other possible "gas phase output quantities".


--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/6646a8b0-41bb-466a-8963-7da4b57c3712n%40googlegroups.com.

Vijayananda Vivek Devananda

unread,
Sep 28, 2023, 4:25:01 PM9/28/23
to FDS and Smokeview Discussions
Thank you so much, Dr. McDermott. 
I have one doubt about what you wrote above. TOTAL_MASS_FLUX is an area-integrated quantity with units kg/s. However, U_VELOCITY is found at a point, right? So how can these two be multiplied together? So shouldn't the momentum flux be found first and integrated over the area? 
Also, if I need to multiply two output quantities can I make FDS report that as a new quantity? or should I work on the XLS files FDS generates? Thanks

Vijay

Randy McDermott

unread,
Sep 28, 2023, 4:28:30 PM9/28/23
to fds...@googlegroups.com
No, total mass flux is rho*u [=] kg/(m^2*s).

You can multiply DEVC outputs using control functions, see FDS user guide 18.2, Advanced Control Functions.

Or... you can output both to a DEVC file and multiply them yourself with Excel or Python.

Vijayananda Vivek Devananda

unread,
Sep 28, 2023, 4:50:21 PM9/28/23
to FDS and Smokeview Discussions
Dear Dr. McDermott,

as shown below, if the total mass flux is integrated over an area, its unit will not have m^-2 right? Please guide me. 
mass_flux.png

Randy McDermott

unread,
Sep 28, 2023, 4:54:30 PM9/28/23
to fds...@googlegroups.com
There is no momentum flux you can just apply the area integral to and get what you want.  You will have to do pointwise multiplication of rho*u (total mass flux in the x direction) with u (velocity in x).  You will have to create an array of such devices and then do the integration manually.

Vijayananda Vivek Devananda

unread,
Sep 28, 2023, 5:25:09 PM9/28/23
to FDS and Smokeview Discussions
Thank you so much Dr. McDermott for the clarification. 

Vijayananda Vivek Devananda

unread,
Sep 28, 2023, 6:55:26 PM9/28/23
to FDS and Smokeview Discussions
Dear Dr. McDermott,

I found that TOTAL MASS FLUX X should be given a SPEC_ID if used at a point (XYZ=........) or it should be given SPATIAL_STATISTIC (such as an area integral), which means it's not possible to get total mass flux x for all species at one point right? Thanks 

mass_flux_error.png

Randy McDermott

unread,
Sep 28, 2023, 8:41:36 PM9/28/23
to fds...@googlegroups.com
Sorry, I was not thinking.  "Total" here means advective plus diffusive.  You are better off just using DENSITY and U-VELOCITY (or 'CELL U')and constructing rho*u*u that way.  Note that the density is stored at cell centers and the velocity is staggered (unless you use 'CELL U').

I am not sure what you are trying to compare.  This will not give you all the momentum, just the advection term.

Vijayananda Vivek Devananda

unread,
Sep 28, 2023, 9:12:27 PM9/28/23
to FDS and Smokeview Discussions
Dear Dr. McDermott, 

I am trying to find out the momentum or the force caused by the hot gases that escape during the backdraft. or in other words what damage the backdraft causes. 

What if I use TOTAL MASS FLUX for each gas combined with the U_VEL? I will get the total x momentum for that gas, right? I can do that for all species and sum them up. 

Randy McDermott

unread,
Sep 28, 2023, 10:10:38 PM9/28/23
to fds...@googlegroups.com
You could sum all the SPEC_ID just using MASS FLUX (not TOTAL) and combine that with U-VELOCITY.  But I would use DENSITY and (CELL U)^2.

Reply all
Reply to author
Forward
0 new messages