Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the Pre-Analysis step, we'll review the following:

  • Mathematical model: (e.g.: We We'll look at the governing equations + boundary conditions and the assumptions contained within the mathematical model.)
  • Numerical solution procedure in ANSYS: (e.g.: We We'll briefly overview the solution strategy used by ANSYS and contrast it to the hand calculation approach.)
  • Hand-calculations of expected results: (e.g.: We We'll use an analytical solution of the mathematical model to predict the expected stress field from ANSYSparticle velocity at the blade tip. We'll pay close attention to additional assumptions that have to be made in order to obtain an analytical solution.)

...

Mathematical Model 

Governing Equations

The governing equations are the continuity and Navier-Stokes equations. These equations are written in a steady rotating frame of reference. This has the advantage of making our simulation not require a moving mesh. 

This form of the Navier Stokes equations has additional terms, namely the centripetal acceleration term and the Coriolis term. The equations that we will use looks as follow:

Conservation of mass:

Wiki Markup
{latex}
\begin{equation*}
\frac{\partial \rho}{\partial t}+\nabla \cdot \rho \vec{v}^{\,}_r =0
\end{equation*}
{latex}

Conservation of Momentum (Navier-Stokes):

Wiki Markup
{latex}
\begin{equation*}
\nabla \cdot (\rho \vec{v}^{\,}_r \vec{v}^{\,}_r)+\rho(2 \vec{\omega}^{\,} \times \vec{v}^{\,}_r+\vec{\omega}^{\,} \times \vec{\omega}^{\,} \times \vec{r}^{\,})=-\nabla p +\nabla \cdot \overline{\overline{\tau}}_r
\end{equation*}
{latex}

 

    

Wiki Markup
{latex}$vec{v}^{\,}_r)${latex}

is the relative velocity (the velocity viewed from the moving frame) and

Wiki Markup
{latex}$vec{\omega}^{\,})${latex}
Note

Under Construction

Numerical Solution Procedure in ANSYS

...