Answer:
Technicians A is right for the answer
Answer:
250.7mw
Explanation:
Volume of the reservoir = lwh
Length of reservoir = 10km
Width of reservoir = 1km
Height = 100m
Volume = 10x10³x10³x100
= 10⁹m³
Next we find the volume flow rate
= 0.1/100x10⁹x1/3600
= 277.78m³/s
To get the electrical power output developed by the turbine with 92 percent efficiency
= 0.92x1000x9.81x277.78x100
= 250.7MW
Answer:
Explanation gives the answer
Explanation:
% Using MATLAB,
% Matlab file : fieldtovar.m
function varargout = fieldtovar(S)
% function that accepts single structure as input, assigning each
% of the field values to user-defined variables
fields = fieldnames(S); % get the field names of the input structure
% check if number of user-defined variables and number of fields in
% structure are equal
if nargout == length(fields)
% if equal assign each value of structure to user-defined varable
for i=1:nargout
varargout{i} = getfield(S,fields{i});
end
else
% if not equal display an error message
error('The number of output variables does not equal the number of fields');
end
end
%This brings an end to the program
Answer:You are correct, no need to change.
Explanation:
Explanation:
Diesel cycle:
All diesel engine work on diesel cycle .In diesel cycle there are four process .These processes are as follows
1. Adiabatic reversible compression
2.Heat addition at constant pressure
3.Adiabatic reversible expansion
4.Constant volume heat rejection
In general compression ratio in diesel engine is high as compare to petrol engine.But the efficiency of diesel cycle is less as compare to petrol cycle for same compression ratio.
Applications of diesel cycle:
Generally diesel cycle used for heavy vehicle or equipment because heavy vehicle or equipment is required high initial torque.So this cycle have lots of applications such as in industrial machining,in trucks,power plant,in mining ,in defense or military,large motors ,compressor and pump etc.