9.0
general documentation
Loading...
Searching...
No Matches
entsor Module Reference

Functions/Subroutines

subroutine flush_nfecra ()
 Flush Fortran log.
subroutine csopli (infecr, isuppr, ierror)
 Open log files using Fortran IO.
subroutine csclli ()
 Close log files using Fortran IO.
subroutine csprnt (str, l)
 Log a character string.

Variables

integer, save nfecra
 standard output
integer, save keylbl = -1
 field key for output label (label field keyword).
integer, save keylog = -1
 field key for logging (log field keyword).
integer, save keyvis = -1
  field key for postprocessing output (post_vis field keyword).
character(len=64), save ficrad
 name of the thermochemical data file for combustion.
integer, save impfpp = 25
 logical unit of the thermochemical data file. Useful in case of gas combustion;

Function/Subroutine Documentation

◆ csclli()

subroutine csclli

Close log files using Fortran IO.

◆ csopli()

subroutine csopli ( integer(c_int) infecr,
integer(c_int) isuppr,
integer(c_int) ierror )

Open log files using Fortran IO.

Parameters
[in]infecrvalue to assign to nfecra
[in]isupprsupress output if ~
[out]ierrorerror code

◆ csprnt()

subroutine csprnt ( character(c_char), dimension(*) str,
integer(c_int) l )

Log a character string.

Parameters
[in]strcharacter string
[in]lstring length

◆ flush_nfecra()

subroutine flush_nfecra

Flush Fortran log.