CG
Version 25
|
#include "DomainSolver.h"
#include "HDF_DataBase.h"
#include "ReductionMapping.h"
#include "NurbsMapping.h"
#include "ParallelUtility.h"
Macros | |
#define | FOR_3D(i1, i2, i3, I1, I2, I3) |
#define | VERTEX0(i0, i1, i2) (xa+dx0*(i0-i0a)) |
#define | VERTEX1(i0, i1, i2) (ya+dy0*(i1-i1a)) |
#define | VERTEX2(i0, i1, i2) (za+dz0*(i2-i2a)) |
#define | VERTEX20(i0, i1, i2) (xab2[0][0]+dx2[0]*(i0-c2.gridIndexRange(0,0))) |
#define | VERTEX21(i0, i1, i2) (xab2[0][1]+dx2[1]*(i1-c2.gridIndexRange(0,1))) |
#define | VERTEX22(i0, i1, i2) (xab2[0][2]+dx2[2]*(i2-c2.gridIndexRange(0,2))) |
#define | PROFILE(d, w) (d)*(2.*w-d) |
#define | PROFILE3(d) ( (d)*(3.+(d)*( (d)-3.)) ) |
Variables | |
real | blasiusFPData [101][2] |
kkc data for blasius solution for flat plate boundary layer (the table is at the end of the file) | |
real | blasiusFData [101][2] |
Referenced by DomainSolver::parabolicInflow().
Referenced by DomainSolver::parabolicInflow().
Referenced by DomainSolver::parabolicInflow().
real blasiusFData |
Referenced by DomainSolver::parabolicInflow().
real blasiusFPData |
kkc data for blasius solution for flat plate boundary layer (the table is at the end of the file)
Referenced by DomainSolver::parabolicInflow().