|
FEBio
1.5.0
|
This class defines a deformation-independent constant force (e.g. gravity) More...
#include <FEConstBodyForce.h>
Public Member Functions | |
| FEConstBodyForce (FEModel *pfem) | |
| vec3d | force (FEMaterialPoint &pt) |
| calculate the body force at a material point | |
| mat3ds | stiffness (FEMaterialPoint &pt) |
| calculate constribution to stiffness matrix | |
Protected Member Functions | |
| DECLARE_PARAMETER_LIST () | |
Protected Attributes | |
| vec3d | m_f |
This class defines a deformation-independent constant force (e.g. gravity)
1.7.5.1