| MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHmatterSPH.h>


Public Member Functions | |
| ChNodeSPH () | |
| ChNodeSPH (const ChNodeSPH &other) | |
| ChNodeSPH & | operator= (const ChNodeSPH &other) |
| double | GetKernelRadius () |
| void | SetKernelRadius (double mr) |
| double | GetCollisionRadius () |
| void | SetCollisionRadius (double mr) |
| void | SetMass (double mmass) |
| double | GetMass () const |
| ChLcpVariables & | Variables () |
Public Attributes | |
| ChLcpVariablesNode | variables |
| ChCollisionModel * | collision_model |
| ChVector | UserForce |
| double | volume |
| double | density |
| double | h_rad |
| double | coll_rad |
| double | pressure |
Class for a single node in the SPH cluster (it does not define mass, inertia and shape becuase those data are shared between them)
CHRONO::ENGINE