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.
|
par
|
Real(4) | Call | Control of results printing to the report log file.
|
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). |
