menu.all

来自「国外大名顶顶的“台风”并行计算流体力学CFD软件的早期版本的源代码」· ALL 代码 · 共 49 行

ALL
49
字号
!------------------------------------------------------------------------------!! MENU TYPHON V 0.0.1b!------------------------------------------------------------------------------!BLOCK:PROJECT           ! DEFINITION DU PROJET  MEMMODE = NORMAL      ! optimisation m閙oire : NORMAL / SAVECPU / SAVEMEMORY !                        !   (faculatif, defaut = NORMAL)  NZONE   = 1           ! nombre de zones (facultatif, d閒aut = 1)   COORD   = 2D          ! type de rep鑢e  : 2D=2DPLAN / 2DAXI / 3D  TIME    = STATIONNARY ! type d'int間ration temporelle : STATIONNARY / UNSTEADY / PERIODIC  DURATION  = 3600.     ! UNSTEADY : dur閑 totale du calcul (temps physique)  PERIOD    = 100.      ! PERIODIC : dur閑 de la p閞iode  NCYCLE    = 50        ! STATIONNARY / PERIODIC : nombre de cycle total ou par p閞iode  RESIDUALS = 1.E-6     ! STATIONNARY : r閟idu maximal dans le champ  BASETIME  = 1.        ! UNSTEADY : temps de base pour le couplage ou temps de cycleENDBLOCK               BLOCK:OUTPUT            ! SORTIE FICHIERS DES RESULTATS  FORMAT = VIGIE        ! format du fichier de sortie : RAW / TECPLOT / VIGIE  FILE   = ""           ! nom du fichier de sortieENDBLOCKBLOCK:ZONE              ! DEFINITION DES ZONES ( * nb zones )  NAME   = "tube"       ! nom de la zone (facultatif)  SOLVER = HEAT         ! type de solveur : HEAT / EULER / NS  FILE   = ""           ! nom du fichier RPM pour la d閒inition de la zone (facultatif)ENDBLOCK!------------------------------------------------------------------------------!! DEFINITION DE LA ZONE (si NZONE = 1, et FILE inexistant dans BLOCK:ZONE)!------------------------------------------------------------------------------!BLOCK:MESH  TYPE  = CGNS  FILE  = "tube.cgns"ENDBLOCKBLOCK:MODELENDBLOCKBLOCK:TIME_PARAMENDBLOCKBLOCK:SPAT_PARAMENDBLOCKBLOCK:BOCOENDBLOCK

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?