We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d687fa commit bc5245bCopy full SHA for bc5245b
1 file changed
SU2_CFD/src/solvers/CAdjNSSolver.cpp
@@ -39,6 +39,8 @@ CAdjNSSolver::CAdjNSSolver(CGeometry *geometry, CConfig *config, unsigned short
39
ifstream restart_file;
40
string filename, AdjExt;
41
42
+ adjoint = true;
43
+
44
su2double RefArea = config->GetRefArea();
45
su2double RefDensity = config->GetDensity_FreeStreamND();
46
su2double Gas_Constant = config->GetGas_ConstantND();
0 commit comments