@@ -80,7 +80,7 @@ class CFlowOutput : public CFVMOutput{
8080 * \param[in] Surface_MassFlow_Abs_Total - Massflow on all Marker_Analyze
8181 * \param[in] Surface_Area_Total - Area of all Marker_Analyze
8282 */
83- void SetAnalyzeSurface_SpeciesVariance (const CSolver* const *solver, const CGeometry *geometry, CConfig *config,
83+ void SetAnalyzeSurfaceSpeciesVariance (const CSolver* const *solver, const CGeometry *geometry, CConfig *config,
8484 const su2activematrix& Surface_Species_Total,
8585 const vector<su2double>& Surface_MassFlow_Abs_Total,
8686 const vector<su2double>& Surface_Area_Total);
@@ -103,12 +103,12 @@ class CFlowOutput : public CFVMOutput{
103103 /* !
104104 * \brief Add scalar (turbulence/species) history fields for the linear solver (FVMComp, FVMInc, FVMNEMO).
105105 */
106- void AddHistoryOutputFields_ScalarLinsol (const CConfig* config);
106+ void AddHistoryOutputFieldsScalarLinsol (const CConfig* config);
107107
108108 /* !
109109 * \brief Set all scalar (turbulence/species) history field values.
110110 */
111- void LoadHistoryData_Scalar (const CConfig* config, const CSolver* const * solver);
111+ void LoadHistoryDataScalar (const CConfig* config, const CSolver* const * solver);
112112
113113 /* !
114114 * \brief Add scalar (turbulence/species) volume solution fields for a point (FVMComp, FVMInc, FVMNEMO).
@@ -137,7 +137,7 @@ class CFlowOutput : public CFVMOutput{
137137 * \param[in] geometry - Geometrical definition of the problem.
138138 * \param[in] iPoint - Index of the point.
139139 */
140- void LoadVolumeData_Scalar (const CConfig* config, const CSolver* const * solver, const CGeometry* geometry,
140+ void LoadVolumeDataScalar (const CConfig* config, const CSolver* const * solver, const CGeometry* geometry,
141141 const unsigned long iPoint);
142142
143143 /* !
@@ -180,28 +180,28 @@ class CFlowOutput : public CFVMOutput{
180180 /* !
181181 * \brief Add CP inverse design output as history fields
182182 */
183- void Add_CpInverseDesignOutput ();
183+ void AddCpInverseDesignOutput ();
184184
185185 /* !
186186 * \brief Set CP inverse design output field values (and also into the solver).
187187 * \param[in,out] solver - The container holding all solution data.
188188 * \param[in] geometry - Geometrical definition of the problem.
189189 * \param[in] config - Definition of the particular problem.
190190 */
191- void Set_CpInverseDesign (CSolver *solver, const CGeometry *geometry, const CConfig *config);
191+ void SetCpInverseDesign (CSolver *solver, const CGeometry *geometry, const CConfig *config);
192192
193193 /* !
194194 * \brief Add nearfield inverse design output as history fields
195195 */
196- void Add_NearfieldInverseDesignOutput ();
196+ void AddNearfieldInverseDesignOutput ();
197197
198198 /* !
199199 * \brief Set nearfield inverse design output field values (and also into the solver).
200200 * \param[in,out] solver - The container holding all solution data.
201201 * \param[in] geometry - Geometrical definition of the problem.
202202 * \param[in] config - Definition of the particular problem.
203203 */
204- void Set_NearfieldInverseDesign (CSolver *solver, const CGeometry *geometry, const CConfig *config);
204+ void SetNearfieldInverseDesign (CSolver *solver, const CGeometry *geometry, const CConfig *config);
205205
206206 /* !
207207 * \brief Compute the custom outputs.
@@ -223,7 +223,7 @@ class CFlowOutput : public CFVMOutput{
223223 * \return Value of the Q criteration at the node
224224 */
225225 template <class T >
226- su2double GetQ_Criterion (const T& VelocityGradient) const {
226+ su2double GetQCriterion (const T& VelocityGradient) const {
227227
228228 /* --- Make a 3D copy of the gradient so we do not have worry about nDim ---*/
229229
@@ -296,8 +296,7 @@ class CFlowOutput : public CFVMOutput{
296296 * \param[in] force_writing - boolean that forces writing of volume output
297297 * \param[in] iFile - index to the file that we need to consider for volume output
298298 */
299- bool WriteVolume_Output (CConfig *config, unsigned long Iter, bool force_writing, unsigned short iFile) override ;
300-
299+ bool WriteVolumeOutput (CConfig *config, unsigned long Iter, bool force_writing, unsigned short iFile) override ;
301300 /* !
302301 * \brief Write the forces breakdown file
303302 * \param[in] config - Definition of the particular problem per zone.
0 commit comments