FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

createPcorrTypes.H

Go to the documentation of this file.
00001     wordList pcorrTypes
00002     (
00003         p_rgh.boundaryField().size(),
00004         zeroGradientFvPatchScalarField::typeName
00005     );
00006 
00007     for (label i=0; i<p_rgh.boundaryField().size(); i++)
00008     {
00009         if (p_rgh.boundaryField()[i].fixesValue())
00010         {
00011             pcorrTypes[i] = fixedValueFvPatchScalarField::typeName;
00012         }
00013     }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines