Skip to content

Commit bd44854

Browse files
Removed conjugate heat variables from speciesFlameletSolver as they're not necessary
1 parent b860fd1 commit bd44854

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

SU2_CFD/src/solvers/CSpeciesFlameletSolver.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ CSpeciesFlameletSolver::CSpeciesFlameletSolver(CGeometry* geometry, CConfig* con
6565
for (unsigned long i = 0; i < M; ++i) X[i].resize(N[i], P) = su2double(0.0);
6666
};
6767

68-
/*--- Store the values of the temperature and the heat flux density at the boundaries,
69-
used for coupling with a solid donor cell. ---*/
70-
constexpr auto n_conjugate_var = 4u;
71-
72-
Alloc3D(nMarker, nVertex, n_conjugate_var, conjugate_var);
73-
for (auto& x : conjugate_var) x = config->GetTemperature_FreeStreamND();
74-
7568
/*--- Add the solver name. ---*/
7669
SolverName = "FLAMELET";
7770
}

0 commit comments

Comments
 (0)