JakobCHR.com
 
Quick Navigation:
 
Personal:
 Go to Home
 MS Research
 PhD Research
 Curriculum Vitae

General:
 Linux

Soon to come:
 Matlab
 On-line Stores
 Cycling
 Medicine & Health
 LaTeX
 OOP & C++
 Sony PCM-R500 DAT


next up previous contents index
Next: Implementing function-functions Up: The structure of the Previous: The structure of the   Contents   Index

Main calculational procedure, core_hydraulics

In this section we will present a very short description of the calculational steps involved in the calculation of the core hydraulics8.2. The details of the calculations are complicated by the pressence of both grid spacers and the void departure phenomenon--this is a good reason for not going into detail with the discussion.

The function which calculates the core flow solution is called, core_hydraulics. The most important steps in the function is illustrated in Figure 8.1.

\begin{figure}
% latex2html id marker 30654\rule{\textwidth}{0.2mm}
\rule{0cm}...
...}{}\hspace{0.15ex}_{i+1}$\ is defined by (\protect\ref{state_def}).}\end{figure}

The only detail we will consider in this section is the problem of calculating the bulk (mixing cup) liquid temperature, $T_\ell$. This quantity has vital importance especially during subcooled boiling where the density of the bulk liquid is calculated from the property function $\rho_\ell(p,T)$. When we have calculated (or estimated) the state at point zi, $\hspace{0.2ex}\underline{s}{}\hspace{0.15ex}_i$, and the mixure enthalpy at point i, $\mbox{$<\!{h}\!>$}_i$, we can calculate the bulk liquid temperature either from a curve fit of the form

\begin{displaymath}
T_{\ell,i} = fcn(h_{\ell,i},p_i)
\end{displaymath} (8.1)

where $h_\ell$ is the buld liquid enthalpy [J/kg] or from an equation of state

\begin{displaymath}
dh = c_p(p,T) dT + (1-\beta T)\frac{dp}{\rho}
\end{displaymath} (8.2)

where cp is the specific heat at constant pressure [J/(kg$\cdot$K)] and $\beta$ is the thermal expansion coefficient [1/K].

Since we do not have access to a curve fit of the form (8.1) we calculate the temperature on the basis of an equation of state in the implementation. However, as we will see shortly the equation of state method is as accurate as the curve fit method and fully sufficient for our purposes.

According to White [28, Table 1-4] we have

\begin{displaymath}
\vert 1 - \beta T \vert < 1.23 \qquad {\mbox{for}} \qquad p_{\mbox{\protect\scriptsize sat}} \le 98.6 {\mbox{
bar}}
\end{displaymath} (8.3)

for saturated water which for $dp = 0.5 {\mbox{ bar}}$ implies

\begin{displaymath}
\vert (1 - \beta T) \frac{dp}{\rho} \vert < 90 {\mbox{ J/kg}}
\end{displaymath} (8.4)

The 90 J/kg is negligible when we compare the specific enthalpy of water at saturation, hf, which satisfies

\begin{displaymath}
h_f > 10^6 {\mbox{ J/kg}} \qquad {\mbox{for}} \qquad p_{\mbox{\protect\scriptsize sat}} > 33 {\mbox{ bar}}
\end{displaymath} (8.5)

We can conclude that we can rightfully use the following very accurate approximation for water

\begin{displaymath}
dh \simeq c_p(p,T) dT
\end{displaymath} (8.6)

or equivalently

\begin{displaymath}
dT \simeq \frac{1}{c_p(p,T)} dh
\end{displaymath} (8.7)

In the implementation we use (8.7) in the following way

\begin{displaymath}
T_{\ell,i} = \int\limits_{z_{i-1}}^{z_i} \frac{1}{c_p(p,T)} dh +
T_{\ell,i-1}
\end{displaymath} (8.8)

which is approximated by the second order accurate approximation

\begin{displaymath}
T_{\ell,i}^{(k+1)} = \frac{1}{2} \left( \frac{1}{c_p(p_i,T_...
...\ell,i} -
\mbox{$<\!{h_\ell}\!>$}_{\ell,i-1} ) + T_{\ell,i-1}
\end{displaymath} (8.9)

the bulk liquid specific enthalpy, $\mbox{$<\!{h_\ell}\!>$}_{\ell,i}$, is calculated by equation (6.98) (see p. [*]). Notice that (8.9) defines a fixed point iteration scheme for the solution of $T_{\ell,i}$ with the superscripts are iteration numbers as usual. It can be shown that this scheme is convergent for $T_{\ell,i}-T_{\ell,i-1} \le 100\mbox{${}^\circ\mbox{C}$}$.


next up previous contents index
Next: Implementing function-functions Up: The structure of the Previous: The structure of the   Contents   Index  
 
 
 
Revision 2.0, Copyright © 1999-2004 Jakob Christensen
http://www.JakobCHR.com
E-Mail: webmaster@JakobCHR.com
Top Quality
Developed with

Danish
Brain Power
Linux Powered!