hey thanks for the point's i really needed them.. Cheers!
adhrtftgHDSRFDdhrgdrgfsdhrgfa
Answer and Explanation:
The crack formation growth that takes place in an environment corrosive.
Stress corrosion cracks can be defined as the spontaneous failures of the metal alloy as a result of the combined action of corrosion and high tensile stress.
Some of the characteristic features of stress corrosion cracks are:
- These occur at high temperatures.
- Occurrence of failures in metals mechanically.
- Occurrence of sudden and unexpected failures under tensile stress.
- The rate of work hardening of the metal alloy is high.
- Time
- An environment that is specific for stress corrosion cracking.
Answer:
t= 4.5 mm
Explanation:
Given that
P = 520 KPa ( gauge)
Maximum allowable normal stress ,σ= 150
d= 2.6 m
Wall thickness = t
The normal stress for pressure vessel given as
( hoop stress)
We always take maximum stress for safe design.

Now by putting the values

t= 4.5 mm
So the minimum thickness, t, of the wall is 4.5 mm
Answer: material resources: cameras, light detection and ranging systems, radar, sensors, advanced GPS, and millions of miles of training data, and more
I don't know about the intellectual resources sorry
Answer:
Explanation:
var generator = new Random(1);
// Now the nextGaussian() function returns a normal distribution of random numbers with the following parameters: a mean of zero and a standard deviation of one
var draw = function() {
var num = generator.nextGaussian();
var standardDeviation = 60;
var mean = 2003;
// Multiply by the standard deviation and add the mean.
var x = standardDeviation * num + mean;
noStroke();
fill(214, 159, 214, 10);
ellipse(x, 200, 16, 16); };
Hope this will be helpful