The minimum inclination of a surface

In summary, an IT student is working on a project to automate the dispensing of grains on a given schedule. The system uses Arduino to dispense servings of grains. The problem is figuring out what the minimum angle the side of the container should incline at so that the grains slide down easily. The system also needs to be able to hold a maximum of 5 kg of grains and the container needs to be completely empty once all the servings of grain have been dispensed. The system also needs to be able to adjust the inclination and height of the whole system based on whatever needed.
  • #1
Quill
2
0
I am an IT student and working on a project, an automated system. It's not for a physics class. I can't say exactly what the system can do. But it uses Arduino to dispense servings of grains on a given schedule. I am more of a programmer than a physicist, I am looking for help on this.

1. Homework Statement

The problem is knowing what the minimum angle the side of the container should incline at, so that the grains will be able to slide down through a tube using gravity. Let's say that an individual grain ranges from 4-7 mm and weighs about 0.028 g. The container will be able to hold up to 5 kg of these grains. One serving will contain around 340 g of grains. The container needs to be completely empty once all the servings of grain has been dispensed, which can take about half or more of a month. That is about 14-15 servings.
jc9Zd54.png

What makes this more difficult is that the grains aren't one whole solid object. There will be thousands of grains inside the container. So when the container reaches nearly empty, It'll be difficult knowing how much of an angle (at a minimum) the surface needs to be inclined at to let the few amounts of grain that are left to slide easily without the added weight of the other grains.

Given data:
Grain size = 4-7 mm
Grain weight = 0.028 g
Max weight of grains = 5 kg
Required data:
Minimum inclined angle = X degrees

Homework Equations


I am not good at physics. But from researching, this might be a relevant equation:
X = sin^-1 (ax / g)
ax = acceleration on x-axis
g = gravity

The Attempt at a Solution


I need help with this. I am not even sure if I got the correct equation for my problem.

Also, the reason I am looking for the minimum angle is to help figure out how much space I can work with for other objects that I might put under the container. So I can adjust the inclination based on the minimum for how much space I might need. And also to help adjust the height of the whole system based on whatever needed.
 

Attachments

  • jc9Zd54.png
    jc9Zd54.png
    1.4 KB · Views: 539
Physics news on Phys.org
  • #2
Quill said:
I am an IT student and working on a project, an automated system. It's not for a physics class. I can't say exactly what the system can do. But it uses Arduino to dispense servings of grains on a given schedule. I am more of a programmer than a physicist, I am looking for help on this.

1. Homework Statement

The problem is knowing what the minimum angle the side of the container should incline at, so that the grains will be able to slide down through a tube using gravity. Let's say that an individual grain ranges from 4-7 mm and weighs about 0.028 g. The container will be able to hold up to 5 kg of these grains. One serving will contain around 340 g of grains. The container needs to be completely empty once all the servings of grain has been dispensed, which can take about half or more of a month. That is about 14-15 servings.
View attachment 234792
What makes this more difficult is that the grains aren't one whole solid object. There will be thousands of grains inside the container. So when the container reaches nearly empty, It'll be difficult knowing how much of an angle (at a minimum) the surface needs to be inclined at to let the few amounts of grain that are left to slide easily without the added weight of the other grains.

Given data:
Grain size = 4-7 mm
Grain weight = 0.028 g
Max weight of grains = 5 kg
Required data:
Minimum inclined angle = X degrees

Homework Equations


I am not good at physics. But from researching, this might be a relevant equation:
X = sin^-1 (ax / g)
ax = acceleration on x-axis
g = gravity

The Attempt at a Solution


I need help with this. I am not even sure if I got the correct equation for my problem.

Also, the reason I am looking for the minimum angle is to help figure out how much space I can work with for other objects that I might put under the container. So I can adjust the inclination based on the minimum for how much space I might need. And also to help adjust the height of the whole system based on whatever needed.
I assume your algorithm will hold the gate open for a fixed time, so one issue may be having the grains flow at the same rate at each serving. Fortunately, grains do not behave quite like a fluid.
Conversely, grains are apt to jam in the aperture.
I don't think theoretical physics is going to help much. It will take trial and error, using the specific grain in question. Even humidity may affect it.
 
  • #3
haruspex said:
I assume your algorithm will hold the gate open for a fixed time, so one issue may be having the grains flow at the same rate at each serving.
I was planning on making the tube that holds the released grains a certain size, as in the tube will hold 1 serving. So the container will release the grains into a tube that is already 1 serving size. When the container dispenses, the serving size tube at the end will stop the flow. I'll test how long it takes for the tube to fill up, and use that to adjust the algorithm for how long it should keep the gate open.

haruspex said:
Conversely, grains are apt to jam in the aperture.
True, I've been trying to find/think of a design that can prevent that.By the way, I haven't yet created the system. Right now I am designing the blueprint before implementation. Anyways, thanks! :biggrin:
 
  • #4
Quill said:
I was planning on making the tube that holds the released grains a certain size, as in the tube will hold 1 serving. So the container will release the grains into a tube that is already 1 serving size. When the container dispenses, the serving size tube at the end will stop the flow.
Won't that create a problem closing the valve?
 
  • #5
The pet feeders I've seen have used a paddle wheel arrangement at the bottom of the chute. It serves as both metering agent and valve. As the wheel turns it moves a fixed quantity to the exit while the backside of the paddles serve to block the passage from more pellets. I've not seen them in cross section, but I imagine such a section might look something like this:

upload_2018-11-28_15-59-55.png


Edit: Oh, I should mention that the paddles were made of a flexible plastic material so that pellets cannot jam the rotation by getting wedged.
 

Attachments

  • upload_2018-11-28_15-59-55.png
    upload_2018-11-28_15-59-55.png
    1.6 KB · Views: 497
Last edited:
  • Like
Likes Quill
  • #6
gneill said:
The pet feeders I've seen have used a paddle wheel arrangement at the bottom of the chute. It serves as both metering agent and valve. As the wheel turns it moves a fixed quantity to the exit while the backside of the paddles serve to block the passage from more pellets. I've not seen them in cross section, but I imagine such a section might look something like this:

View attachment 234816

Edit: Oh, I should mention that the paddles were made of a flexible plastic material so that pellets cannot jam the rotation by getting wedged.
Can't put my finger on why, but intuitively I expected the rotation to be the other way.
 
  • Like
Likes gneill
  • #7
haruspex said:
Can't put my finger on why, but intuitively I expected the rotation to be the other way.
I think that you may be right. Perhaps it's less likely for a jam to occur against a smooth surface transition. I drew the diagram from a "static" memory of what I saw looking down into the maw of the hopper, I didn't view it in operation. I believe that your intuition is correct. Thanks.
 

Related to The minimum inclination of a surface

What is the minimum inclination of a surface?

The minimum inclination of a surface refers to the minimum angle at which a surface must be tilted in order for an object placed on it to start sliding. This angle is also known as the angle of repose.

How is the minimum inclination of a surface measured?

The minimum inclination of a surface can be measured using various instruments such as an inclinometer or a protractor. It can also be calculated using trigonometric functions by measuring the height and length of the surface.

What factors affect the minimum inclination of a surface?

The minimum inclination of a surface can be affected by several factors such as the type of surface (smooth or rough), the weight and shape of the object placed on it, and the presence of external forces such as friction or gravity.

Why is knowing the minimum inclination of a surface important?

Knowing the minimum inclination of a surface is important in various fields such as engineering, construction, and material handling. It helps in determining the stability and safety of structures and objects placed on inclined surfaces.

Can the minimum inclination of a surface be changed?

Yes, the minimum inclination of a surface can be changed by altering the factors that affect it. For example, by increasing the friction between the surface and the object, the minimum inclination can be increased, making it harder for the object to slide.

Similar threads

  • Introductory Physics Homework Help
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
5
Views
382
  • Introductory Physics Homework Help
2
Replies
63
Views
2K
  • Introductory Physics Homework Help
Replies
11
Views
4K
  • Introductory Physics Homework Help
Replies
4
Views
18K
  • Introductory Physics Homework Help
2
Replies
36
Views
4K
  • Introductory Physics Homework Help
Replies
18
Views
1K
Replies
4
Views
2K
  • Introductory Physics Homework Help
Replies
19
Views
2K
Back
Top