Replies: 3 comments 6 replies
|
Converting this to a discussion. |
|
In https://www.researchgate.net/publication/231143777_Measurement_of_surface_tension_by_the_dripping_from_a_needle they used a needle + dripping to measure the surface tension. The average diameter for 50 droplets with 0.88 g would be approximately 3.2 mm (Demineralized water and spherical droplets assumed, see Table 2). So maybe a good default value would be SURFACE_DIAMETER=3000, what do you think? If you need a specific type of measurement, I can also spray water against a surface or something else and collect the droplets. Counting the number of droplets and measuring the total weight would also give a good default value. |
|
Ok I see what you mean, the SURFACE_DIAMETER is set when the particle is hitting the surface, not when it is leaving the surface. What about using two values? SURFACE_DIAMETER can stay at it was before, and an additional DRIP_DIAMETER can be used for the dripping? This would match with the description from the user guide, p. 229 "However, when the droplet leaves the solid surface in the form of a “drip,” it reforms into a droplet, and its new diameter can be specified via SURFACE_DIAMETER on the PART line in units of μm." E.g. in part.f90 approx. l.2540 something such as: |
Uh oh!
There was an error while loading. Please reload this page.
Hi FDS-Team,
we simulated lots of water mist in recent years. During the latest project (hot aisle spray pattern simulation in a data center), I noticed something unexpected. If the water hits components (e.g. large pipes and other components in the spray path), it can drop down from these components. But if no value for SURFACE_DIAMETER is set, the droplets use the same diameter as they had before. Meaning a 100 micrometer droplet will stay a 100 micrometer droplet.
If the air is moving below (e.g. 5 m/s), you will get a completely different distribution at the floor level or in the air volume due to this as the real droplets would be much larger and less affected by the air. I noticed you can set the SURFACE_DIAMETER manually to adjust, but doesn't it make sense to use a standard value here to get more reasonable results with the standard setting? E.G. SURFACE_DIAMETER=2000?
I have not found any discussions in Github/google groups on this, and I expect that most people in the industry are using the unset SURFACE_DIAMETER value. What do you think?
All reactions