AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
SensorsRenormalization.cl File Reference

Sensors values renormalization. More...

Include dependency graph for SensorsRenormalization.cl:

Functions

__kernel void entry (const __global int *imove, const __global float *shepard, __global vec *u, __global float *rho, __global float *p, usize N, float dt, vec g)
 Interpolated values renormalization ofr the sensors.

Detailed Description

Sensors values renormalization.

Function Documentation

◆ entry()

__kernel void entry ( const __global int * imove,
const __global float * shepard,
__global vec * u,
__global float * rho,
__global float * p,
usize N,
float dt,
vec g )

Interpolated values renormalization ofr the sensors.

Parameters
imoveMoving flags.
  • imove > 0 for regular fluid particles.
  • imove = 0 for sensors.
  • imove < 0 for boundary elements/particles.
shepardShepard term \( \gamma(\mathbf{x}) = \int_{\Omega} W(\mathbf{y} - \mathbf{x}) \mathrm{d}\mathbf{x} \).
uVelocity \( \mathbf{u} \).
rhoDensity \( \rho \).
pPressure \( p \).
NNumber of particles.
dtTime step \( \Delta t \).
gGravity acceleration \( \mathbf{g} \).
See also
Sensors.cl