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

Sensors values renormalization. More...

#include "resources/Scripts/types/types.h"
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, unsigned int 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,
unsigned int  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
Here is the call graph for this function: