A ExternalFuel do what????????.
More...
#include <ExternalFuel.hxx>
|
| ExternalFuel (string Compofilename) |
| Constructor. More...
|
|
| ~ExternalFuel () |
| Destructor. More...
|
|
vector< int > | Z () |
| return vector of number of protons More...
|
|
vector< int > | A () |
| return vector of number of nucleons (A=0 means natural isotopes) More...
|
|
vector< int > | I () |
| return vector of Isomeric state (Ground State, ith excited) More...
|
|
vector< double > | MolarProp () |
| return vector of proportion More...
|
|
A ExternalFuel do what????????.
??????????????
- Author
- ?????
- Version
- ????????
ExternalFuel::ExternalFuel |
( |
string |
Compofilename | ) |
|
ExternalFuel::~ExternalFuel |
( |
| ) |
|
|
inline |
vector<int> ExternalFuel::A |
( |
| ) |
|
|
inline |
return vector of number of nucleons (A=0 means natural isotopes)
vector<int> ExternalFuel::I |
( |
| ) |
|
|
inline |
return vector of Isomeric state (Ground State, ith excited)
vector<double> ExternalFuel::MolarProp |
( |
| ) |
|
|
inline |
return vector of proportion
vector<int> ExternalFuel::Z |
( |
| ) |
|
|
inline |
return vector of number of protons
vector<int> ExternalFuel::fA |
|
private |
vector of number of nucleons (A=0 means natural isotopes)
string ExternalFuel::fExternalCompositionInputFilename |
|
private |
vector<int> ExternalFuel::fI |
|
private |
vector of Isomeric state (Ground State, ith excited)
vector<double> ExternalFuel::fMolarProp |
|
private |
vector<int> ExternalFuel::fZ |
|
private |
vector of number of protons
The documentation for this class was generated from the following files: