RE: Too many steps in routine RungeKutta » EQM_Simple.hxx
| 1 |
# ifndef _EQM_Simple_HXX
|
|---|---|
| 2 |
# define _EQM_Simple_HXX
|
| 3 |
# include "EquivalenceModel.hxx"
|
| 4 |
using namespace std ; |
| 5 |
|
| 6 |
class EQM_Simple:public EquivalenceModel |
| 7 |
{
|
| 8 |
public : |
| 9 |
EQM_Simple(); |
| 10 |
~EQM_Simple(); |
| 11 |
double GetFissileMolarFraction(IsotopicVector Fissil,IsotopicVector Fertil,double BurnUp); |
| 12 |
private : |
| 13 |
};
|
| 14 |
# endif
|
- « Previous
- 1
- 2
- Next »