00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef _ANMTHCKAS2D_H
00014 #define _ANMTHCKAS2D_H
00015
00016 #include "thckaxsh.h"
00017
00018
00019
00020
00021 class cAnmThickAxisymShell2D : public cAnmThickAxisymShell
00022 {
00023 public:
00024 cAnmThickAxisymShell2D ( void );
00025 ~cAnmThickAxisymShell2D ( void ) { };
00026 void CMatrix ( double, double *, double ** );
00027 void VecTensor ( double *, sTensor * );
00028 void TensorVec ( sTensor *, double * );
00029 void GetSclLabels ( char **label );
00030 double MisesStress ( sTensor * );
00031 };
00032
00033 #endif
00034
00035