My Project
programmer's documentation
Loading...
Searching...
No Matches
Functions/Subroutines | Variables
entsor Module Reference

Functions/Subroutines

subroutine flush_nfecra ()
 Flush Fortran log.
 
subroutine listing_writing_period_init
 Map ntlist from C to Fortran.
 

Variables

integer, save nfecra
 standard output
 
integer, save impmvo
 unit of the upstream restart file for the vortex method. Useful if and only if isuivo=1 and ivrtex=1.
 
integer, save impvvo
 unit of the downstream restart file for the vortex method. Useful if and only if ivrtex=1.
 
integer, save impdvo
 unit of the ficvor data files for the vortex method.
 
character(len=13), save ficdat
 name of file, see usvort module.
 
integer, save ntsuit
 saving period of the restart filesy5
 
integer, save keylbl = -1
 field key for output label
 
integer, save keylog = -1
 field key for logging
For every quantity (variable, physical or numerical property ...), indicator concerning the writing in the execution report file
 
integer, save keyvis = -1
  field key for postprocessing output.
 
character(len=32), save ficfpp
 name of the thermochemical data file for combustion.
 
integer, save impfpp
 logical unit of the thermochemical data file. Useful in case of gas or pulverized coal combustion or electric arcs;
 
integer, save indjon
 use Janaf (=1) or not (=0)
 
character(len=32), save ficmet
 Input files for the atmospheric specific physics (name of the meteo profile file)
 
integer, save impmet
 logical unit of the meteo profile file
 
character(len=80), save emphis
 directory in which the potential chronological record files generated by the Kernel will be written (path related to the execution directory)
 
character(len=80), save prehis
 prefix of history files
 
integer, dimension(2), save impsth
 mobile structure variables output unit
 
integer, save tplfmt
 time plot format (1: .dat, 2: .csv, 3: both)
 
integer, save nthist
 output period of the chronological record files:
 
double precision, save frhist
 frhist : output frequency in seconds
 
integer, save ihistr
 write indicator (O or 1) for history of internal mobile structures
 
integer nusrmx
 maximal number of user files
 
integer, dimension(nusrmx), save impusr
 unit numbers for potential user specified files. Useful if and only if the user needs files (therefore always useful, by security)
 
character(len=80), save nomva0
 temporary variable name for some algebraic operations
 
integer(c_int), pointer, save ntlist
 writing period in the execution report file.
 
integer, dimension(5), save ipstdv
 indicates the data to post-process on the boundary mesh (the boundary mesh must be associated with an active writer). ipstdv(key) indicates which fields should be created and output on the boundary, with key in ipstfo, ipstyp, ipsttp, ipstft, ipstnu.
 
integer ipstfo
 post-processed property: Efforts (0: none 1: all; 2: tangent; 4: normal)
 
integer ipstyp
 post-processed property: $ y^+ $ at the boundary
 
integer ipsttp
 post-processed property : $ T^+ $ at the boundary
 
integer ipstft
 post-processed property: thermal flux at the boundary (in $ W\,m^{-2} $),
 
integer ipstnu
 post-processed property: Nusselt
 

Function/Subroutine Documentation

◆ flush_nfecra()

subroutine flush_nfecra

Flush Fortran log.

◆ listing_writing_period_init()

subroutine listing_writing_period_init

Map ntlist from C to Fortran.