cg_iric_read_bc_functional_f¶
Reads the value of a functional-type double-precision real variable
Format (FORTRAN)¶
call cg_iric_read_bc_functional_f(type, num, label, x, y, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_BC_Functional(type, num, name, x, y);
Format (Python)¶
x, y = cg_iRIC_Read_BC_Functional(type, num, name)
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 |
x |
double precision, dimension(:), allocatable |
O |
Array of x values |
y |
double precision, dimension(:), allocatable |
O |
Array of y values |
ier |
integer |
O |
Error code. 0 means success. |