STYLE: Corrected fieldNames -> fields. Fixes #365

This commit is contained in:
Andrew Heather
2016-12-23 09:12:36 +00:00
parent 8701c57ecb
commit 13395c17f4
3 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ directionalPressureGradientExplicitSource
relaxationFactor_(coeffs_.lookupOrDefault<scalar>("relaxationFactor",0.3)),
cellFaceMap_(cells_.size(), -1)
{
coeffs_.lookup("fieldNames") >> fieldNames_;
coeffs_.lookup("fields") >> fieldNames_;
flowDir_ /= mag(flowDir_);

View File

@ -45,7 +45,7 @@ Description
selectionMode cellZone;
cellZone cZone;
fieldNames (U); // Name of the field
fields (U); // Name of the field
flowDir (1 1 0); // Desired flow direction
faceZone f0Zone; // Face zone upstream cell zone
relaxationFactor 0.3; // Relaxation factor for flow

View File

@ -71,7 +71,7 @@ Description
nbrRegion air;
master true;
fieldNames (h);
fields (h);
outOfBounds clamp;
fileName "ntuTable";
nbrModel airToCooler;