Go to the source code of this file.
Defines | |
| #define | ADJACENT 0 |
| Types of boundary conditions for blocks... | |
| #define | COMMON 0 |
| #define | SUP_IN 1 |
| #define | SUP_OUT 2 |
| #define | EXTRAPOLATE_OUT 2 |
| #define | SLIP 3 |
| #define | SLIP_WALL 3 |
| #define | ADIABATIC 4 |
| #define | FIXED_T 5 |
| #define | SUBSONIC_IN 6 |
| #define | SUBSONIC_OUT 7 |
| #define | TRANSIENT_UNI 8 |
| #define | TRANSIENT_PROF 9 |
| #define | STATIC_PROF 10 |
| #define | FIXED_P_OUT 11 |
| #define | RRM 12 |
| #define | SPECIAL -1 |
| #define | CNS_BC_DEFS_HEADER_ALREADY_INCLUDED |
|
|
Types of boundary conditions for blocks...
* ADJACENT adjacent to another tile * SUP_IN supersonic inflow * SUP_OUT supersonic outflow * SLIP slip/tangency (adiabatic) * ADIABATIC no-slip, adiabatic * FIXED_T no-slip, fixed T wall * SUBSONIC_IN specify total pressure and temperature * SUBSONIC_OUT no-reflection BC for weak waves * TRANSIENT_UNI transient, uniform inflow (presumably) * TRANSIENT_PROF transient, profiled inflow * STATIC_PROF a profile is read from "profile.dat". * * SPECIAL special purpose code has been included in * the routines apply_inviscid_bc() and * apply_viscous_bc(). * |
1.4.4