Pointwise Plugin SDK
rtCaepSupportData.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * Pointwise Plugin utility functions
4  *
5  * (C) 2021 Cadence Design Systems, Inc. All rights reserved worldwide.
6  *
7  ***************************************************************************/
8 
9 #ifndef _RTCAEPSUPPORTDATA_H_
10 #define _RTCAEPSUPPORTDATA_H_
11 
14 /*------------------------------------*/
15 /* CaeXxxxx format item setup data */
16 /*------------------------------------*/
17 CAEP_BCINFO CaeXxxxxBCInfo[] = {
18  { "inflow-CaeXxxxx", 100 },
19  { "outflow-CaeXxxxx", 101 },
20  { "wall-CaeXxxxx", 102 },
21 };
22 /*------------------------------------*/
23 CAEP_VCINFO CaeXxxxxVCInfo[] = {
24  { "viscous-CaeXxxxx", 200 },
25  { "invisid-CaeXxxxx", 201 },
26 };
27 /*------------------------------------*/
28 const char *CaeXxxxxFileExt[] = {
29  "Xxxxx"
30 };
35 /************************************************************************/
86 #endif /* _RTCAEPSUPPORTDATA_H_ */
CAEP_VCINFO
Volume condition definition information.
Definition: apiCAEP.h:166
CAEP_BCINFO
Boundary condition definition information.
Definition: apiCAEP.h:67