cg_iric_read_bc_functionalwithname_f¶
Reads the value of a functional-type real variable from the CGNS
Format (FORTRAN)¶
call cg_iric_read_bc_functionalwithname_f(type, num, label, name, data, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_BC_FunctionalWithName(type, num, name, paramname, data);
Format (Python)¶
data = cg_iRIC_Read_BC_FunctionalWithName(type, num, name, paramname)
Arguments¶
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 |
name |
character(*) |
I |
Name of the variable value name defined in the solver definition file |
data |
real , dimension(:), allocatable |
O |
Array of values |
ier |
integer |
O |
Error code. 0 means success. |