cg_iric_read_bc_real_f¶
Reads the value of a double-precision real-type variable from the
Format (FORTRAN)¶
call cg_iric_read_bc_real_f(type, num, label, realvalue, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_BC_Real(type, num, name, &value);
Format (Python)¶
value = cg_iRIC_Read_BC_Real(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 |
realvalue |
double precision |
O |
Real number read from the CGSN file |
ier |
integer |
O |
Error code. 0 means success. |