Skip to content

Commit 651af7c

Browse files
author
rois1995
committed
- Added comments
1 parent 25fb369 commit 651af7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SU2_CFD/include/numerics/turbulent/transition/trans_sources.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ class CSourcePieceWise_TransSLM final : public CNumerics {
525525
F_onset_Here = F_onset;
526526

527527
if (options.CrossFlow) {
528+
529+
// Taken from Vallinayagam Pillai, S., & Lardeau, S. (2017). "Accounting crossflow effects in one-equation
530+
// local correlation-based transition model."" In 8th AIAA Theoretical Fluid Mechanics Conference (p. 3159).
528531

529532
// Computation of shape factor
530533
const su2double k = 0.25 - lambda_theta;
@@ -540,6 +543,7 @@ class CSourcePieceWise_TransSLM final : public CNumerics {
540543
if(H < 2.3) {
541544
Re_Crit_CF = 150.0;
542545
} else {
546+
// Correct from paper since for H = 2.3 it was not continuous if a minus sign is added here
543547
Re_Crit_CF = (300.0/PI_NUMBER) * atan(0.106/(pow(H-2.3, 2.05)));
544548
}
545549

0 commit comments

Comments
 (0)