@@ -1046,41 +1046,6 @@ class CEulerSolver : public CFVMFlowSolverBase<CEulerVariable, COMPRESSIBLE> {
10461046 */
10471047 inline void SetTotal_DC60 (su2double val_Total_DC60) final { Total_DC60 = val_Total_DC60; }
10481048
1049- /* !
1050- * \brief Value of the characteristic variables at the boundaries.
1051- * \param[in] val_marker - Surface marker where the coefficient is computed.
1052- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1053- * \return Value of the pressure coefficient.
1054- */
1055- inline su2double *GetDonorPrimVar (unsigned short val_marker, unsigned long val_vertex) const final {
1056- return DonorPrimVar[val_marker][val_vertex];
1057- }
1058-
1059- /* !
1060- * \brief Value of the characteristic variables at the boundaries.
1061- * \param[in] val_marker - Surface marker where the coefficient is computed.
1062- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1063- * \return Value of the pressure coefficient.
1064- */
1065- inline void SetDonorPrimVar (unsigned short val_marker,
1066- unsigned long val_vertex,
1067- unsigned short val_var,
1068- su2double val_value) final {
1069- DonorPrimVar[val_marker][val_vertex][val_var] = val_value;
1070- }
1071-
1072- /* !
1073- * \brief Value of the characteristic variables at the boundaries.
1074- * \param[in] val_marker - Surface marker where the coefficient is computed.
1075- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1076- * \return Value of the pressure coefficient.
1077- */
1078- inline su2double GetDonorPrimVar (unsigned short val_marker,
1079- unsigned long val_vertex,
1080- unsigned short val_var) const final {
1081- return DonorPrimVar[val_marker][val_vertex][val_var];
1082- }
1083-
10841049 /* !
10851050 * \brief Value of the characteristic global index at the boundaries.
10861051 * \param[in] val_marker - Surface marker where the coefficient is computed.
@@ -1104,133 +1069,6 @@ class CEulerSolver : public CFVMFlowSolverBase<CEulerVariable, COMPRESSIBLE> {
11041069 DonorGlobalIndex[val_marker][val_vertex] = val_index;
11051070 }
11061071
1107- /* !
1108- * \brief Value of the characteristic global index at the boundaries.
1109- * \param[in] val_marker - Surface marker where the coefficient is computed.
1110- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1111- * \return Value of the axial force per unit area.
1112- */
1113- inline su2double GetActDisk_Fa (unsigned short val_marker,
1114- unsigned long val_vertex) const {
1115- return ActDisk_Fa[val_marker][val_vertex];
1116- }
1117-
1118- /* !
1119- * \brief Value of the characteristic global index at the boundaries.
1120- * \param[in] val_marker - Surface marker where the coefficient is computed.
1121- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1122- * \return Value of the axial force per unit area.
1123- */
1124- inline void SetActDisk_Fa (unsigned short val_marker,
1125- unsigned long val_vertex,
1126- su2double val_fa) { ActDisk_Fa[val_marker][val_vertex] = val_fa; }
1127-
1128- /* !
1129- * \brief Value of the characteristic global index at the boundaries.
1130- * \param[in] val_marker - Surface marker where the coefficient is computed.
1131- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1132- * \return Value of the x component of the radial and tangential forces per unit area resultant.
1133- */
1134- inline su2double GetActDisk_Fx (unsigned short val_marker,
1135- unsigned long val_vertex) const {
1136- return ActDisk_Fx[val_marker][val_vertex];
1137- }
1138-
1139- /* !
1140- * \brief Value of the characteristic global index at the boundaries.
1141- * \param[in] val_marker - Surface marker where the coefficient is computed.
1142- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1143- * \return Value of the x component of the radial and tangential forces per unit area resultant.
1144- */
1145- inline void SetActDisk_Fx (unsigned short val_marker,
1146- unsigned long val_vertex,
1147- su2double val_fx) { ActDisk_Fx[val_marker][val_vertex] = val_fx; }
1148-
1149- /* !
1150- * \brief Value of the characteristic global index at the boundaries.
1151- * \param[in] val_marker - Surface marker where the coefficient is computed.
1152- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1153- * \return Value of the y component of the radial and tangential forces per unit area resultant.
1154- */
1155- inline su2double GetActDisk_Fy (unsigned short val_marker,
1156- unsigned long val_vertex) const {
1157- return ActDisk_Fy[val_marker][val_vertex];
1158- }
1159-
1160- /* !
1161- * \brief Value of the characteristic global index at the boundaries.
1162- * \param[in] val_marker - Surface marker where the coefficient is computed.
1163- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1164- * \return Value of the y component of the radial and tangential forces per unit area resultant.
1165- */
1166- inline void SetActDisk_Fy (unsigned short val_marker,
1167- unsigned long val_vertex,
1168- su2double val_fy) { ActDisk_Fy[val_marker][val_vertex] = val_fy; }
1169-
1170- /* !
1171- * \brief Value of the characteristic global index at the boundaries.
1172- * \param[in] val_marker - Surface marker where the coefficient is computed.
1173- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1174- * \return Value of the z component of the radial and tangential forces per unit area resultant.
1175- */
1176- inline su2double GetActDisk_Fz (unsigned short val_marker,
1177- unsigned long val_vertex) const {
1178- return ActDisk_Fz[val_marker][val_vertex];
1179- }
1180-
1181- /* !
1182- * \brief Value of the characteristic global index at the boundaries.
1183- * \param[in] val_marker - Surface marker where the coefficient is computed.
1184- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1185- * \return Value of the z component of the radial and tangential forces per unit area resultant.
1186- */
1187- inline void SetActDisk_Fz (unsigned short val_marker,
1188- unsigned long val_vertex,
1189- su2double val_fz) { ActDisk_Fz[val_marker][val_vertex] = val_fz; }
1190-
1191- /* !
1192- * \brief Value of the characteristic global index at the boundaries.
1193- * \param[in] val_marker - Surface marker where the coefficient is computed.
1194- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1195- * \return Value of the pressure coefficient.
1196- */
1197- inline su2double GetActDisk_DeltaP (unsigned short val_marker,
1198- unsigned long val_vertex) const final {
1199- return ActDisk_DeltaP[val_marker][val_vertex];
1200- }
1201-
1202- /* !
1203- * \brief Value of the characteristic global index at the boundaries.
1204- * \param[in] val_marker - Surface marker where the coefficient is computed.
1205- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1206- * \return Value of the pressure coefficient.
1207- */
1208- inline void SetActDisk_DeltaP (unsigned short val_marker,
1209- unsigned long val_vertex,
1210- su2double val_deltap) final { ActDisk_DeltaP[val_marker][val_vertex] = val_deltap; }
1211-
1212- /* !
1213- * \brief Value of the characteristic global index at the boundaries.
1214- * \param[in] val_marker - Surface marker where the coefficient is computed.
1215- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1216- * \return Value of the pressure coefficient.
1217- */
1218- inline su2double GetActDisk_DeltaT (unsigned short val_marker, unsigned long val_vertex) final {
1219- return ActDisk_DeltaT[val_marker][val_vertex];
1220- }
1221-
1222- /* !
1223- * \brief Value of the characteristic global index at the boundaries.
1224- * \param[in] val_marker - Surface marker where the coefficient is computed.
1225- * \param[in] val_vertex - Vertex of the marker <i>val_marker</i> where the coefficient is evaluated.
1226- * \return Value of the pressure coefficient.
1227- */
1228- inline void SetActDisk_DeltaT (unsigned short val_marker,
1229- unsigned long val_vertex,
1230- su2double val_deltat) final {
1231- ActDisk_DeltaT[val_marker][val_vertex] = val_deltat;
1232- }
1233-
12341072 /* !
12351073 * \brief Update the multi-grid structure for the customized boundary conditions
12361074 * \param geometry_container - Geometrical definition.
0 commit comments