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

Particles interactions computation. More...

Include dependency graph for deltaSPH.cl:

Macros

#define __CLEARY__   8.f
#define _LAPP_   lap_p[i]

Functions

__kernel void lapp (const __global int *imove, const __global int *imirrored, const __global vec *r, const __global vec *rmirrored, const __global float *rho, const __global float *m, const __global float *p, const __global float *h_var, __global float *lap_p, __global uint *icell, __global uint *ihoc, usize N, LINKLIST_LOCAL_PARAMS)
 Laplacian of the pressure computation.

Detailed Description

Particles interactions computation.

Macro Definition Documentation

◆ __CLEARY__

#define __CLEARY__   8.f

◆ _LAPP_

#define _LAPP_   lap_p[i]

Function Documentation

◆ lapp()

__kernel void lapp ( const __global int * imove,
const __global int * imirrored,
const __global vec * r,
const __global vec * rmirrored,
const __global float * rho,
const __global float * m,
const __global float * p,
const __global float * h_var,
__global float * lap_p,
__global uint * icell,
__global uint * ihoc,
usize N,
LINKLIST_LOCAL_PARAMS  )

Laplacian of the pressure computation.

Parameters
imoveMoving flags.
  • imove > 0 for regular fluid particles.
  • imove = 0 for sensors.
  • imove < 0 for boundary elements/particles.
imirrored0 if the particle has not been mirrored, 1 otherwise.
rPosition \( \mathbf{r} \).
rmirroredMirrored position of the particle, r if imirrored is false (0).
rhoDensity \( \rho \).
mMass \( m \).
pPressure \( p \).
h_varvariable kernel lenght \( h \).
lap_pPressure laplacian \( \Delta p \).
icellCell where each particle is located.
ihocHead of chain for each cell (first particle found).
NNumber of particles.
n_cellsNumber of cells in each direction
Here is the call graph for this function: