Skip to content
Snippets Groups Projects
Commit a54e4ac0 authored by Niklas Schnierstein's avatar Niklas Schnierstein Committed by Cristian Lalescu
Browse files

added ou correlation time k scaling

parent 632ec4ca
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,10 @@ class ornstein_uhlenbeck_process{
inline double gamma(double kabs)
{
return this->kolmogorov_constant*sqrt(this->kolmogorov_constant/
this->ou_energy_amplitude);
//return this->kolmogorov_constant*sqrt(this->kolmogorov_constant/
// this->ou_energy_amplitude);
return 10.*pow(kabs,2./3.)*this->kolmogorov_constant*sqrt(this->kolmogorov_constant/
this->ou_energy_amplitude); //TODO take out 10
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment