⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
CLASS
All Projects
CLASS
Overview
Activity
Issues
News
Forums
Files
Download (673 Bytes)
RE: Too many steps in routine RungeKutta
» EQM_Simple.cxx
YANG Richard Yi
, 03/01/2016 03:52 PM
# include "EquivalenceModel.hxx"
# include "EQM_Simple.hxx"
# include "CLASSLogger.hxx"
# include <iostream>
using
namespace
std
;
EQM_Simple
::
EQM_Simple
()
{
ZAI
U8
(
92
,
238
,
0
);
ZAI
U5
(
92
,
235
,
0
);
ZAI
U4
(
92
,
234
,
0
);
ZAI
U6
(
92
,
236
,
0
);
// Fertile
fFertileList
=
U8
*
1
;
// Fissile
fFissileList
=
U4
*
1
+
U5
*
1
+
U6
*
1
;
}
EQM_Simple
::~
EQM_Simple
()
{
}
double
EQM_Simple
::
GetFissileMolarFraction
(
IsotopicVector
Fissil
,
IsotopicVector
Fertil
,
double
BurnUp
)
{
double
fissilepropotion
=
1
-
0.952388
;
return
fissilepropotion
;
}
// g++ -g -O -I $CLASS_include -L $CLASS_lib -lCLASSpkg `root-config --cflags` `root-config --libs` -fopenmp -lgomp -Wunused-result -c EQM_Simple.cxx
« Previous
1
2
Next »
(1-1/2)
Loading...