Memosa-FVM  0.2
PlateBC< T > Struct Template Reference

#include <PlateBC.h>

Inheritance diagram for PlateBC< T >:
Collaboration diagram for PlateBC< T >:

Public Member Functions

 PlateBC ()
 
- Public Member Functions inherited from FloatVarDict< T >
bool hasVar (const string varName) const
 
operator[] (const string varName) const
 
bool isField (const string varName) const
 
FieldgetField (const string varName) const
 
FloatVal< T > getVal (const string varName) const
 

Public Attributes

string bcType
 

Additional Inherited Members

- Public Types inherited from FloatVarDict< T >
typedef map< string, FloatVal
< T > > 
T_Parent
 
- Protected Member Functions inherited from FloatVarDict< T >
void defineVar (const string varName, const T defaultValue)
 

Detailed Description

template<class T>
struct PlateBC< T >

Definition at line 11 of file PlateBC.h.

Constructor & Destructor Documentation

template<class T>
PlateBC< T >::PlateBC ( )
inline

Definition at line 13 of file PlateBC.h.

References FloatVarDict< T >::defineVar().

14  {
15  this->defineVar("specifiedXRotation",T(0.0));
16  this->defineVar("specifiedYRotation",T(0.0));
17  this->defineVar("specifiedZDeformation",T(0.0));
18  this->defineVar("specifiedXShear",T(0.0));
19  this->defineVar("specifiedYShear",T(0.0));
20  this->defineVar("specifiedZShear",T(0.0));
21  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

template<class T>
string PlateBC< T >::bcType

The documentation for this struct was generated from the following file: