AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Functions
Inlet.cl File Reference

Vanish the velocity and desnity rates of variation of the velocity and density for the dummy particles of the inlet. More...

#include "resources/Scripts/types/types.h"
Include dependency graph for Inlet.cl:

Functions

__kernel void feed (__global int *imove, __global unsigned int *iset, __global vec *r, __global vec *u, __global vec *dudt, __global float *rho, __global float *drhodt, __global float *m, __global float *p, __constant float *refd, unsigned int N, unsigned int nbuffer, float dt, float cs, float p0, vec g, float dr, vec inlet_r, vec inlet_ru, vec inlet_rv, uivec2 inlet_N, vec inlet_n, float inlet_U, vec inlet_rFS, float inlet_R, int inlet_starving)
 Particles generation at the inlet (i.e. inflow) boundary condition.
 
__kernel void rates (__global int *imove, __global vec *r, __global vec *u, __global vec *dudt, __global float *drhodt, unsigned int N, vec inlet_r, float inlet_U, vec inlet_n)
 Vanish the velocity and desnity rates of variation of the velocity and density for the dummy particles of the inlet.
 

Detailed Description

Vanish the velocity and desnity rates of variation of the velocity and density for the dummy particles of the inlet.