Skip to content

Commit a413c79

Browse files
committed
Merge branch 'base_flow_variable' of https://github.com/su2code/SU2 into base_flow_variable
2 parents 00d7a2f + 2a6cf7f commit a413c79

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)