• Main Page
  • Classes
  • Files
  • File List

FeNiMetChuang.h

00001 #ifndef FENIMETCHUANG_H
00002 #define FENIMETCHUANG_H
00003 
00004 #include "RegularSolution.h"
00005 
00013 class FeNiMetChuang: public RegularSolution {
00014  public:
00016   FeNiMetChuang();
00018   ~FeNiMetChuang();
00023   virtual void setTk(double ltk);//overrides Phase
00025   const int FE;
00027   const int NI;
00028 
00029  protected:
00031   const int NCOMP;
00033   virtual void init();
00034 };
00035     
00036 #endif  
00037 
00038 

Generated on Fri Aug 6 2010 13:30:28 for phases by  doxygen 1.7.1