A single-phase, isothermal one-equation turbulence model by Spalart-Allmaras. More...
#include <dumux/common/properties.hh>
#include <dumux/freeflow/properties.hh>
#include <dumux/freeflow/turbulencemodel.hh>
#include <dumux/freeflow/rans/model.hh>
#include <dumux/freeflow/nonisothermal/iofields.hh>
#include "fluxvariables.hh"
#include "indices.hh"
#include "localresidual.hh"
#include "problem.hh"
#include "volumevariables.hh"
#include "iofields.hh"
Go to the source code of this file.
Single-phase Reynolds-Averaged Navier-Stokes flow.
A single-phase, isothermal Reynolds-Averaged Navier-Stokes model.
This model implements a single-phase, isothermal Reynolds-Averaged Navier-Stokes model, solving the momentum balance equation
The effective viscosity is composed of the fluid and the eddy viscosity:
.
This model, published by Spalart and Allmaras 1992 [82], uses one additional PDE for a working variable
Here, as proposed by Wilcox [95] and Versteeg [92], the correction term which account for the transition or trip, is dropped from the original equations, such that the balance equation simplifies to:
Here, a modified mean effective strain rate (
This balance equation is linked to the flow geometry by the distance to the closest wall ($y$). Further, the model uses the following functions and expressions:
Namespaces | |
namespace | Dumux |
namespace | Dumux::Properties |
The energy balance equation for a porous solid. | |
namespace | Dumux::Properties::TTag |
Type tag for numeric models. | |