AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Macros | Functions
EOS.cl File Reference

Equation Of State (EOS) computation. More...

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

Macros

#define EXCLUDED_PARTICLE(index)   (imove[index] <= 0) && (imove[index] != -1)
 Condition to exclude a particle from the EOS computation.
 

Functions

__kernel void entry (__global unsigned int *iset, __global int *imove, __global float *rho, __global float *p, __constant float *refd, unsigned int N, float cs, float p0)
 Stiffness Equation Of State (EOS) computation.
 

Detailed Description

Equation Of State (EOS) computation.