CG
Version 25
|
#include "Cgins.h"
#include "Parameters.h"
#include "turbulenceModels.h"
#include "Insbc4WorkSpace.h"
#include "App.h"
#include "ParallelUtility.h"
Macros | |
#define | ForBoundary(side, axis) for( axis=0; axis<mg.numberOfDimensions(); axis++ ) for( side=0; side<=1; side++ ) |
#define | mixedRHS(component, side, axis, grid) bcData(component+numberOfComponents*(0),side,axis,grid) |
#define | mixedCoeff(component, side, axis, grid) bcData(component+numberOfComponents*(1),side,axis,grid) |
#define | mixedNormalCoeff(component, side, axis, grid) bcData(component+numberOfComponents*(2),side,axis,grid) |
#define ForBoundary | ( | side, | |
axis | |||
) | for( axis=0; axis<mg.numberOfDimensions(); axis++ ) for( side=0; side<=1; side++ ) |
Referenced by Cgins::applyBoundaryConditions().
#define mixedCoeff | ( | component, | |
side, | |||
axis, | |||
grid | |||
) | bcData(component+numberOfComponents*(1),side,axis,grid) |
Referenced by Cgins::applyBoundaryConditions().
#define mixedNormalCoeff | ( | component, | |
side, | |||
axis, | |||
grid | |||
) | bcData(component+numberOfComponents*(2),side,axis,grid) |
Referenced by Cgins::applyBoundaryConditions().