Skip to main content

supersonicFreestream

Description

The supersonicFreestream is a boundary condition that provides a supersonic free-stream condition.

  • supersonic inflow is assumed to occur according to the Prandtl-Meyer expansion process.
  • subsonic outflow is applied via a zero-gradient condition from inside the domain.

Usage

The condition requires entries in both the boundary and field files.

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type supersonicFreestream;
UInf <vector>;
pInf <scalar>;
TInf <scalar>;
gamma <scalar>;

// Optional entries
T <word>;
p <word>;
psi <word>;

// Inherited entries;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: supersonicFreestreamwordyes-
UInfFreestream velocityvectoryes-
pInfFreestream pressurevectoryes-
TInfFreestream temperaturevectoryes-
gammaHeat capacity ratioscalaryes-
TName of temperature fieldwordnoT
pName of pressure fieldwordnop
psiName of compressibility fieldwordnothermo:psi

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version 1.5