Renamed ID() -> Index()

Index is a better name to describe a label index than ID which may be an
integer, word or other means of identification.
This commit is contained in:
Henry Weller
2023-12-20 18:39:55 +00:00
parent 7df07d2660
commit 20f5235ecf
112 changed files with 665 additions and 648 deletions

View File

@ -39,7 +39,6 @@ Description
#include "viscosityModel.H"
#include "incompressibleMomentumTransportModels.H"
#include "wallDist.H"
#include "bound.H"
#include "fvcFlux.H"
using namespace Foam;
@ -191,9 +190,6 @@ int main(int argc, char *argv[])
{
volScalarField omega(omegaHeader, mesh);
const incompressible::RASModel& rasModel =
refCast<const incompressible::RASModel>(turbulence());
omega = (1 - mask)*omega + mask*ce0*sqrt(k)/(Cmu*min(y, ybl));
// Do not correct BC - G set by the wall-functions is not available