createPcorrTypes.H
Go to the documentation of this file.
2  (
3  p.boundaryField().size(),
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  }
const word zeroGradientType
A zeroGradient patch field type.
wordList pcorrTypes(p.boundaryField().size(), fvPatchFieldBase::zeroGradientType())
List< word > wordList
List of word.
Definition: fileName.H:59
volScalarField & p