VTK
|
compute stress tensors given point load on semi-infinite domain More...
#include <vtkPointLoad.h>
compute stress tensors given point load on semi-infinite domain
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.
Definition at line 38 of file vtkPointLoad.h.
Reimplemented from vtkImageAlgorithm.
Definition at line 41 of file vtkPointLoad.h.
vtkPointLoad::vtkPointLoad | ( | ) | [protected] |
vtkPointLoad::~vtkPointLoad | ( | ) | [inline, protected] |
Definition at line 89 of file vtkPointLoad.h.
static int vtkPointLoad::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageAlgorithm.
virtual int vtkPointLoad::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageAlgorithm.
static vtkPointLoad* vtkPointLoad::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImageAlgorithm.
virtual vtkObjectBase* vtkPointLoad::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImageAlgorithm.
vtkPointLoad* vtkPointLoad::NewInstance | ( | ) | const |
Reimplemented from vtkImageAlgorithm.
void vtkPointLoad::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkImageAlgorithm.
static vtkPointLoad* vtkPointLoad::New | ( | ) | [static] |
Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), and LoadValue = 1.
Reimplemented from vtkAlgorithm.
virtual void vtkPointLoad::SetLoadValue | ( | double | ) | [virtual] |
Set/Get value of applied load.
virtual double vtkPointLoad::GetLoadValue | ( | ) | [virtual] |
Set/Get value of applied load.
void vtkPointLoad::SetSampleDimensions | ( | int | i, |
int | j, | ||
int | k | ||
) |
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume.
void vtkPointLoad::SetSampleDimensions | ( | int | dim[3] | ) |
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume.
virtual int* vtkPointLoad::GetSampleDimensions | ( | ) | [virtual] |
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume.
virtual void vtkPointLoad::GetSampleDimensions | ( | int | data[3] | ) | [virtual] |
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume.
virtual void vtkPointLoad::SetModelBounds | ( | double | , |
double | , | ||
double | , | ||
double | , | ||
double | , | ||
double | |||
) | [virtual] |
Specify the region in space over which the tensors are computed. The point load is assumed to be applied at top center of the volume.
virtual void vtkPointLoad::SetModelBounds | ( | double | [6] | ) | [virtual] |
Specify the region in space over which the tensors are computed. The point load is assumed to be applied at top center of the volume.
virtual double* vtkPointLoad::GetModelBounds | ( | ) | [virtual] |
Specify the region in space over which the tensors are computed. The point load is assumed to be applied at top center of the volume.
virtual void vtkPointLoad::GetModelBounds | ( | double | data[6] | ) | [virtual] |
Specify the region in space over which the tensors are computed. The point load is assumed to be applied at top center of the volume.
virtual void vtkPointLoad::SetPoissonsRatio | ( | double | ) | [virtual] |
Set/Get Poisson's ratio.
virtual double vtkPointLoad::GetPoissonsRatio | ( | ) | [virtual] |
Set/Get Poisson's ratio.
void vtkPointLoad::SetComputeEffectiveStress | ( | int | ) | [inline] |
Turn on/off computation of effective stress scalar. These methods do nothing. The effective stress is always computed.
Definition at line 81 of file vtkPointLoad.h.
int vtkPointLoad::GetComputeEffectiveStress | ( | ) | [inline] |
Turn on/off computation of effective stress scalar. These methods do nothing. The effective stress is always computed.
Definition at line 82 of file vtkPointLoad.h.
void vtkPointLoad::ComputeEffectiveStressOn | ( | ) | [inline] |
Turn on/off computation of effective stress scalar. These methods do nothing. The effective stress is always computed.
Definition at line 83 of file vtkPointLoad.h.
void vtkPointLoad::ComputeEffectiveStressOff | ( | ) | [inline] |
Turn on/off computation of effective stress scalar. These methods do nothing. The effective stress is always computed.
Definition at line 84 of file vtkPointLoad.h.
virtual int vtkPointLoad::RequestInformation | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
Subclasses can reimplement this method to collect information from their inputs and set information for their outputs.
Reimplemented from vtkImageAlgorithm.
virtual void vtkPointLoad::ExecuteDataWithInformation | ( | vtkDataObject * | output, |
vtkInformation * | outInfo | ||
) | [protected, virtual] |
This is a convenience method that is implemented in many subclasses instead of RequestData. It is called by RequestData.
Reimplemented from vtkImageAlgorithm.
double vtkPointLoad::LoadValue [protected] |
Definition at line 96 of file vtkPointLoad.h.
double vtkPointLoad::PoissonsRatio [protected] |
Definition at line 97 of file vtkPointLoad.h.
int vtkPointLoad::SampleDimensions[3] [protected] |
Definition at line 98 of file vtkPointLoad.h.
double vtkPointLoad::ModelBounds[6] [protected] |
Definition at line 99 of file vtkPointLoad.h.