Subroutine GRP2GRP

Calculates the heat flow through all the conductances from element groupa to element groupb.

Calling convention:

call grp2grp(groupa,groupb,t,gg,r,c,htflow,maxno,nocon,par)
Arguments Data type Input/Output Description
groupa Character*7 Call The name of the first group. Positive heat flow is from groupa to groupb. The name is 7 characters long, pad with spaces if required.
groupb Character*7 Call The name of the second group. Positive heat flow is from groupa to groupb. The name is 7 characters long, pad with spaces if required.
htflow Real(10) Return Heat flow description.
  • htflow(1) - The heat flow through conductive conductances.
  • htflow(2) - The heat flow through radiative conductances.
  • htflow(3) - The heat flow through forced convection conductances.
  • htflow(4) - The heat flow through free convection conductances.
  • htflow(5) - The heat flow through 1-way radiative conductances.
  • htflow(6) - The heat flow through 1-way conductive conductances.
  • htflow(7) - The heat flow through linear convective conductances.
  • htflow(8) - The heat flow through CFD related conductances.
par Real(4) Call Control of results printing to the report log file.
  • par(1) - If par(1)=1 then heat flows are printed.

  • par(2) - If par(2)=1 then heat flows through individual conductances are printed.

  • par(3) set to 0.

  • par(4) set to 0.

t Real Call t(j) is the temperature of the internal element j, for internal element numbers ≤maxn1+maxn2.
gg Real Call gg(j) is the current value of the resistance j, that is, the inverse of the conductance J. If J is a radiative conductance, then gg(j) is the inverse of its current linearized value, that is, the temperature difference between its elements divided by the heat flow through it.
r Real Call The conductance parameter of conductance J.
c Real Call c(i) is the capacitance of internal element i. Temperatures of elements with c(i) < 0 are not computed with the normal heat balance equations. MCV elements and sink elements are assigned c(i) < 0.
maxno Real Call The number of elements (maxn0 = maxn1 + maxn2).
nocon Real Call The number of conductances (cannot be changed).