HDF input of the O2scl EOS data files. More...
#include <hdf5.h>
#include <o2scl/constants.h>
#include <o2scl/hdf_file.h>
#include <o2scl/lib_settings.h>
#include <o2scl/eos_had_apr.h>
#include <o2scl/eos_had_skyrme.h>
#include <o2scl/eos_had_rmf.h>
#include <o2scl/eos_had_gogny.h>
Go to the source code of this file.
Namespaces | |
o2scl_hdf | |
Additional functions to read and write EOS data to HDF5 files. | |
Functions | |
void | o2scl_hdf::gogny_load (o2scl::eos_had_gogny &ge, std::string model, std::string filename="") |
Read the Gogny EOS from a data file. More... | |
void | o2scl_hdf::rmf_load (o2scl::eos_had_rmf &rmf, std::string model, bool external=false) |
Input a o2scl::eos_had_rmf object from an HDF file. More... | |
void | o2scl_hdf::skyrme_load (o2scl::eos_had_skyrme &sk, std::string model, bool external=false) |
Input a o2scl::eos_had_skyrme object from an HDF file. More... | |
void | o2scl_hdf::skyrme_write (hdf_file &hf, o2scl::eos_had_skyrme &sk, std::string name) |
Write a o2scl::eos_had_skyrme object to an HDF file. | |
void | o2scl_hdf::skyrme_write (o2scl::eos_had_skyrme &sk, std::string model) |
Write a o2scl::eos_had_skyrme object to an HDF file in the O2scl data directory. | |
o2scl::eos_had_base * | o2scl_hdf::eos_had_strings (std::string type, std::string name="") |
Return a pointer to an eos_had_base object from two strings specifying type and name. | |
void | o2scl_hdf::eos_had_strings_list () |
List EOSs understood by eos_had_strings() . | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).