|
enum | FlowType { External,
Internal
} |
| types of fluid flow
|
|
BoundaryConds::BoundaryConds |
( |
| ) |
|
Initializes variables related to boundary conditions.
BoundaryConds::~BoundaryConds |
( |
| ) |
|
Finishes and cleans up the memory.
void BoundaryConds::AllocateMemory |
( |
const Geometry * |
geometry | ) |
|
Allocates all necessary memory.
- Parameters
-
geometry | geometrical data (number of boundary nodes at far-field) |
- Exceptions
-
std::bad_alloc | failed memory allocation |
REAL BoundaryConds::alpha |
REAL BoundaryConds::betainl |
low angle at inlet (with x-axis, positive in the clock-wise direction)
REAL BoundaryConds::betaout |
approximate outlet angle (utilized for the initial guess only)
type of flow (external or internal)
REAL BoundaryConds::machinf |
Mach-number at infinity (far-field)
REAL BoundaryConds::p12rat |
ratio of inlet to outlet static pressure (initial guess only)
static pressure at infinity
static pressure at outlet
REAL BoundaryConds::ptinl |
total velocity (= SQRT(uinf**2+vinf**2))
REAL BoundaryConds::rhoinf |
static temperature at infinity
REAL BoundaryConds::ttinl |
total temperature at inlet
u-component of velocity vector at infinity
v-component of velocity vector at infinity
bool BoundaryConds::vortCorr |
far-field vortex correction (true or false)
The documentation for this class was generated from the following files: