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