Open DavidFigueruelo opened 3 years ago
Hi
There are a few things to be aware of here.
Cheers, Thomas
Hi,
Thanks for your answer.
1) I have modified the initial conditions for DE setting each one (delta and theta) equal to the photon ones. I also tried keeping the original ones and also setting both DE initial perturbations to zero but nothing seems to help. Is there any other place where I should modify to take into account this non-vanishing DE for the initial conditions?
2) Fluid equations as I use use_ppf = no
Thanks again!
Hi David
perturb_initial_conditions()
, you need to add rho_fld
to rho_r
.Other than that I think you just need to make all the cross-checks that you can.
Cheers, Thomas
Hi all,
I am studying a model where an interacting dark energy behaves first like "radiation" w_DE (a<<1)=1/3 and then It goes to a typical cosmological constant w_DE (a~1)=-1. To do so, I have modified the fluid DE equation of state module
background_w_fld
with the new equation that has no particular or problematic point as the transition is more or less smooth, and also this model needs to have the sound speed equal to 1/3 so in the .ini filecs2_fld=0.333333
. Apart from that, there is no other modification in the background (Despite the interaction, both DE and CDM have the usual continuity equations as the interaction only affects the perturbations). I have also modified the perturbation equations, both for DE and dark matter and, again, it has no problematic point where some numerical problem could arise.The problem arises when comparing the evolution of the perturbation variables delta and theta of DE and dark matter between CLASS and CAMB as both have totally different behaviors while both codes show the same background evolution. We have also solved the perturbation system numerically and it seems to agree with CAMB.
There are a few points I am not sure if CLASS is properly working with this model because the following modifications were required :
-I have to set
tol_initial_Omega_r= 0.9
as this radiation behavior of DE has a non negligible contribution to the early Universe. -I commented the following warning as the DE fluid is non negligible at early time and its equation of state is clearly larger than zero: `Maybe it has to do with that two modification but, in any case, a hint/suggestion or comment about what could be happening will be helpful!!