cg_iric_flush_f

  • Flush calculation result into CGNS file

Format (FORTRAN)

call cg_iric_flush_f(filename, fin, ier)

Format (C/C++)

ier = cg_iRIC_Flush(filename, fin);

Format (Python)

fin = cg_iRIC_Flush(filename, fin)

Arguments

Table 199 Arguments of cg_iric_flush_f

Variable name

Type

I/O

Description

filename

character(*)

I

Filename

fid

integer

I/O

File ID

ier

integer

O

Error code. 0 means success.