Adding stirring force acting on the fluid

  • Context: Graduate 
  • Thread starter Thread starter muffinman123
  • Start date Start date
  • Tags Tags
    Fluid Force
Click For Summary

Discussion Overview

The discussion revolves around modeling the effects of a stirring rod on fluid motion within a smoothed particle hydrodynamics (SPH) framework. Participants explore how to effectively incorporate stirring forces into their numerical simulations, particularly in relation to fluid mechanics principles and computational fluid dynamics (CFD).

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant inquires about calculating the motion of fluid due to a stirring rod, emphasizing the use of SPH and the need for the rod to effectively drag the fluid particles.
  • Another participant suggests that the problem should be approached using continuum fluid dynamics and the Navier-Stokes equations, highlighting the importance of the non-slip boundary condition.
  • A request for procedural guidance on solving the problem using Navier-Stokes equations is made, indicating a lack of familiarity with fluid mechanics.
  • One participant recommends a textbook for background on fluid mechanics and discusses the complexities of handling moving boundaries in computational fluid dynamics.
  • A participant expresses concern about integrating stirring effects into their existing SPH program, questioning the feasibility of describing the force applied by the stirring rod.
  • Another participant proposes using solutions for flow past an infinite cylinder to approximate the force, referencing drag coefficients and Reynolds numbers.
  • A request for existing force data on fluid stirring is made, noting challenges with measuring small forces in practical experiments.

Areas of Agreement / Disagreement

Participants generally agree that the problem requires a more sophisticated approach than simple collision detection, with multiple competing views on how to effectively model the stirring force and its effects on fluid motion. The discussion remains unresolved regarding the best method to integrate these effects into the existing SPH framework.

Contextual Notes

Participants express uncertainty regarding the application of the Navier-Stokes equations and the integration of stirring forces into their numerical solutions. There are also limitations noted in measuring small forces experimentally, which may affect the ability to validate models.

muffinman123
Messages
17
Reaction score
0
when you stir fluid in a beaker of fluid, how is the motion on the fluid by the stirring rod calculated?

the fluid is represented using smoothed particle hydrodynamics lagrangian method so that I can look at fluid as a bunch of spheres interacting with each other through a sort of force field.

so now I try to add stirring motion into this, and so far I only have collision detection implemented using penalty force, and the results do not reflect the stirring motion because the fluid particles do not get dragged by the stick at all.

how should the stirrind rod transfer its motion into the pool of spheres and drag the fluid with it?
 
Physics news on Phys.org
muffinman123 said:
when you stir fluid in a beaker of fluid, how is the motion on the fluid by the stirring rod calculated?

the fluid is represented using smoothed particle hydrodynamics lagrangian method so that I can look at fluid as a bunch of spheres interacting with each other through a sort of force field.

so now I try to add stirring motion into this, and so far I only have collision detection implemented using penalty force, and the results do not reflect the stirring motion because the fluid particles do not get dragged by the stick at all.

how should the stirrind rod transfer its motion into the pool of spheres and drag the fluid with it?

This is not the way to model the fluid mechanics of a stirring rod in a fluid. You should be using continuum fluid dynamics, and treating the material as a Newtonian fluid (viscous fluid). The boundary condition with any solid is zero velocity difference at the boundary (the so-called non-slip boundary condition). This is a routine problem for computational fluid dynamics software. The equations solved are the Navier Stokes equations.
 
can you link me to the procedure to approach this problem? I realized too that this must be solved in the Navier Stokes equation, not just simple collision detection like walls and stuff, but I don't know how the forces work in that perspective since I am pretty new to fluid mechanics myself. thx
 
Last edited:
To get some good background on fluid mechanics, see Transport Phenomena by Bird, Stewart, and Lightfoot. This is not an elementary problem to solve. The computational fluid dynamics people first started getting solutions to problems like this (and ones with more complicated industrial stirrers) only about 20-30 years ago. You have a moving boundary, which is always hard to handle. You are interested in getting the load on the stirrer. They calculate that. All the detailed mathematics is done by the software, using the finite element method. One of the things it calculates (among many) is the stress tensor at the stirrer surface. It then properly integrates the stresses to get the load. I suggest you google computational fluid dynamics software if you are really serious about doing this problem. There may also be articles in the literature by people who have already solved similar problems. I'm sure that the CFD software vendors would be happy to accommodate you, but it probably won't be cheap.
 
thing is, I already have SPH program, is there no reasonable way to add the effects of the stirring force into my numerical solution?

my lagrangian navier stokes equation is already much simplified. the momentum equation has 3 terms, pressure, viscosity, and external force.

surely there must be a way to describe the force the stirring rod applies to the fluid at that location in that velocity and acceleration.
 
Last edited:
To get a first approximation to the force, you might consider the solutions available for flow past an infinite cylinder. This is the same as the solution for movement (at constant speed) of a cylinder through a stationary fluid. The drag force on a cylinder is presented in the literature in terms of the drag coefficient as a function of the Reynolds number. Google drag on a cylinder.
 
just wondering, is there any place where I can find existing force data on fluid stirring? I have a force sensor but it won't register anything under a Newton. stirring water won't even beat the noise values, so I am hoping there are existing data I can use as reference
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 34 ·
2
Replies
34
Views
11K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 2 ·
Replies
2
Views
3K