mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Standardized cell, patch, face and processor loop index names
This commit is contained in:
@ -267,9 +267,9 @@ bool setFaceFieldType
|
||||
}
|
||||
else
|
||||
{
|
||||
label bFaceI = facei-mesh.nInternalFaces();
|
||||
allBoundaryValues[bFaceI] = value;
|
||||
nChanged[mesh.boundaryMesh().patchID()[bFaceI]]++;
|
||||
label bFacei = facei-mesh.nInternalFaces();
|
||||
allBoundaryValues[bFacei] = value;
|
||||
nChanged[mesh.boundaryMesh().patchID()[bFacei]]++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user