Class nucmass_dz_table (o2scl)¶
-
class
o2scl
::
nucmass_dz_table
: public o2scl::nucmass_table¶ Duflo-Zuker mass formula from tables.
The mass formulas from Duflo95 as given in the files
du_zu_28.feb95
anddu_zu_10.feb96
as obtained from http://amdc.in2p3.fr/web/dz.html . These data files have been reformatted for into HDF files with namesdu_zu_95.o2
anddu_zu_96.o2
.Public Functions
-
nucmass_dz_table
(std::string model = "96", bool external = false)¶ Create a new mass formula object.
The string
model
is either"95"
or"96"
.
-
~nucmass_dz_table
()¶
-
bool
is_included
(int Z, int N)¶ Return false if the mass formula does not include specified nucleus.
-
double
mass_excess
(int Z, int N)¶ Given
Z
andN
, return the mass excess in MeV.
-
const char *
type
()¶ Return the type,
"nucmass_dz_table"
.
-