Calculating and initializing the speed of sound in dependence of the used equation of state. More...
#include "../particles.cuh"
#include "../subdomain_key_tree/subdomain.cuh"
#include "../parameter.h"
#include "../materials/material.cuh"
#include "kernel.cuh"
#include "cuda_utils/cuda_utilities.cuh"
#include "cuda_utils/cuda_runtime.h"
Go to the source code of this file.
Namespaces | |
namespace | SPH |
SPH related functions and kernels. | |
namespace | SPH::Kernel |
SPH related (CUDA) kernels. | |
namespace | SPH::Kernel::Launch |
SPH related (CUDA) kernel wrappers. | |
Macros | |
#define | MILUPHPC_SOUNDSPEED_CUH |
Functions | |
__global__ void | SPH::Kernel::initializeSoundSpeed (Particles *particles, Material *materials, int numParticles) |
Initialize the speed of sound \( c_s \). More... | |
__global__ void | SPH::Kernel::calculateSoundSpeed (Particles *particles, Material *materials, int numParticles) |
Calculate the speed of sound \( c_s \). More... | |
real | SPH::Kernel::Launch::initializeSoundSpeed (Particles *particles, Material *materials, int numParticles) |
Wrapper for SPH::Kernel::initializeSoundSpeed(). More... | |
real | SPH::Kernel::Launch::calculateSoundSpeed (Particles *particles, Material *materials, int numParticles) |
Wrapper for SPH::Kernel::calculateSoundSpeed(). More... | |
Calculating and initializing the speed of sound in dependence of the used equation of state.
This file contains the speed of sound calculation and initialization.
Definition in file soundspeed.cuh.
#define MILUPHPC_SOUNDSPEED_CUH |
Definition at line 11 of file soundspeed.cuh.