AQUAgpusph 4.1.2
|
Sensors values renormalization. More...
#include "resources/Scripts/types/types.h"
Functions | |
__kernel void | entry (const __global int *imove, const __global float *shepard, __global vec *u, __global float *rho, __global float *p, unsigned int N, float dt, vec g) |
Interpolated values renormalization ofr the sensors. | |
Sensors values renormalization.
__kernel void entry | ( | const __global int * | imove, |
const __global float * | shepard, | ||
__global vec * | u, | ||
__global float * | rho, | ||
__global float * | p, | ||
unsigned int | N, | ||
float | dt, | ||
vec | g | ||
) |
Interpolated values renormalization ofr the sensors.
imove | Moving flags.
|
shepard | Shepard term \( \gamma(\mathbf{x}) = \int_{\Omega} W(\mathbf{y} - \mathbf{x}) \mathrm{d}\mathbf{x} \). |
u | Velocity \( \mathbf{u} \). |
rho | Density \( \rho \). |
p | Pressure \( p \). |
N | Number of particles. |
dt | Time step \( \Delta t \). |
g | Gravity acceleration \( \mathbf{g} \). |