For the description of the configuration variables, associated values, and available options refer to the template configuration file that is distributed with SU2. Note: The configuration file is dependent on the version of SU2 used. This configuration file that will be auto generated is compatible with SU2 4.1.1. (Cardinal), 5.0.0 (Raven), 6.2.0 (Falcon), 7.5.1 (Blackbird) or 8.3.0 (Harrier - Default)
- Proj_Name = "su2_CAPS"
This corresponds to the project "root" name.
- Mach = NULL
Mach number; this corresponds to the MACH_NUMBER keyword in the configuration file.
- Re = NULL
Reynolds number; this corresponds to the REYNOLDS_NUMBER keyword in the configuration file.
- Math_Problem = "Direct"
Math problem type; this corresponds to the MATH_PROBLEM keyword in the configuration file. Options: DIRECT, CONTINUOUS_ADJOINT, DISCRETE_ADJOINT, ... see SU2 template for additional options.
- Physical_Problem = "Euler"
Physical problem type; this corresponds to the PHYSICAL_PROBLEM keyword in the configuration file. Options: Euler, Navier_Stokes, Wave_Equation, ... see SU2 template for additional options.
- Equation_Type = "Compressible"
Equation regime type; this corresponds to the REGIME_TYPE keyword in the configuration file. Options: Compressible or Incompressible.
- Turbulence_Model = "SA"
RANS turbulence model; this corresponds to the KIND_TURB_MODEL keyword in the configuration file. Options: NONE, SA, SST
- Turbulence_Model_Option = "NONE"
RANS turbulence model; this corresponds to the SA_OPTIONS or SST_OPTIONS keyword in the configuration file. SA Options: NONE, NEGATIVE, EDWARDS, WITHFT2, QCR2000, COMPRESSIBILITY, ROTATION, BCM, EXPERIMENTAL SST Options: V2003m, V1994m, VORTICITY, KATO_LAUNDER, UQ, SUSTAINING
- Alpha = 0.0
Angle of attack [degree]; this corresponds to the AoA keyword in the configuration file.
- Beta = 0.0
Side slip angle [degree]; this corresponds to the SIDESLIP_ANGLE keyword in the configuration file.
- Init_Option = "Reynolds"
Init option to choose between Reynolds (default) or thermodynamics quantities for initializing the solution (REYNOLDS, TD_CONDITIONS); this corresponds to the INIT_OPTION keyword in the configuration file.
- Overwrite_CFG = True
Provides permission to overwrite configuration file. If set to False a new configuration file won't be generated.
- Num_Iter = 9999
Number of total iterations; this corresponds to the EXT_ITER keyword in the configuration file.
- CFL_Number = 10.0
Courant–Friedrichs–Lewy number; this corresponds to the CFL_NUMBER keyword in the configuration file.
- Boundary_Condition = NULL
See CFD Boundary Conditions for additional details.
- MultiGrid_Level = 2
Number of multi-grid levels; this corresponds to the MGLEVEL keyword in the configuration file.
- Residual_Reduction = 6
Residual reduction (order of magnitude with respect to the initial value); this corresponds to the RESIDUAL_REDUCTION keyword in the configuration file.
- Reference_Dimensionalization = NULL
Reference dimensionalization; this corresponds to the REF_DIMENSIONALIZATION keyword in the configuration file. See SU2 template for additional details.
- Freestream_Pressure = NULL
Freestream reference pressure; this corresponds to the FREESTREAM_PRESSURE keyword in the configuration file. See SU2 template for additional details.
- Freestream_Temperature = NULL
Freestream reference temperature; this corresponds to the FREESTREAM_TEMPERATURE keyword in the configuration file. See SU2 template for additional details.
- Freestream_Density = NULL
Freestream reference density; this corresponds to the FREESTREAM_DENSITY keyword in the configuration file. See SU2 template for additional details.
- Freestream_Velocity = NULL
Freestream reference velocity; this corresponds to the FREESTREAM_VELOCITY keyword in the configuration file. See SU2 template for additional details.
- Freestream_Viscosity = NULL
Freestream reference viscosity; this corresponds to the FREESTREAM_VISCOSITY keyword in the configuration file. See SU2 template for additional details.
- Moment_Center = NULL, [0.0, 0.0, 0.0]
Array values correspond to the x_moment_center, y_moment_center, and z_moment_center variables; which correspond to the REF_ORIGIN_MOMENT_X, REF_ORIGIN_MOMENT_Y, and REF_ORIGIN_MOMENT_Z variables respectively in the SU2 configuration script. Alternatively, the geometry (body) attributes "capsReferenceX", "capsReferenceY", and "capsReferenceZ" may be used to specify the x-, y-, and z- moment centers, respectively (note: values set through the AIM input will supersede the attribution values).
- Moment_Length = NULL, 1.0
Reference length for pitching, rolling, and yawing non-dimensional; which correspond to the REF_LENGTH_MOMENT. Alternatively, the geometry (body) attribute "capsReferenceSpan" may be used to specify the x-, y-, and z- moment lengths, respectively (note: values set through the AIM input will supersede the attribution values).
- Reference_Area = NULL
This sets the reference area for used in force and moment calculations; this corresponds to the REF_AREA keyword in the configuration file. Alternatively, the geometry (body) attribute "capsReferenceArea" maybe used to specify this variable (note: values set through the AIM input will supersede the attribution value).
- Pressure_Scale_Factor = 1.0
Value to scale Cp or Pressure data when transferring data. Data is scaled based on Pressure = Pressure_Scale_Factor*Cp + Pressure_Scale_Offset.
- Pressure_Scale_Offset = 0.0
Value to offset Cp or Pressure data when transferring data. Data is scaled based on Pressure = Pressure_Scale_Factor*Cp + Pressure_Scale_Offset.
- Temperature_Scale_Factor = 1.0
Value to scale Temperature data when transferring data.
- Volume_Output = NULL
List of string volume output; this corresponds to the VOLUME_OUTPUT keyword in the configuration file. See SU2 template for additional details.
- Output_Format = "Paraview"
List of string output file formats; this corresponds to the OUTPUT_FORMAT or OUTPUT_FILES keyword in the configuration file. See SU2 template for additional details.
- Two_Dimensional = False
Run SU2 in 2D mode.
- Convective_Flux = "Roe"
Numerical method for convective (inviscid) flux construction; this corresponds to the CONV_NUM_METHOD_FLOW keyword in the configuration file. See SU2 template for additional details.
- SU2_Version = "Harrier"
SU2 version to generate specific configuration file. Options: "Cardinal(4.0)", "Raven(5.0)", "Falcon(6.2)", "Blackbird(7.5.1)" or "Harrier(8.3.0)".
- Surface_Monitor = NULL
Array of surface names where the non-dimensional coefficients are evaluated
- Surface_Deform = NULL
Array of surface names that should be deformed. Defaults to all inviscid and viscous surfaces.
- Input_String = NULL
Array of input strings that will be written as is to the end of the SU2 cfg file.
- Mesh_Morph = False
Project previous surface mesh onto new geometry.
- Mesh = NULL
An Area_Mesh or Volume_Mesh link for 2D and 3D calculations respectively.