![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <iostream>#include <mechsys/linalg/matvec.h>Go to the source code of this file.
Namespaces | |
| namespace | SPH |
Smoothed Particles Hydrodynamics. | |
Functions | |
| double | SPH::Kernel (double r, double h) |
| double | SPH::GradKernel (double r, double h) |
| double | SPH::Kernel (Vec3_t &x, Vec3_t &xp, double h) |
| double | SPH::Pressure (double rho) |
| double | SPH::SoundSpeed (double rho) |
1.7.6.1