SU2 Analysis Interface Module (AIM)
SU2 Analysis Interface Module (AIM) based on FUN3D AIM
Loading...
Searching...
No Matches
CFD Boundary Conditions

Structure for the boundary condition tuple = ("CAPS Group Name", "Value"). "CAPS Group Name" defines the capsGroup on which the boundary condition should be applied. The "Value" can either be a JSON String dictionary (see Section JSON String Dictionary) or a single string keyword string (see Section Single Value String)

JSON String Dictionary

If "Value" is a JSON string dictionary (eg. "Value" = {"bcType": "Viscous", "wallTemperature": 1.1}) the following keywords ( = default values) may be used:

  • bcType = "Inviscid"
    Boundary condition type. Options:

    • Inviscid
    • Viscous
    • Farfield
    • Freestream
    • BackPressure
    • Symmetry
    • SubsonicInflow
    • SubsonicOutflow
    • Internal

Wall Properties

  • wallTemperature = 0.0
    Dimensional wall temperature for inviscid and viscous surfaces
  • wallHeatFlux = 0.0
    Heat flux on viscous surfaces.

Stagnation Properties

  • totalPressure = 0.0
    Dimensional total pressure on a boundary surface.
  • totalTemperature = 0.0
    Dimensional total temperature on a boundary surface.

Static Properties

  • staticPressure = 0.0
    Dimensional static pressure on a boundary surface.

Velocity Components

Massflow Properties

Single Value String

If "Value" is a single string the following options maybe used:

  • "Inviscid" (default)
  • "Viscous"
  • "Farfield"
  • "Freestream"
  • "SymmetryX"
  • "SymmetryY"
  • "SymmetryZ"
  • "Internal"