Answer:
3270 N/m^2
Explanation:
we can calculate the pressure difference between the bottom and surface of the tank by applying the equation for the net vertical pressure
Py = - Ph ( g ± a )
for a downward movement
Py = - Ph ( g - a ) ------ ( 1 )
From the above data given will be
p = 1000 kg/m^3, h = 2/3 * 0.5 = 0.33 m , a =2g , g = 9.81
input values into equation 1 becomes
Py = -Ph ( g - 2g ) = Phg ------ ( 3 )
Py = 1000 * 0.33 * 9.81
= 3270 N/m^2
Explanation:
Conduction:
Heat transfer in the conduction occurs due to movement of molecule or we can say that due to movement of electrons in the two end of same the body. Generally, phenomenon of conduction happens in the case of solid . In conduction heat transfer takes places due to direct contact of two bodies.
Convection:
In convection heat transfer of fluid takes place due to density difference .In simple words we can say that heat transfer occur due to motion of fluid.
Using the knowledge of computational language in python it is possible to write a code that writes a list and defines the arrange.
<h3>Writing code in python:</h3>
<em>def isSorted(lyst):</em>
<em>if len(lyst) >= 0 and len(lyst) < 2:</em>
<em>return True</em>
<em>else:</em>
<em>for i in range(len(lyst)-1):</em>
<em>if lyst[i] > lyst[i+1]:</em>
<em>return False</em>
<em>return True</em>
<em>def main():</em>
<em>lyst = []</em>
<em>print(isSorted(lyst))</em>
<em>lyst = [1]</em>
<em>print(isSorted(lyst))</em>
<em>lyst = list(range(10))</em>
<em>print(isSorted(lyst))</em>
<em>lyst[9] = 3</em>
<em>print(isSorted(lyst))</em>
<em>main()</em>
See more about python at brainly.com/question/18502436
#SPJ1
Answer:
t = 2244.3 sec
Explanation:
calculate the thermal diffusivity


Temperature at 28 mm distance after t time = = 50 degree C
we know that

![\frac{ 50 -25}{300-25} = erf [\frac{28\times 10^{-3}}{2\sqrt{1.34\times 10^{-5}\times t}}]](https://tex.z-dn.net/?f=%5Cfrac%7B%2050%20-25%7D%7B300-25%7D%20%3D%20erf%20%5B%5Cfrac%7B28%5Ctimes%2010%5E%7B-3%7D%7D%7B2%5Csqrt%7B1.34%5Ctimes%2010%5E%7B-5%7D%5Ctimes%20t%7D%7D%5D)

from gaussian error function table , similarity variable w calculated as
erf w = 0.909
it is lie between erf w = 0.9008 and erf w = 0.11246 so by interpolation we have
w = 0.08073
![erf 0.08073 = erf[\frac{3.8245}{\sqrt{t}}]](https://tex.z-dn.net/?f=erf%200.08073%20%3D%20erf%5B%5Cfrac%7B3.8245%7D%7B%5Csqrt%7Bt%7D%7D%5D)

solving fot t we get
t = 2244.3 sec