Skip to content

Commit 3702598

Browse files
authored
Merge branch 'develop' into feature_filewriting
2 parents 4f1a212 + 3f3cb55 commit 3702598

3 files changed

Lines changed: 391 additions & 700 deletions

File tree

Common/include/CConfig.hpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,6 @@ class CConfig {
387387
su2double **Periodic_RotCenter; /*!< \brief Rotational center for each periodic boundary. */
388388
su2double **Periodic_RotAngles; /*!< \brief Rotation angles for each periodic boundary. */
389389
su2double **Periodic_Translation; /*!< \brief Translation vector for each periodic boundary. */
390-
unsigned short nPeriodic_Index; /*!< \brief Number of SEND_RECEIVE periodic transformations. */
391-
su2double **Periodic_Center; /*!< \brief Rotational center for each SEND_RECEIVE boundary. */
392-
su2double **Periodic_Rotation; /*!< \brief Rotation angles for each SEND_RECEIVE boundary. */
393-
su2double **Periodic_Translate; /*!< \brief Translation vector for each SEND_RECEIVE boundary. */
394390
string *Marker_CfgFile_TagBound; /*!< \brief Global index for markers using config file. */
395391
unsigned short *Marker_All_KindBC, /*!< \brief Global index for boundaries using grid information. */
396392
*Marker_CfgFile_KindBC; /*!< \brief Global index for boundaries using config file. */
@@ -6605,13 +6601,6 @@ class CConfig {
66056601
*/
66066602
const su2double* GetInlet_Velocity(string val_index) const;
66076603

6608-
/*!
6609-
* \brief Get the mass fraction vector at a supersonic inlet boundary.
6610-
* \param[in] val_index - Index corresponding to the inlet boundary.
6611-
* \return The inlet mass fraction vector - NEMO only.
6612-
*/
6613-
const su2double* GetInlet_MassFrac(string val_index) const;
6614-
66156604
/*!
66166605
* \brief Get the total pressure at an inlet boundary.
66176606
* \param[in] val_index - Index corresponding to the inlet boundary.
@@ -8140,11 +8129,6 @@ class CConfig {
81408129
*/
81418130
void SetConfig_Options();
81428131

8143-
/*!
8144-
* \brief Set the config options.
8145-
*/
8146-
void SetRunTime_Options(void);
8147-
81488132
/*!
81498133
* \brief Set the config file parsing.
81508134
*/

0 commit comments

Comments
 (0)