cg_iRIC_Write_Sol_ParticleGroup_Pos2d¶
Writes the positions of particles.
Format (FORTRAN)¶
call cg_iRIC_Write_Sol_ParticleGroup_Pos2d(fid, x, y, ier)
Format (C/C++)¶
ier = cg_iRIC_Write_Sol_ParticleGroup_Pos2d(fid, x, y)
Format (Python)¶
cg_iRIC_Write_Sol_ParticleGroup_Pos2d(fid, x, y)
Arguments and returned value¶
fid¶
Item |
Value |
---|---|
Name |
fid |
Input/Output |
Input |
Description |
File ID |
Data type (FORTRAN) |
integer |
Data type (C/C++) |
int |
Data type (Python) |
int |
x¶
Item |
Value |
---|---|
Name |
x |
Input/Output |
Input |
Description |
X coordinate value |
Data type (FORTRAN) |
double precision |
Data type (C/C++) |
double |
Data type (Python) |
float |
y¶
Item |
Value |
---|---|
Name |
y |
Input/Output |
Input |
Description |
Y coordinate value |
Data type (FORTRAN) |
double precision |
Data type (C/C++) |
double |
Data type (Python) |
float |
ier¶
Item |
Value |
---|---|
Name |
ier |
Input/Output |
Output |
Description |
Error code. 0 means success, other values mean error. |
Data type (FORTRAN) |
integer |
Data type (C/C++) |
int |
Data type (Python) |
(Not defined) |