Answer:
The horizontal conductivity is 41.9 m/d.
The vertical conductivity is 37.2 m/d.
Explanation:
Given that,
Thickness of A = 8.0 m
Conductivity = 25.0 m/d
Thickness of B = 2.0 m
Conductivity = 142 m/d
Thickness of C = 34 m
Conductivity = 40 m/d
We need to calculate the horizontal conductivity
Using formula of horizontal conductivity

Put the value into the formula


We need to calculate the vertical conductivity
Using formula of vertical conductivity

Put the value into the formula


Hence, The horizontal conductivity is 41.9 m/d.
The vertical conductivity is 37.2 m/d.
Answer:
Complete question is:
write the following decorators and apply them to a single function (applying multiple decorators to a single function):
1. The first decorator is called strong and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <strong> and </strong> to the argument of the decorator. The return value of the wrapper should look like: return “<strong>” + func() + “</strong>”
2. The decorator will return the wrapper per usual.
3. The second decorator is called emphasis and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <em> and </em> to the argument of the decorator similar to step 1. The return value of the wrapper should look like: return “<em>” + func() + “</em>.
4. Use the greetings() function in problem 1 as the decorated function that simply prints “Hello”.
5. Apply both decorators (by @ operator to greetings()).
6. Invoke the greetings() function and capture the result.
Code :
def strong_decorator(func):
def func_wrapper(name):
return "<strong>{0}</strong>".format(func(name))
return func_wrapper
def em_decorator(func):
def func_wrapper(name):
return "<em>{0}</em>".format(func(name))
return func_wrapper
@strong_decorator
@em_decorator
def Greetings(name):
return "{0}".format(name)
print(Greetings("Hello"))
Explanation:
Answer:
- Moisture/ water content w = 26%
Explanation:
- Initial mass of saturated soil w1 = mass of soil - weight of container
= 113.27 g - 49.31 g = 63.96 g
- Final mass of soil after oven w2 = mass of soil - weight of container
= 100.06 g - 49.31 g = 50.75
Moisture /water content, w =
=
= 0.26 = 26%
Void ratio = water content X specific gravity of solid
= 0.26 X 2.80 =0.728
Explanation:
The end-use industries of thermochromic materials include packaging, printing & coating, medical, textile, industrial, and others. Printing & coating is the fastest-growing end-use industry of thermochromic materials owing to a significant increase in the demand for thermal paper for POS systems. The use of thermochromic materials is gaining momentum for interactive packaging that encourages consumers to take a product off the shelf and use it.