Question about 2D spray problem #525
-
Hello everyone! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The spray droplet equations are included in the PelePhysics documentation. These are shared by PeleLMeX and PeleC, which is why they are not documented here. There is no need for a grid in the z-direction for 2D simulations with spray. This PR #521 demonstrates single droplet evaporation in 2D. |
Beta Was this translation helpful? Give feedback.
-
I truly appreciate your response. However, given the inherently three-dimensional nature of the droplet, how is the size handled in the unsimulated dimension (i.e., the z-direction)? Is it set to a unit length of 1 m in LM, while in PELEC it is assumed to be 1 cm instead? |
Beta Was this translation helpful? Give feedback.
This is a classic case of how 2D simulations of 3D things can be weird. @baperry2 and I have been discussing this and found an error in the gas phase source terms from the evaporating spray. Currently the source terms in 2D are per unit area, but mathematically they need to be per unit volume. The question then becomes what is that volume?
While we could set dz = dx and assume a narrow domain in the z-direction, this ignores the effect of Stefan flow in the z-direction, which dominates the flow field in quiescent flow cases. We're going to be looking into this more, but please let us know if you have ideas!