You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Kind_Data_Giles; /*!< \brief Kind of inlet boundary treatment. */
623
620
INLET_TYPE Kind_Inlet;
624
621
INLET_TYPE *Kind_Inc_Inlet;
625
-
626
622
INC_OUTLET_TYPE *Kind_Inc_Outlet;
627
623
unsignedshort nWall_Types; /*!< \brief Number of wall treatment types listed. */
628
624
unsignedshort nInc_Inlet; /*!< \brief Number of inlet boundary treatment types listed. */
629
-
unsignedshort nSpecies_Wall; /*!< \brief Number of inlet boundary treatment types listed. */
630
625
unsignedshort nInc_Outlet; /*!< \brief Number of inlet boundary treatment types listed. */
631
626
su2double Inc_Inlet_Damping; /*!< \brief Damping factor applied to the iterative updates to the velocity at a pressure inlet in incompressible flow. */
632
627
su2double Inc_Outlet_Damping; /*!< \brief Damping factor applied to the iterative updates to the pressure at a mass flow outlet in incompressible flow. */
/*!\brief INC_INLET_TYPE \n DESCRIPTION: List of inlet types for incompressible flows. List length must match number of inlet markers. Options: VELOCITY_INLET, PRESSURE_INLET, INPUT_FILE. \ingroup Config*/
0 commit comments