Troubleshooting Evaporation Simulation for Flash Animation: Tips and Suggestions

  • Thread starter Thread starter Steger
  • Start date Start date
  • Tags Tags
    Evaporation
AI Thread Summary
The discussion centers on challenges faced in creating a flash animation to illustrate evaporation at a liquid surface using molecular dynamics. Initial attempts with Lennard-Jones and hard-sphere models were unsuccessful, leading to considerations of a model incorporating attractive potentials to simulate forces from liquid atoms. Suggestions include using Blender for realistic illustrations, leveraging its physics engine and fluid dynamics capabilities, which may yield better results than flash animation. The conversation also highlights the need to understand the interactive forces necessary for simulating evaporation, emphasizing the importance of kinetic energy and environmental factors like humidity. Ultimately, the goal is to find an effective partial differential equation to model the forces between particles for accurate evaporation simulation.
Steger
Messages
31
Reaction score
0
I'm looking to do a little flash animation illustrating evaporation at a surface however I've been having a lot of trouble implementing this.

My initial Lennard-Jones approach was a disaster. I then tried hard-spheres and this wasn't really any better. I've considered something like a hard spheres model with some sort of attractive potential drawing particles to the surface, something like 1/(y_surface-y_particle)^n which would sort of simulate the coulomb or dipole force from all the atoms within the liquid. However, it all just ends up being chaos. Does anyone have any suggestions as to what a simple model might be that will illustrate the largest velocity particles in a liquid leaving the surface? Thanks in advance
 
Physics news on Phys.org
It's not my field of interest but I might provide some insight. I strongly suggest you to take a look at Blender (blender.org) if you want realistic illustrations. It has real world physics engine also fluid dynamics packs which will be enough for your need. It is an easy to learn gaming engine and will provide much better results than a flash animation. All the macroscopic mechanical phenomenas can be visually and precisely represented by the aid of this approach. When I first heard about it I didn't care that much because a gaming engine is a gaming engine and thought can not be used for scientific or research purposes/illustrations but it turned out that it has more potential than I could imagine. It's free and has a linux version - which was more than enough for us.

Some basic searching yielded to ;



Hope that helps.
 
Last edited by a moderator:
y33t said:
It's not my field of interest but I might provide some insight. I strongly suggest you to take a look at Blender (blender.org) if you want realistic illustrations. It has real world physics engine also fluid dynamics packs which will be enough for your need. It is an easy to learn gaming engine and will provide much better results than a flash animation. All the macroscopic mechanical phenomenas can be visually and precisely represented by the aid of this approach. When I first heard about it I didn't care that much because a gaming engine is a gaming engine and thought can not be used for scientific or research purposes/illustrations but it turned out that it has more potential than I could imagine. It's free and has a linux version - which was more than enough for us.

Some basic searching yielded to ;



Hope that helps.


Thanks for the link but I'm not quite sure what the relevance is. I'm trying to figure out the interactive force needed to do a molecular dynamics simulation that illustrates evaporation. This appears to be a graphics engine, regardless of how pretty the shader effects are on my particle I'd still need to know the interactive force necessary to illustrate evaporation.
 
Last edited by a moderator:
Steger said:
Thanks for the link but I'm not quite sure what the relevance is. I'm trying to figure out the interactive force needed to do a molecular dynamics simulation that illustrates evaporation. This appears to be a graphics engine, regardless of how pretty the shader effects are on my particle I'd still need to know the interactive force necessary to illustrate evaporation.

Liquid molecules will start to earn kinetic energy from the heating/hot surface and will tend to move against gravity. At boiling temperature modelling the system should not be hard. Higher velocity particles will be the first ones to shift to gas phase and you need to know the approximated minimum velocity/heat required for your specific liquid molecules. Problem is evaporation will occur at any temperature also it's rate will change with the humidity level of environment and air flowing in contact surface (liquid - air).

Some digging returned this ;

E = K.A.(Xs - X)

E = amount of evaporated liquid (kg/h)
K = evaporation coefficient (kg/m2h)
v = velocity of air above the liquid surface (m/s)
A = liquid surface area (m2)
Xs = humidity ratio in saturated air at the same temperature as the liquid surface (kg/kg)
X = humidity ratio in the air (kg/kg)

Once you find E you can get to number of molecules evaporated.
 
y33t said:
Liquid molecules will start to earn kinetic energy from the heating/hot surface and will tend to move against gravity. At boiling temperature modelling the system should not be hard. Higher velocity particles will be the first ones to shift to gas phase and you need to know the approximated minimum velocity/heat required for your specific liquid molecules. Problem is evaporation will occur at any temperature also it's rate will change with the humidity level of environment and air flowing in contact surface (liquid - air).

Some digging returned this ;

E = K.A.(Xs - X)

E = amount of evaporated liquid (kg/h)
K = evaporation coefficient (kg/m2h)
v = velocity of air above the liquid surface (m/s)
A = liquid surface area (m2)
Xs = humidity ratio in saturated air at the same temperature as the liquid surface (kg/kg)
X = humidity ratio in the air (kg/kg)

Once you find E you can get to number of molecules evaporated.

Again, I am trying to do a MOLECULAR DYNAMICS simulation of evaporation. If you don't know what this is (and yet you posted anyways) an example animation can be found here http://en.wikipedia.org/wiki/Kinetic_theory The difficulty comes in finding the partial differential equation that governs the force between the particles that I can discretize to effectively simulate the evaporation of a liquid at a surface.
 
Thread 'Gauss' law seems to imply instantaneous electric field'
Imagine a charged sphere at the origin connected through an open switch to a vertical grounded wire. We wish to find an expression for the horizontal component of the electric field at a distance ##\mathbf{r}## from the sphere as it discharges. By using the Lorenz gauge condition: $$\nabla \cdot \mathbf{A} + \frac{1}{c^2}\frac{\partial \phi}{\partial t}=0\tag{1}$$ we find the following retarded solutions to the Maxwell equations If we assume that...
I passed a motorcycle on the highway going the opposite direction. I know I was doing 125/km/h. I estimated that the frequency of his motor dropped by an entire octave, so that's a doubling of the wavelength. My intuition is telling me that's extremely unlikely. I can't actually calculate how fast he was going with just that information, can I? It seems to me, I have to know the absolute frequency of one of those tones, either shifted up or down or unshifted, yes? I tried to mimic the...
Back
Top