|
My Project
programmer's documentation
|
Computing rotation/curvature correction for eddy-viscosity models. The subroutine is called for the linear eddy viscosity RANS models, when the option irccor = 1 is verified. More...
Functions/Subroutines | |
| subroutine | rotcor (dt, rotfct, ce2rc) |
Computing rotation/curvature correction for eddy-viscosity models. The subroutine is called for the linear eddy viscosity RANS models, when the option irccor = 1 is verified.
Two type of rotation/curvature correction are computed, depending on the specific eddy-viscosity model:


| subroutine rotcor | ( | double precision, dimension(ncelet) | dt, |
| double precision, dimension(ncel) | rotfct, | ||
| double precision, dimension(ncel) | ce2rc | ||
| ) |
| [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 |