CG  Version 25
Macros | Functions
turbulenceModelVariables.C File Reference
#include "Cgins.h"
#include "InsParameters.h"
#include "CompositeGridOperators.h"
#include "ParallelUtility.h"
#include "ParallelGridUtility.h"
Include dependency graph for turbulenceModelVariables.C:

Macros

#define getBaldwinLomaxViscosity   EXTERN_C_NAME(getbaldwinlomaxviscosity)
 
#define getKEpsilonViscosity   EXTERN_C_NAME(getkepsilonviscosity)
 
#define getLargeEddySimulationViscosity   EXTERN_C_NAME(getlargeeddysimulationviscosity)
 
#define insLineSetupNew   EXTERN_C_NAME(inslinesetupnew)
 
#define insLineSolveBC   EXTERN_C_NAME(inslinesolvebc)
 
#define computeResidual   EXTERN_C_NAME(computeresidual)
 
#define computeResidualNew   EXTERN_C_NAME(computeresidualnew)
 
#define FOR_3D(i1, i2, i3, I1, I2, I3)
 
#define FOR_3(i1, i2, i3, I1, I2, I3)
 

Functions

void getBaldwinLomaxViscosity (const int &nd, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &nd4a, const int &nd4b, const int &mask, const real &rx, const real &xy, const real &u, const real &v, const real &dw, const int &bc, const int &boundaryCondition, const int &ipar, const real &rpar, const DataBase *pdb, const int &ierr)
 
void getKEpsilonViscosity (const int &nd, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &nd4a, const int &nd4b, const int &mask, const real &rx, const real &xy, const real &u, const real &v, const real &dw, const int &bc, const int &boundaryCondition, const int &ipar, const real &rpar, const DataBase *pdb, const int &ierr)
 
void getLargeEddySimulationViscosity (const int &nd, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &nd4a, const int &nd4b, const int &mask, const real &rx, const real &xy, const real &u, const real &v, const real &dw, const int &bc, const int &boundaryCondition, const int &ipar, const real &rpar, const DataBase *pdb, const int &ierr)
 

Macro Definition Documentation

#define computeResidual   EXTERN_C_NAME(computeresidual)
#define computeResidualNew   EXTERN_C_NAME(computeresidualnew)
#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 getBaldwinLomaxViscosity   EXTERN_C_NAME(getbaldwinlomaxviscosity)
#define getKEpsilonViscosity   EXTERN_C_NAME(getkepsilonviscosity)
#define getLargeEddySimulationViscosity   EXTERN_C_NAME(getlargeeddysimulationviscosity)
#define insLineSetupNew   EXTERN_C_NAME(inslinesetupnew)
#define insLineSolveBC   EXTERN_C_NAME(inslinesolvebc)

Function Documentation

void getBaldwinLomaxViscosity ( const int &  nd,
const int &  n1a,
const int &  n1b,
const int &  n2a,
const int &  n2b,
const int &  n3a,
const int &  n3b,
const int &  nd1a,
const int &  nd1b,
const int &  nd2a,
const int &  nd2b,
const int &  nd3a,
const int &  nd3b,
const int &  nd4a,
const int &  nd4b,
const int &  mask,
const real &  rx,
const real &  xy,
const real &  u,
const real &  v,
const real &  dw,
const int &  bc,
const int &  boundaryCondition,
const int &  ipar,
const real &  rpar,
const DataBase *  pdb,
const int &  ierr 
)
void getKEpsilonViscosity ( const int &  nd,
const int &  n1a,
const int &  n1b,
const int &  n2a,
const int &  n2b,
const int &  n3a,
const int &  n3b,
const int &  nd1a,
const int &  nd1b,
const int &  nd2a,
const int &  nd2b,
const int &  nd3a,
const int &  nd3b,
const int &  nd4a,
const int &  nd4b,
const int &  mask,
const real &  rx,
const real &  xy,
const real &  u,
const real &  v,
const real &  dw,
const int &  bc,
const int &  boundaryCondition,
const int &  ipar,
const real &  rpar,
const DataBase *  pdb,
const int &  ierr 
)
void getLargeEddySimulationViscosity ( const int &  nd,
const int &  n1a,
const int &  n1b,
const int &  n2a,
const int &  n2b,
const int &  n3a,
const int &  n3b,
const int &  nd1a,
const int &  nd1b,
const int &  nd2a,
const int &  nd2b,
const int &  nd3a,
const int &  nd3b,
const int &  nd4a,
const int &  nd4b,
const int &  mask,
const real &  rx,
const real &  xy,
const real &  u,
const real &  v,
const real &  dw,
const int &  bc,
const int &  boundaryCondition,
const int &  ipar,
const real &  rpar,
const DataBase *  pdb,
const int &  ierr 
)