Ok. Makes sense. So here is what I did (using fds 5.3.0 svn 3193,
although also did it with one of the 5.2.1 modules with similar
results):
&SPEC ID='Smoke',MW=28.8,MASS_EXTINCTION_COEFFICIENT=8700. /
&VENT
XB=25.171,25.171,9.81701,11.1886,15.6975,16.8405,RGB=255,0,0,IOR=-1,SURF_ID='hotsmoke' /
area 1.5677 m2
&SURF ID='hotsmoke',RGB=255,255,0,TMP_FRONT=500.0,MASS_FLUX(1)
=0.000876,MASS_FLUX(0)=4.650924 /
By doing this, I have created a vent blowing smoke at a mass flux of
0.000876 kg/s and background species at 4.650924 kg/s. All fine, and
what I plan on doing is adjusting the mass flux of the background
species as necessary to match whatever overall velocity I want.
Again, all fine. To complicate things, though, I put the following
lines in my input file to check what the vent is doing:
&DEVC
ID='input2_smoke',XB=25.1,25.1,9.81701,11.1886,15.6975,16.8405,QUANTITY='MASS
FLUX X',STATISTICS='AREA INTEGRAL',SPEC_ID='Smoke'/
&DEVC
ID='input2_mass',XB=25.1,25.1,9.81701,11.1886,15.6975,16.8405,QUANTITY='MASS
FLOW -' /
&DEVC
ID='input2_volume',XB=25.1,25.1,9.81701,11.1886,15.6975,16.8405,QUANTITY='VOLUME
FLOW -' /
&DEVC
ID='input2_heat',XB=25.1,25.1,9.81701,11.1886,15.6975,16.8405,QUANTITY='HEAT
FLOW -' /
&DEVC ID='input2_vel',XYZ=25.1,10.5028,16.269,QUANTITY='VELOCITY' /
&DEVC ID='input2_uvel',XYZ=25.1,10.5028,16.269,QUANTITY='U-
VELOCITY' /
&DEVC ID='input2_vvel',XYZ=25.1,10.5028,16.269,QUANTITY='V-
VELOCITY' /
&DEVC ID='input2_wvel',XYZ=25.1,10.5028,16.269,QUANTITY='W-
VELOCITY' /
After the flow has started up and stabilized, I get the following
output:
kg/s/m2 kg/s m3/s kW m/s m/s m/s m/s
input2_smoke input2_mass input2_volume input2_heat input2_vel
input2_uvel input2_vvel input2_wvel
-0.0006756 7.1811069 15.6978490 3548.5069000 9.4148583 -9.3886389
0.1028782 0.2237604
There are a few things I don't understand about this output. First,
the mass flux of smoke is 0.0006756 kg/s/m2 * 1.5677 m2 = 0.001059
which is higher than what I specified. Second, the total mass flow is
more than the smoke and background species input to flow out of the
vent. Potentially from whatever was already in the cells. Of further
concern is the volume flow is 15.69785 m3/s which is a velocity of
10.01 m/s but the velocity from the prob there indicates the velocity
is 9.41 m/s.
So I guess I have 2 questions. First, is my strategy for input make
sense? Secondly, can you explain the output in terms of the input?
Perhaps I am misunderstanding, otherwise it may be a bug in which case
I'll submit to the issue tracker. Thanks for all the help, the
discussions are quite useful.