createPcorrTypes.H
Go to the documentation of this file.
2  (
3  p.boundaryField().size(),
4  zeroGradientFvPatchScalarField::typeName
5  );
6 
7  for (label i=0; i<p.boundaryField().size(); i++)
8  {
9  if (p.boundaryField()[i].fixesValue())
10  {
11  pcorrTypes[i] = fixedValueFvPatchScalarField::typeName;
12  }
13  }
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Definition: label.H:59
List< word > wordList
A List of words.
Definition: fileName.H:54
wordList pcorrTypes(p.boundaryField().size(), zeroGradientFvPatchScalarField::typeName)
volScalarField & p