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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user