Functions/Subroutines | |
| subroutine | flush_nfecra () |
| Flush Fortran log. More... | |
| subroutine | csopli (infecr, isuppr, ierror) |
| Open log files using Fortran IO. More... | |
| subroutine | csclli () |
| Close log files using Fortran IO. More... | |
| subroutine | csprnt (str, l) |
| Log a character string. More... | |
Variables | |
| integer, save | nfecra |
| standard output More... | |
| integer, save | keylbl = -1 |
| field key for output label (label field keyword). More... | |
| integer, save | keylog = -1 |
| field key for logging (log field keyword). More... | |
| integer, save | keyvis = -1 |
| field key for postprocessing output (post_vis field keyword). More... | |
| character(len=64), save | ficrad |
| name of the thermochemical data file for combustion. More... | |
| integer, save | impfpp = 25 |
| logical unit of the thermochemical data file. Useful in case of gas combustion; More... | |
| subroutine csclli |
Close log files using Fortran IO.
| subroutine csopli | ( | integer(c_int) | infecr, |
| integer(c_int) | isuppr, | ||
| integer(c_int) | ierror | ||
| ) |
Open log files using Fortran IO.
| [in] | infecr | value to assign to nfecra |
| [in] | isuppr | supress output if ~ |
| [out] | ierror | error code |
| subroutine csprnt | ( | character(c_char), dimension(*) | str, |
| integer(c_int) | l | ||
| ) |
Log a character string.
| [in] | str | character string |
| [in] | l | string length |
| subroutine flush_nfecra |
Flush Fortran log.