1 label patchi = which_part - 2;
5 nVar >= Num_variables - nSprayVariables
6 - nSecondMeshVariables - nFaMeshVariables
12 IOobject fieldObjectPtr
14 fieldNames[var2field[nVar]],
20 if (!fieldObjectPtr.headerOk())
27 fieldNames[var2field[nVar]],
40 const tensorField& tf = sf.boundaryField()[patchi];
41 const polyBoundaryMesh& bMesh = meshPtr->boundaryMesh();
43 if (which_type == Z_TRI03)
46 for (label n=0; n<tf.size(); n++)
48 label nPoints = bMesh[patchi][n].size();
51 # include "tensorConversion.H"
56 if (which_type == Z_QUA04)
59 for (label n=0; n<tf.size(); n++)
61 label nPoints = bMesh[patchi][n].size();
64 # include "tensorConversion.H"
69 if (which_type == Z_NSIDED)
72 for (label n=0; n<tf.size(); n++)
74 label nPoints = bMesh[patchi][n].size();
75 if ((nPoints != 3) && (nPoints != 4))
77 # include "tensorConversion.H"