antioch-0.4.0
|
#include "antioch/rotational_relaxation.h"
#include "antioch/metaprogramming.h"
#include <iostream>
#include <iomanip>
#include <limits>
#include <cmath>
Go to the source code of this file.
Functions | |
const long double | pi (3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825) |
template<typename Scalar > | |
Scalar | F (const Scalar &x) |
template<typename Scalar > | |
Scalar | Z (const Scalar &T, const Scalar &eps_kb, const Scalar &z_298) |
template<typename Scalar > | |
int | tester () |
int | main () |
Scalar F | ( | const Scalar & | x | ) |
Definition at line 40 of file rotational_relaxation_unit.C.
References pi(), and std::pow().
Referenced by tester(), and Z().
int main | ( | ) |
Definition at line 90 of file rotational_relaxation_unit.C.
const long double pi | ( | 3. | 141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825 | ) |
Referenced by F().
int tester | ( | ) |
Definition at line 55 of file rotational_relaxation_unit.C.
Scalar Z | ( | const Scalar & | T, |
const Scalar & | eps_kb, | ||
const Scalar & | z_298 | ||
) |
Definition at line 48 of file rotational_relaxation_unit.C.
References F().
Referenced by tester(), and vectester().