image accueil du logo de la rubrique
Vous êtes ici : Typhon CFD Solver » Documentation » Case Definition » Boundary conditions : compressible flow

Boundary conditions : compressible flow

D 9 février 2011    


Some parameters denoted symbolic function can be defined as symbolic functions which can depend on x, y, z and sometimes t.

Wall conditions

For compressible flows, wall conditions can be applied according to the type

ADIABATIC_WALL

wall condition with adiabatic energy condition

ISOTHERMAL_WALL

An additional WALL_TEMP=<value> is required as an uniform imposed temperature.

FLUXSET_WALL

An additional WALL_FLUX=<value> is required as an uniform imposed flux (W/m2).

For each of them, a WALL_VELOCITY=<vector> can be defined.

Inflow conditions

There are currently two types of in-flow boundary conditions

Subsonic inflow
BLOCK:BOCO
 FAMILY = my_mesh_tag
 TYPE   = SUBSONIC_INLET
 PI     = <symbolic function>
 TI     = <symbolic function>   or  S  = <symbolic function>
 DIR_X= <symbolic function>
 DIR_Y= <symbolic function>
 DIR_Z= <symbolic function>
ENDBLOCK
Supersonic inflow
BLOCK:BOCO
 FAMILY = my_mesh_tag
 TYPE   = SUPERSONIC_INLET
 PI       = <symbolic function>   ! (total or stagnation pressure)
 TI       = <symbolic function>   ! (total or stagnation temperature)
 MACH= <symbolic function>
 DIR_X= <symbolic function>
 DIR_Y= <symbolic function>
 DIR_Z= <symbolic function>
ENDBLOCK

Entropy S is defined by PS/RHO^gamma

Direction of velocity can also be defined directly with

 DIRECTION = (nx, ny, nz)    ! 3 <value> components


but only as constant components instead of DIR_* symbolic functions.

Outflow conditions

Like inflow conditions, there are currently two types of out-flow boundary conditions

Subsonic outflow
BLOCK:BOCO
 FAMILY = my_mesh_tag
 TYPE   = SUBSONIC_OUTLET
 P  = <symbolic function>   ! (static pressure)
ENDBLOCK
Supersonic outflow

Although no user parameter is applied, the following definition must be specified.

BLOCK:BOCO
 FAMILY = my_mesh_tag
 TYPE   = SUPERSONIC_OUTLET
ENDBLOCK

Dans la même rubrique


Moving Reference Frame Since r713, it is possible to define a Moving Reference Frame (MRF) attached to the mesh. Equations are solved with (...)



jeudi 17 février 2011
Mesh import Typhon can import CGNS files (legacy mesh import, see CGNS import for further details). TYPHON internal format (...)



vendredi 28 mai 2010
Initialization : compressible flow Initial conditions for compressible flow solver is defined in BLOCK:INIT section. One can use the solution is the (...)



jeudi 3 septembre 2009
Probes Probes definitions are used to compute a scalar value from the solution. It only currently can compute a (...)



vendredi 19 juin 2009
Boundary conditions : periodicity In main.rpm file, one must define first the periodicity : translation periodicityBLOCK:PERIODICITY NAME = (...)



mercredi 13 mai 2009
Outputs Outputs file are currently managed with main.rpm file. One can defined either an output of the zone through (...)



mardi 12 mai 2009

Rechercher