Boundary Conditions
Contents
8.1.5. Boundary Conditions#
Boundary conditions are of crucial importance in CFD as they, in addition to the initial condition, ensure that the problem is well posed, which means that the solution of the system of partial differential equations (PDEs) is unique and consistent. The numerical boundary conditions must ensure that the interface between the domain interior and exterior resembles the physical phenomena, without adversely affecting the solution stability. The following section provides guidance for specifying boundary conditions in Flow360.
8.1.5.1. Expressions as Inputs#
For a number of boundary conditions such as NoSlipWall
, IsothermalWall
and Freestream
, a mathematical expression can be used to define the velocity field (Velocity
). Expressions define a parameter based on component-wise independent variables [x,y,z]. The result will be evaluated and returned as the value of the parameter. The allowed operators to define an expression can be found here.
8.1.5.2. Specifying Turbulence Quantities#
Turbulence conditions can be specified with some boundary condition types. They can also be specified as the initial condition for the simulation. The types of turbulence quantities that can be specified depends on the turbulence model being used. Valid combinations of turbulence property specifications are listed in the following table.
Valid combination |
Description |
---|---|
Default (no specification) |
The default turbulence depends on the turbulence model. For SA model without transition model this is equivalent to set |
|
This applies to both SST and SA model. For SST model this is effectively an override of the above default |
|
For SST model only. |
|
For SST model only. |
|
For SA model only. |
|
For SA model only. |
|
For SST model only. |
|
For SST model only. |
|
For SST model only. |
|
For SST model only. |
|
For SST model only. |
|
For SST model only. |