Skip to content

Commit 2a6cf7f

Browse files
Update SU2_CFD/src/variables/CIncNSVariable.cpp
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
1 parent 2736dc1 commit 2a6cf7f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

SU2_CFD/src/variables/CIncNSVariable.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ CIncNSVariable::CIncNSVariable(su2double pressure, const su2double *velocity, su
3737
DES_LengthScale.resize(nPoint) = su2double(0.0);
3838
Max_Lambda_Visc.resize(nPoint);
3939

40-
/*--- Allocate memory for the AuxVar+gradient of eddy viscosity mu_t ---*/
40+
/*--- Allocate memory for the AuxVar and its gradient. See e.g. CIncEulerSolver::Source_Residual:
41+
* Axisymmetric: total-viscosity * y-vel / y-coord
42+
* Streamwise Periodic: eddy viscosity (mu_t) ---*/
4143
if (config->GetAxisymmetric() ||
4244
(config->GetStreamwise_Periodic_Temperature() && (config->GetKind_Turb_Model() != NONE))) {
4345
nAuxVar = 1;

0 commit comments

Comments
 (0)