Total temperature

Properties

  • Wrapper around the fixed condition to set the static pressure from a definition of the total pressure
  • Applicable to the pressure field

Usage

The condition sets the temperature at the patch \( T_p \) based on a specification of the total temperature, \( T_0 \):

\[ T_p = \frac{T_0}{1 + \frac{\gamma - 1}{2 \gamma} \psi \mag{\u}^2} \]

The Field file entries:

<patchName>
{
    type            totalTemperature;
    gamma           1.4;
    T0              uniform 800;

    // Optional entries
    U               U;
    phi             phi;
    psi             thermo:psi;
}

Further information

Source code:


Would you like to suggest an improvement to this page? Create an issue

Copyright © 2017 OpenCFD Ltd.

Licensed under the Creative Commons License BY-NC-ND Creative Commons License