vtkPointLoad - compute stress tensors given point load on semi-infinite domain
Super Class: vtkStructuredPointsSource
Description:
vtkPointLoad is a source object that computes stress tensors on a volume. The tensors are computed from the application of a point load on a semi-infinite domain. (The analytical results are adapted from Saada - see text.) It also is possible to compute effective stress scalars if desired. This object serves as a specialized data generator for some of the examples in the text.
See Also:
Methods:
Detailed Method Descriptions:
![]() | static vtkPointLoad *New () |
![]() | void SetLoadValue (float ) |
![]() | float GetLoadValue () |
![]() | void SetSampleDimensions (int ,int ,int ) |
![]() | void SetSampleDimensions (int ) |
![]() | int *GetSampleDimensions () |
![]() | void SetModelBounds (float ,float ,float ,float ,float ,float ) |
![]() | void SetModelBounds (float *) |
![]() | float *GetModelBounds () |
![]() | void SetPoissonsRatio (float ) |
![]() | float GetPoissonsRatio () |
![]() | void SetComputeEffectiveStress (int ) |
![]() | int GetComputeEffectiveStress () |
![]() | void ComputeEffectiveStressOn () |
![]() | void ComputeEffectiveStressOff () |