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

Initialization : compressible flow

D 3 septembre 2009    


Initial conditions for compressible flow solver is defined in BLOCK:INIT section. One can use

  • the solution is the CGNS mesh file with TYPE=CGNS
  • the solution is TYPHON internal format with TYPE=TYPHON or TYPE=TYS
  • or user-defined fields (default) with TYPE=DEFINITION where symbolic functions of X,Y,Z can be used.

Example (Lamb vortex definition) :

BLOCK:INIT
 P        = 1.E5 - 1.161*900/2*exp(1-(X*X+Y*Y)/4)
 TI       = 300
 VX    = 20-30*Y/2*exp(0.5*(1-(X*X+Y*Y)/4))
 VY    =    30*X/2*exp(0.5*(1-(X*X+Y*Y)/4))
 VZ    = 0.
ENDBLOCK

Combinations of quantities could be

  • static or stagnation pressure P, PI
  • density, static or stagnation temperature DENSITY, T, TI
  • velocity as
    • components VX, VY, VZ
    • Velocity magnitude and direction VELOCITY, DIRECTION
    • Mach magnitude and direction MACH, DIRECTION

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
Boundary conditions : compressible flow Some parameters denoted symbolic function can be defined as symbolic functions which can depend on x, y, z and (...)



mercredi 9 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
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