SuperFINIX theory manual

From Kraken Wiki
Revision as of 14:51, 16 July 2019 by Jussi Peltonen (talk | contribs) (Temperature from FINIX to SuperFINIX)
Jump to: navigation, search


Field transfers from SuperFINIX meshes to FINIX meshes

Power from SuperFINIX to FINIX

SuperFINIX receives power densities in blocks that have to be discretized in the radial nodes of FINIX. This discretization is based on assumption that the number of axial elements remains unchanged before and after the discretization. Therefore the discretization is only performed in the radial dimension. The main solvers in FINIX assume linear scaling of power density (and most other variables) between two nodal points. Because of this assumption, the power densities in nodes have to adjusted when integrating over a volume element that is spanned by two radial nodes in different power density blocks. This conserves the total power over the volumes of single elements as well as the whole fuel rod volume. As such, the following condition has to hold true for the scenario of Figure 1:

Figure 1: Discretization of a power field in SuperFINIX-FINIX coupling.

 P = \int\limits_{r_i}^{r_{j+1}} \rho_j \cdot 2\pi r h \text{d}r + \int\limits_{r_{j+1}}^{r_{i+1}} \rho_{j+1} \cdot 2\pi r h \text{d}r

 

 

 

 

(1)

and

 P = \int\limits_{r_i}^{r_{i+1}} \left(\rho_i + (r - r_i) \cdot \frac{\rho_{i+1} - \rho_i}{r_{i+1} - r_{i}} \right)\, \cdot 2\pi r h \text{d}r

 

 

 

 

(2)

where:

 P The total power in a volume element,
 r Radial coordinate,
 r_i Radial coordinate of a radial node in FINIX,
 r_j Radial coordinate at the beginning of a power density block in SuperFINIX,
 \rho Power density,
 \rho_i Power density of a radial node in FINIX,
 \rho_j Power density of a block in SuperFINIX,
 h Axial length of the volume element.

Equation 2 can be solved for  \rho_{i+1} to obtain the power densities at all radial nodes as:

 \rho_{i+1}  = \left(\ 1 + \frac{(r_{i+1} - r_i)(r_{i+1}^2 - r_i^2 - \frac{P}{\rho_i \pi h})}{r_i(r_{i+1}^2 - r_i^2)-\frac{2}{3}(r_{i+1}^3 - r_i^3)} \right)\

 

 

 

 

(3)

here P is the total power of the element which can be solved from Equation 1 and the power density of the first node  \rho_1 is always equal to the power density of the first block.

Temperature from FINIX to SuperFINIX

FINIX calculates the fuel temperatures at nodal points, from which temperatures of the SuperFINIX blocks have to be calculated. First the temperatures have to be linearly interpolated to calculate the temperatures at the beginning of each block:

 T'_{j+1} = T_i +  (T_{i+1} - T_i) \frac{r_{j+1} - r_{i}}{r_{i+1}-r_i}

 

 

 

 

(4)

Once the interpolated temperatures  T'_j are known, the average temperature of each block  T_j can be calculated by integrating the linearly scaling temperature over the volume of the block and then dividing it with the total volume. For a block of scenario Figure 2 containing two radial nodes this is done as:

 T_{j} = T_{avg} = \frac{\int\limits_{r_j}^{r_{i}} \left(T'_j + (r - r_j) \cdot \frac{T_{i} - T'_j}{r_{i} - r_{j}} \right)\, \cdot 2\pi r h \text{d}r + \int\limits_{r_i}^{r_{j+1}} \left(T_i + (r - r_i) \cdot \frac{T'_{j+1} - T_i}{r_{j+1} - r_{i}} \right)\, \cdot 2\pi r h \text{d}r}{V_j} =  \frac{\int\limits_{r_j}^{r_{i}} \left(T'_j + (r - r_j) \cdot \frac{T_{i} - T'_j}{r_{i} - r_{j}} \right)\, \cdot 2\pi r h \text{d}r + \int\limits_{r_i}^{r_{j+1}} \left(T_i + (r - r_i) \cdot \frac{T'_{j+1} - T_i}{r_{j+1} - r_{i}} \right)\, \cdot 2\pi r h \text{d}r}{\pi (r_{j+1}^2 - r_{j}^2) h}

 

 

 

 

(5)

 = \frac{\left( T'_j -  (T_{i} - T'_j) \frac{r_j}{r_{i} - r_{j}}\right)\ (r_i^2 - r_j^2) + \frac{2}{3}\frac{T_{i} - T'_j}{r_{i} - r_{j}}(r_{i}^3 - r_j^3) + \left( T_i -  (T'_{j+1} - T_i) \frac{r_i}{r_{j+1} - r_{i}}\right)\ (r_{j+1}^2 - r_i^2) + \frac{2}{3}\frac{T'_{j+1} - T_i}{r_{j+1} - r_{i}}(r_{j+1}^3 - r_i^3)}{r_{j+1}^2 - r_{j}^2}

Figure 2: Calculation of a temperature field in FINIX-SuperFINIX coupling.