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  }
p
volScalarField & p
Definition: createFieldRefs.H:8
Foam::wordList
List< word > wordList
A List of words.
Definition: fileName.H:62
pcorrTypes
wordList pcorrTypes(p.boundaryField().size(), zeroGradientFvPatchScalarField::typeName)