 |  |  | Gerris Flow Solver Reference Manual |  |
---|
Constant inflow boundary
Name
Constant inflow boundary --
Details
GFS_BOUNDARY_INFLOW_CONSTANT_CLASS()
#define GFS_BOUNDARY_INFLOW_CONSTANT_CLASS(klass)
GFS_BOUNDARY_INFLOW_CONSTANT()
#define GFS_BOUNDARY_INFLOW_CONSTANT(obj)
GFS_IS_BOUNDARY_INFLOW_CONSTANT()
#define GFS_IS_BOUNDARY_INFLOW_CONSTANT(obj)
struct GfsBoundaryInflowConstantClass
struct GfsBoundaryInflowConstantClass {
GfsBoundaryClass parent_class;
};
struct GfsBoundaryInflowConstant
struct GfsBoundaryInflowConstant {
GfsBoundary parent;
GfsFunction * un;
};