Memosa-FVM  0.2
ContactModelConstants< T > Struct Template Reference

#include <ContactFields.h>

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

Public Member Functions

 ContactModelConstants ()
 
- 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
 

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 ContactModelConstants< T >

Definition at line 15 of file ContactFields.h.

Constructor & Destructor Documentation

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

Definition at line 17 of file ContactFields.h.

References FloatVarDict< T >::defineVar().

18  {
19  this->defineVar("gap", T(3.0e-6));
20  this->defineVar("thickness", T(2.0e-6));
21  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

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