Answer:
= 28800 Pa or 28.8 kPa
Explanation: To determine the pressure of a liquid in a rotating tank,it is used:
p =
- γfluid . z + c
where:
is the liquid's density
w is the angular velocity
r is the radius
γfluid.z is the pressure variation due to centrifugal force.
For this question, the difference between a point on the circumference and a point on the axis will be:
=
- γfluid.
- (
- γfluid.
)
=
- γfluid(
-
)
Since there is no variation in the z-axis, z = 0 and that the density of oil is 0.9.10³kg/m³:
= 

= 28800
The difference in pressure between two points, one on the circumference and the other on the axis is
= 28800 Pa or 28.8 kPa
Answer:
The governing ratio for thin walled cylinders is 10 if you use the radius. So if you divide the cylinder´s radius by its thickness and your result is more than 10, then you can use the thin walled cylinder stress formulas, in other words:
- if
then you have a thin walled cylinder
or using the diameter:
- if
then you have a thin walled cylinder
Explanation:
1. A sequence of instructions is stored in memory.
2. The memory address wherever the first instruction is found is copied to the instruction pointer.
3. The CPU sends the address within the instruction pointer to memory on the address bus.
4. The CPU sends a “read” signal to the control bus.
5. Memory responds by sending a copy of the state of the bits at that memory location on the
data bus, that the CPU then copies into its instruction register.
6. The instruction pointer is automatically incremented to contain the address of the next
instruction in memory.
7. The CPU executes the instruction within the instruction register.
8. Go to step 3
Steps 3, 4, and 5 are called an instruction fetch. Notice that steps 3 – 8 constitute a cycle, the instruction execution cycle. It is shown graphically below.
A DMA controller can generate memory addresses and initiate memory read or write cycles. It contains several hardware registers that can be written and read by the CPU. These include a memory address register, a byte count register, and one or more control registers.