Skip to content

Commit ad8a784

Browse files
Update SU2_CFD/src/solvers/CEulerSolver.cpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 0d6ed84 commit ad8a784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/solvers/CEulerSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7359,7 +7359,7 @@ void CEulerSolver::BC_Supersonic_Inlet(CGeometry *geometry, CSolver **solver_con
73597359
if (tkeNeeded) {
73607360
const su2double* Turb_Properties = config->GetInlet_TurbVal(Marker_Tag);
73617361
const su2double Intensity = Turb_Properties[0];
7362-
const su2double Tke = 3.0 / 2.0 * (Velocity2* pow(Intensity, 2));
7362+
const su2double Tke = 3.0 / 2.0 * (Velocity2 * pow(Intensity, 2));
73637363
Energy += Tke;
73647364
}
73657365

0 commit comments

Comments
 (0)