CG  Version 25
Macros
turbulenceModels.C File Reference
#include "Cgins.h"
#include "Parameters.h"
#include "turbulenceParameters.h"
#include "ParallelUtility.h"
Include dependency graph for turbulenceModels.C:

Macros

#define ForBoundary(side, axis)
 
#define FOR_3D(i1, i2, i3, I1, I2, I3)
 
#define FOR_3(i1, i2, i3, I1, I2, I3)
 
#define U(c)   u(I1,I2,I3,c)
 
#define UU(c)   uu(I1,I2,I3,c)
 
#define UX(c)   ux(I1,I2,I3,c)
 
#define UY(c)   uy(I1,I2,I3,c)
 
#define UZ(c)   uz(I1,I2,I3,c)
 
#define UXX(c)   uxx(I1,I2,I3,c)
 
#define UXY(c)   uxy(I1,I2,I3,c)
 
#define UXZ(c)   uxz(I1,I2,I3,c)
 
#define UYY(c)   uyy(I1,I2,I3,c)
 
#define UYZ(c)   uyz(I1,I2,I3,c)
 
#define UZZ(c)   uzz(I1,I2,I3,c)
 

Macro Definition Documentation

#define FOR_3 (   i1,
  i2,
  i3,
  I1,
  I2,
  I3 
)
Value:
I1Base =I1.getBase(), I2Base =I2.getBase(), I3Base =I3.getBase(); \
I1Bound=I1.getBound(), I2Bound=I2.getBound(), I3Bound=I3.getBound(); \
for(i3=I3Base; i3<=I3Bound; i3++) \
for(i2=I2Base; i2<=I2Bound; i2++) \
for(i1=I1Base; i1<=I1Bound; i1++)
#define FOR_3D (   i1,
  i2,
  i3,
  I1,
  I2,
  I3 
)
Value:
int I1Base =I1.getBase(), I2Base =I2.getBase(), I3Base =I3.getBase(); \
int I1Bound=I1.getBound(), I2Bound=I2.getBound(), I3Bound=I3.getBound(); \
for(i3=I3Base; i3<=I3Bound; i3++) \
for(i2=I2Base; i2<=I2Bound; i2++) \
for(i1=I1Base; i1<=I1Bound; i1++)
#define ForBoundary (   side,
  axis 
)
Value:
for( int axis=0; axis<mg.numberOfDimensions(); axis++ ) \
for( int side=0; side<=1; side++ )

Referenced by Cgins::computeTurbulenceQuantities().

#define U (   c)    u(I1,I2,I3,c)

Referenced by Cgins::turbulenceModels().

#define UU (   c)    uu(I1,I2,I3,c)

Referenced by Cgins::turbulenceModels().

#define UX (   c)    ux(I1,I2,I3,c)

Referenced by Cgins::turbulenceModels().

#define UXX (   c)    uxx(I1,I2,I3,c)

Referenced by Cgins::turbulenceModels().

#define UXY (   c)    uxy(I1,I2,I3,c)
#define UXZ (   c)    uxz(I1,I2,I3,c)
#define UY (   c)    uy(I1,I2,I3,c)

Referenced by Cgins::turbulenceModels().

#define UYY (   c)    uyy(I1,I2,I3,c)

Referenced by Cgins::turbulenceModels().

#define UYZ (   c)    uyz(I1,I2,I3,c)
#define UZ (   c)    uz(I1,I2,I3,c)

Referenced by Cgins::turbulenceModels().

#define UZZ (   c)    uzz(I1,I2,I3,c)

Referenced by Cgins::turbulenceModels().