- #1
diegolas
- 2
- 0
Hi all,
This is my first post and my background is in Computer Science, so pardon me if my terminology is not correct or even I sound ignorant Physics-wise :)
Anyways, I implemented a semi-Lagrangian based Navier-Stokes (NS) solver and it's running smoothly on a CUDA-capable GPU and I wondered if you guys can help me with something I noticed (maybe it's a law or maybe I'm just wrong).
Question: I got the impression from watching how fluids behave in real life (and for instance in the beach), and I think the fluid near the solid interface (e.g. sand for that matter) moves faster than the one on top? Is it true? Why is it? Intuitively I thought it may have to do with the delta in the viscosity (say, solid/sand - water interface), so the fluid "slips" more easily? If so, if I was to generalize the fact, is it true that the water near the solid moves faster than the one in "the middle" and near the air (maybe if we assume ideal conditions, no gravity, etc)?
Is there any law describing this? I mean, probably can be guessed from NSE but I was wondering if this has any fancy name.
Could you please recommend me literature so I can dig in more about this? I don't have access to ScienceDirect right now, and I'm not probably buying any book in the near future, so if it's not too much asking, I'd like to suggest you guys point me to papers available online?
Cheers,
Diego
This is my first post and my background is in Computer Science, so pardon me if my terminology is not correct or even I sound ignorant Physics-wise :)
Anyways, I implemented a semi-Lagrangian based Navier-Stokes (NS) solver and it's running smoothly on a CUDA-capable GPU and I wondered if you guys can help me with something I noticed (maybe it's a law or maybe I'm just wrong).
Question: I got the impression from watching how fluids behave in real life (and for instance in the beach), and I think the fluid near the solid interface (e.g. sand for that matter) moves faster than the one on top? Is it true? Why is it? Intuitively I thought it may have to do with the delta in the viscosity (say, solid/sand - water interface), so the fluid "slips" more easily? If so, if I was to generalize the fact, is it true that the water near the solid moves faster than the one in "the middle" and near the air (maybe if we assume ideal conditions, no gravity, etc)?
Is there any law describing this? I mean, probably can be guessed from NSE but I was wondering if this has any fancy name.
Could you please recommend me literature so I can dig in more about this? I don't have access to ScienceDirect right now, and I'm not probably buying any book in the near future, so if it's not too much asking, I'd like to suggest you guys point me to papers available online?
Cheers,
Diego