Memosa-FVM  0.2
PlateVC< T > Struct Template Reference

#include <PlateBC.h>

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

Public Member Functions

 PlateVC ()
 
- 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 vcType
 

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

Definition at line 26 of file PlateBC.h.

Constructor & Destructor Documentation

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

Definition at line 28 of file PlateBC.h.

References FloatVarDict< T >::defineVar().

29  {
30  this->defineVar("ym",T(1.0));
31  this->defineVar("nu",T(1.0));
32  this->defineVar("density",T(1.0));
33  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation

template<class T>
string PlateVC< T >::vcType

Definition at line 34 of file PlateBC.h.

Referenced by PlateModel< T >::Impl::Impl().


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