File tree Expand file tree Collapse file tree
SU2_CFD/include/variables Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,19 +367,6 @@ class CNEMOEulerVariable : public CVariable {
367367 */
368368 bool CheckNonPhys (su2double *V);
369369
370- /* !
371- * \brief Recompute the extrapolated quantities, after MUSCL reconstruction,
372- * in a more thermodynamically consistent way.
373- * \param[in] V - primitve variables.
374- * \param[out] d*dU - reconstructed secondaryvariables.
375- * \param[out] val_eves - reconstructed eve per species.
376- * \param[out] val_cvves - reconstructed cvve per species.
377- * \param[out] Gamma - reconstructed gamma.
378- */
379- su2double ComputeConsistentExtrapolation (su2double *V, su2double* dPdU,
380- su2double* dTdU, su2double* dTvedU,
381- su2double* val_eves,su2double* val_cvves);
382-
383370 /* ---------------------------------------*/
384371 /* --- Specific variable routines ---*/
385372 /* ---------------------------------------*/
You can’t perform that action at this time.
0 commit comments