1 label patchi = which_part - 2;
3 if (nVar >= Num_variables - nSprayVariables)
8 IOobject fieldObjectPtr
10 fieldNames[var2field[nVar]],
16 if (!fieldObjectPtr.headerOk())
23 fieldNames[var2field[nVar]],
36 const tensorField& tf = sf.boundaryField()[patchi];
37 const polyBoundaryMesh& bMesh = meshPtr->boundaryMesh();
39 if (which_type == Z_TRI03)
42 for (label n=0; n<tf.size(); n++)
44 label nPoints = bMesh[patchi][n].size();
47 # include "tensorConversion.H"
52 if (which_type == Z_QUA04)
55 for (label n=0; n<tf.size(); n++)
57 label nPoints = bMesh[patchi][n].size();
60 # include "tensorConversion.H"
65 if (which_type == Z_NSIDED)
68 for (label n=0; n<tf.size(); n++)
70 label nPoints = bMesh[patchi][n].size();
71 if ((nPoints != 3) && (nPoints != 4))
73 # include "tensorConversion.H"