10 Info<<
"Entering: USERD_get_part_coords" <<
endl <<
11 "part_number = " << part_number <<
endl <<
flush;
21 coord_array[0][indx+1] = float(points[indx].
x());
22 coord_array[1][indx+1] = float(points[indx].
y());
23 coord_array[2][indx+1] = float(points[indx].z());
35 coord_array[0][indx+1] = float(points[indx].
x());
36 coord_array[1][indx+1] = float(points[indx].
y());
37 coord_array[2][indx+1] = float(points[indx].z());
47 coord_array[0][indx] = float(iter().position().
x());
48 coord_array[1][indx] = float(iter().position().
y());
49 coord_array[2][indx] = float(iter().position().z());
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static Cloud< passiveParticle > * sprayPtr
Ostream & endl(Ostream &os)
Add newline and flush stream.
volVectorField vectorField(fieldObject, mesh)
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
int USERD_get_part_coords(int part_number, float **coord_array)
Ostream & flush(Ostream &os)
Flush stream.
const polyBoundaryMesh & bMesh