OCFD_boundary_Liftbody3D.h 266 Bytes
Newer Older
ccfd's avatar
ccfd committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __OCFD_BOUNDARY_LIFTBODY3D_H
#define __OCFD_BOUNDARY_LIFTBODY3D_H
#include "parameters.h"

#ifdef __cplusplus
extern "C"{
#endif

void bc_user_Liftbody3d();
void bc_user_Liftbody3d_simple();
void bc_user_Liftbody3d_plus();

#ifdef __cplusplus
}
#endif
#endif