5.4.4. Compressible Volumes
The liquid temperature for a compressible volume other than the outlet plenum is computed as a one-point perfect mixing model. If cover gas is present, its contribution to the liquid temperature is ignored because of the small heat capacity of the gas, and the calculation is carried out as though no gas were present. In Eq. (5.3-8) of Section 5.3.1 for the liquid pressure calculation in a compressible volume, the heat flow from the walls was ignored. Here in the liquid temperature calculation it is included in the energy balance equation.
For the temperature calculation, the heat flow is taken as
where
Tw = the compressible volume wall temperature
hw = the effective heat-transfer coefficient
Aw = the compressible volume wall area
θ2w = the degree of implicitness
T3 = the liquid temperature at the beginning of the subinterval
T4 = the liquid temperature at the end of the sub-interval
Esrc = heat flow to the liquid from other components
Also, the wall temperature is determined by
where
mw = the mass of the compressible volume wall
cw = the heat capacity of the compressible volume wall
Tsnk = the temperature of a heat sink representing heat loss to sodium or air outside the compressible volume, as discussed in Section 5.4.6
Hsnk = the heat transfer coefficient from the compressible volume wall to the heat sink
Combining Eq. (5.4-80) and Eq. (5.4-81) gives
for the wall temperature at the end of the time interval.
The ∑¯woutTout term in Eq. (5.3-8) involves a compressible volume liquid temperature averaged over the time step. For the hydraulic calculations in Section 5.2, this term is evaluated using the temperature at the beginning of the step as the average; but for the compressible volume temperature calculations this term is evaluated as
where the summation is over all liquid segments, i, in which the flow is out of the compressible volume. Then
where
T3ex, T4ex = the temperature of the liquid leaving liquid segment k at the beginning and end of the time semiinterval
In Eq. (5.4-85) and Eq. (5.4-86) the k summations are over all liquid segments in which the flow is out of the compressible volume. Combining Eq. (5.3-8), Eq. (5.4-82), and Eq. (5.4-84) gives
where
Esrc = a heat source due heat transfer other components the volume liquid, as Section 5.4.6.
In the code, first Eq. (5.4-87) is solved for T4; and then Eq. (5.4-82) is solved for Tw4.
5.4.4.1. Thick-Walled Compressible Volumes
In the traditional CV temperature calculation, described above, the compressible volume wall is assumed to have a uniform or time independent temperature profile. This approximation is valid when the wall thickness is thin and the heat capacity of the wall is much less than the heat capacity of the coolant. In the case of a thick compressible volume wall, i.e. the reactor vessel wall, users have the ability to model the temperature evolution within the wall. This option, referred to as the thick-walled compressible volume modeling option, utilizes the same pressure and flow calculations as the traditional CV, hereafter referred to as the thin-walled CV option, but explicitly accounts for the heat transfer through the wall using a nodal approach, shown in Figure 5.4.4.

Figure 5.4.4 Geometric representation of a thin-walled (top) and thick-walled (bottom) compressible volume.
A thick-walled compressible volume is divided into s nodes. The first and last node are considered surface nodes, which are half the thickness of the inner nodes. At this time, the material properties within the wall are assumed to be temperature independent and the heat transfer area between each node is constant. The boundary conditions at the inner and outer surface of the wall utilize Newton’s law of cooling. It is assumed that no heat generation occurs within the CV wall. The temperature solution of the CV coolant is consistent between the thin-walled and thick-walled implementation.
5.4.4.1.1. Basic Equations
By combining Eq. (5.3-7) and Eq. (5.4-84), the conservation of energy equation for a thick-walled CV liquid can be written as
By replacing the average wall temperature, with the wall surface temperature Eq. (5.4-80) can be written as
where
Tw1,3 Tw1,4 = the compressible volume wall inner surface temperature at the beginning and end of the time step
A similar energy balance can be performed at the inner surface of the compressible volume wall.
where
and
Tw2,3 Tw2,4 = the compressible volume wall temperature at node j=2 at the beginning and end of the time step
k = the compressible volume wall thermal conductivity
s = the number of wall nodes
dx = the compressible volume wall node thickness, tWalls−1
mcw1 = mcws = the compressible volume wall surface node heat capacity, MCpwall2(s−1)
The energy balance for the inner wall node, j, will follow a similar pattern
where
mcwj = the compressible volume wall inner node heat capacity, MCpwalls−1
Finally, the energy balance for the outer surface node can be written
Eq. (5.4-93) through Eq. (5.4-101) can be rearranged into a tri-diagonal matrix with s+1 rows. Each transient time step, SAS solves for the temperature of the coolant and wall nodes using standard tri-diagonal inversion in subroutine INVRT3. During steady state initialization, an adiabatic boundary condition is applied at the outer surface of the CV wall. As a result, all wall node temperatures can be set to the coolant temperature.
5.4.4.2. CV Input Description
Variable |
Description |
---|---|
Number of CVs in the primary loop. |
|
Number of CVs in the secondary loop. |
|
Compressible volume type. |
|
Number of sequential CVs with a common cover gas. |
|
First CV with common cover gas. |
Variable |
Description |
---|---|
Table ID for the thick-wall CV table. |
Variable |
Range |
Description |
---|---|---|
>0.0 |
Total volume, liquid+gas |
|
/- |
Volume pressure expansion coefficient |
|
/- |
Volume temperature expansion coefficient |
|
/- |
Reference height for liquid pressure. |
|
>=0.0 |
Area of liquid-gas interface. |
|
>=0.0 |
Initial steady-state gas temperature, if present. |
|
/- |
Liquid pressure expansion coefficient |
|
/- |
Liquid temperature expansion coefficient |
|
/- |
Wall-coolant heat transfer coefficient |
|
>0.0 |
CV Wall surface area |
|
>0.0 |
Heat capacity of the CV wall |
Column Label |
Range |
Description |
---|---|---|
ICV |
> 0 |
ID of CV using a thick-walled approximation. |
nNodes |
> 2 |
Number of wall nodes in the thick wall approximation. |
kWall |
>=0.0 |
Wall thermal conductivity. |
tWall |
>=0.0 |
Wall thickness |
Example thick-wall table input:
TABLE <id> ThickWallInput
ICV nNodes kWall tWall
3 4 32.4 0.05
6 3 16.2 0.05
END