⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
CLASS
All Projects
CLASS
Overview
Activity
Issues
News
Forums
Files
Download (309 Bytes)
RE: Too many steps in routine RungeKutta
» EQM_Simple.hxx
YANG Richard Yi
, 03/01/2016 03:52 PM
# ifndef _EQM_Simple_HXX
# define _EQM_Simple_HXX
# include "EquivalenceModel.hxx"
using
namespace
std
;
class
EQM_Simple
:
public
EquivalenceModel
{
public
:
EQM_Simple
();
~
EQM_Simple
();
double
GetFissileMolarFraction
(
IsotopicVector
Fissil
,
IsotopicVector
Fertil
,
double
BurnUp
);
private
:
};
# endif
« Previous
1
2
Next »
(2-2/2)
Loading...