createPcorrTypes.H
Go to the documentation of this file.
1 wordList pcorrTypes
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 {
12 }
13 }
volScalarField & p
wordList pcorrTypes(p.boundaryField().size(), zeroGradientFvPatchScalarField::typeName)
static const char *const typeName
The type name used in ensight case files.