Answer:
go on google and type NCEER book answers
Answer:
See explanation
Explanation:
Given:
Initial pressure,
p
1
=
15
psia
Initial temperature,
T
1
=
80
∘
F
Final temperature,
T
2
=
200
∘
F
Find the gas constant and specific heat for carbon dioxide from the Properties Table of Ideal Gases.
R
=
0.04513
Btu/lbm.R
C
v
=
0.158
Btu/lbm.R
Find the work done during the isobaric process.
w
1
−
2
=
p
(
v
2
−
v
1
)
=
R
(
T
2
−
T
1
)
=
0.04513
(
200
−
80
)
w
1
−
2
=
5.4156
Btu/lbm
Find the change in internal energy during process.
Δ
u
1
−
2
=
C
v
(
T
2
−
T
1
)
=
0.158
(
200
−
80
)
=
18.96
Btu/lbm
Find the heat transfer during the process using the first law of thermodynamics.
q
1
−
2
=
w
1
−
2
+
Δ
u
1
−
2
=
5.4156
+
18.96
q
1
−
2
=
24.38
Btu/lbm
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
Here’s some of them
6. J
7. I
10. O
13. F
14. E
15. N