cg_iric_read_bc_string_f

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

Format (FORTRAN)

call cg_iric_read_bc_string_f(type, num, label, strvalue, ier)

Format (C/C++)

ier = cg_iRIC_Read_BC_String(type, num, name, value);

Format (Python)

value = cg_iRIC_Read_BC_String(type, num, name)

Arguments

Table 130 Arguments of cg_iric_read_bc_string_f

Variable name

Type

I/O

Description

type

character(*)

I

Name of boundary condition

num

integer

I

Boundary condition number

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.