cg_iric_read_string_f

  • Reads the value of a string-type variable from the CGNS file.

Format (FORTRAN)

call cg_iric_read_string_f(label, strvalue, ier)

Format (C/C++)

ier = cg_iRIC_Read_String(label, strvalue);

Format (Python)

strvalue = cg_iRIC_Read_String(label)

Arguments

Table 91 Arguments of cg_iric_read_string_f

Variable name

Type

I/O

Description

label

character(*)

I

Name of the variable defined in the solver definition file

strvalue

character(*)

O

Character string read from the CGSN file

ier

integer

O

Error code. 0 means success.