Loading...
Searching...
No Matches
createPcorrTypes.H
Go to the documentation of this file.
1 wordList pcorrTypes
2 (
3 p.boundaryField().size(),
4 fvPatchFieldBase::zeroGradientType()
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 }
volScalarField & p
wordList pcorrTypes(p.boundaryField().size(), fvPatchFieldBase::zeroGradientType())
wordList pcorrTypes(p.boundaryField().size(), fvPatchFieldBase::zeroGradientType())