|
LP2R 1.0
Linear Polydisperse Polymer Rheology
|
Handle output in RepTate format. More...
#include "../include/LP2R.h"Functions | |
| void | RepTateOpen (std::fstream &fRh, std::fstream &fDi) |
| Open files for Reptate format and add headers. More... | |
| void | RepTateWrite (std::fstream &fRh, std::fstream &fDi, const double(&res)[5]) |
| write relaxation data in RepTate format More... | |
| void | CSVOpen (std::fstream &fRh) |
| Open file for CSV format and add headers. More... | |
| void | CSVWrite (std::fstream &fRh, const double(&res)[5]) |
| write relaxation data in CSV file More... | |
Handle output in RepTate format.
| void CSVOpen | ( | std::fstream & | fRh | ) |
Open file for CSV format and add headers.
| [out] | fRh | : file for mechanical spectra output |
| void CSVWrite | ( | std::fstream & | fRh, |
| const double(&) | res[5] | ||
| ) |
write relaxation data in CSV file
| [in] | fRh | : file for relaxation spectra output |
| [in] | res | : fixed length array containing w, G', G", and possibly e', e" |
| void RepTateOpen | ( | std::fstream & | fRh, |
| std::fstream & | fDi | ||
| ) |
Open files for Reptate format and add headers.
| [out] | fRh | : file for mechanical spectra output |
| [out] | fDi | : file for Dielectric spectra output |
| void RepTateWrite | ( | std::fstream & | fRh, |
| std::fstream & | fDi, | ||
| const double(&) | res[5] | ||
| ) |
write relaxation data in RepTate format
| [in] | fRh | : file for mechanical spectra output |
| [in] | fDi | : file for Dielectric spectra output |
| [in] | res | : fixed length array containing w, G', G", and possibly e', e" |