#include "cs_defs.h"
Go to the source code of this file.
Functions | |
void | cs_turbulence_rotation_correction (const cs_real_t dt[], cs_real_t rotfct[], cs_real_t ce2rc[]) |
Compute rotation/curvature correction for eddy-viscosity models. More... | |
void cs_turbulence_rotation_correction | ( | const cs_real_t | dt[], |
cs_real_t | rotfct[], | ||
cs_real_t | ce2rc[] | ||
) |
Compute rotation/curvature correction for eddy-viscosity models.
This function is called for the linear eddy viscosity RANS models, when irccor = 1 is verified.
[in] | dt | time step (per cell) |
[out] | rotfct | rotation function of Spalart-Shur correction at cell center |
[out] | ce2rc | modified ce2 coeficient of Cazalbou correction at cell center |