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

Boundary conditions : periodicity

D 13 mai 2009    


In main.rpm file, one must define first the periodicity :

translation periodicity
BLOCK:PERIODICITY
 NAME  = (name)
 TYPE  = TRANSLATION
 TRANSLATION = (vector)
ENDBLOCK
rotation periodicity
BLOCK:PERIODICITY
 NAME  = (name)
 TYPE  = ROTATION
 ROTATION_CENTER = (vector)
 ROTATION_AXIS   = (vector)
 ROTATION_ANGLE  = (degree) or ROTATION_NUMBER = (n) (angle = 360/n)
ENDBLOCK

One can then define one or several periodic connections with :

BLOCK:CONNECTION
 FAMILY1     = (one   side mark)
 FAMILY2     = (other side mark)
 TYPE        = PERIODIC
 PERIODICITY = (name of block:periodicity)
ENDBLOCK

Note that the periodicity defines a direction from FAMILY1 to FAMILY2.

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