![]() |
v0.13.2 |
#include <users_modules/multifield_plasticity/src/RigidBodies.hpp>
Public Member Functions | |
ConeRigidBody (VectorDouble c_coords, VectorDouble roller_disp, int id) | |
MoFEMErrorCode | getRollerDataForTag () |
Tensor1< double, 3 > | getNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_disp) |
Tensor1< double, 3 > | getNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< double, 3 > &t_disp) |
Tensor1< double, 3 > | getNormal (Tensor1< double, 3 > &t_coords, Tensor1< double, 3 > &t_disp) |
Tensor2< double, 3, 3 > | getDiffNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_disp, Tensor1< TPack1, 3 > &t_normal) |
double | getGap (Tensor1< TPack3, 3 > &t_coords) |
Tensor1< double, 3 > | getdGap (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_normal) |
template<typename T1 , typename T2 > | |
Tensor1< double, 3 > & | getNormalImpl (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_disp) |
template<typename T1 > | |
double | getGapImpl (Tensor1< T1, 3 > &t_coords) |
template<typename T1 , typename T2 , typename T3 > | |
Tensor2< double, 3, 3 > | getDiffNormalImpl (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_disp, Tensor1< T3, 3 > &t_normal) |
template<typename T1 , typename T2 > | |
Tensor1< double, 3 > | getdGapImpl (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_normal) |
virtual MoFEMErrorCode | getBodyOptions () |
![]() | |
RigidBodyData (VectorDouble c_coords, VectorDouble roller_disp, int id) | |
RigidBodyData ()=delete | |
virtual | ~RigidBodyData () |
virtual Tensor1< double, 3 > | getNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_disp)=0 |
virtual Tensor1< double, 3 > | getNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< double, 3 > &t_disp)=0 |
virtual Tensor1< double, 3 > | getNormal (Tensor1< double, 3 > &t_coords, Tensor1< double, 3 > &t_disp)=0 |
virtual Tensor2< double, 3, 3 > | getDiffNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_disp, Tensor1< TPack1, 3 > &t_normal)=0 |
virtual double | getGap (Tensor1< TPack3, 3 > &t_coords)=0 |
virtual Tensor1< double, 3 > | getdGap (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_normal)=0 |
virtual MoFEMErrorCode | getBodyOptions ()=0 |
MoFEMErrorCode | computeRotationMatrix () |
Tensor1< double, 3 > | getBodyOffset () |
template<typename T1 , typename T2 > | |
Tensor1< double, 3 > & | getPointCoords (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_disp) |
MoFEMErrorCode | saveBasicDataOnTag (moab::Interface &moab_debug, EntityHandle &vertex) |
virtual MoFEMErrorCode | getRollerDataForTag ()=0 |
Public Attributes | |
shared_ptr< ArbitrarySurfaceData > | cP |
double | sLope |
double | hEight |
double | rAdius |
double | smallRadius |
double | oFfset |
double | aNgle |
![]() | |
const int | iD |
Index< 'i', 3 > | i |
Index< 'j', 3 > | j |
Index< 'k', 3 > | k |
VectorDouble | originCoords |
VectorDouble | rollerDisp |
VectorDouble | BodyDispScaled |
VectorDouble | BodyDirectionScaled |
double | gAp |
Tensor1< double, 3 > | tNormal |
Tensor1< double, 3 > | dGap |
Tensor1< double, 3 > | pointCoords |
Tensor1< double, 3 > | closestPoint |
Tensor1< double, 3 > | defaultOrientation |
Tensor1< double, 3 > | oRientation |
Tensor2< double, 3, 3 > | rotationMat |
Tensor2< double, 3, 3 > | diffNormal |
boost::shared_ptr< TimeAccelerogram > | methodOpForRollerPosition |
boost::shared_ptr< TimeAccelerogram > | methodOpForRollerDirection |
int | bodyType |
array< double, 9 > | dataForTags |
Additional Inherited Members | |
![]() | |
using | TPack3 = PackPtr< double *, 3 > |
using | TPack1 = PackPtr< double *, 1 > |
Definition at line 990 of file RigidBodies.hpp.
|
inline |
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1209 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1040 of file RigidBodies.hpp.
|
inline |
Definition at line 1204 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1031 of file RigidBodies.hpp.
|
inline |
Definition at line 1182 of file RigidBodies.hpp.
Implements RigidBodyData.
Definition at line 1037 of file RigidBodies.hpp.
Definition at line 1177 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1026 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1022 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1018 of file RigidBodies.hpp.
|
inline |
Definition at line 1046 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1009 of file RigidBodies.hpp.
double ConeRigidBody::aNgle |
Definition at line 998 of file RigidBodies.hpp.
shared_ptr<ArbitrarySurfaceData> ConeRigidBody::cP |
Definition at line 991 of file RigidBodies.hpp.
double ConeRigidBody::hEight |
Definition at line 993 of file RigidBodies.hpp.
double ConeRigidBody::oFfset |
Definition at line 996 of file RigidBodies.hpp.
double ConeRigidBody::rAdius |
Definition at line 994 of file RigidBodies.hpp.
double ConeRigidBody::sLope |
Definition at line 992 of file RigidBodies.hpp.
double ConeRigidBody::smallRadius |
Definition at line 995 of file RigidBodies.hpp.