9elemental subroutine k_tfvw1(rho,grho2,dtdr,dtdgr2)
29real(8),
intent(in) :: rho,grho2
30real(8),
intent(out) :: dtdr,dtdgr2
32real(8),
parameter :: pi=3.1415926535897932385d0
34real(8),
parameter :: ctf=(3.d0/10.d0)*(3.d0*pi**2)**(2.d0/3.d0)
36real(8),
parameter :: cvw=1.d0/72.d0
38if ((rho < 1.d-20).or.(grho2 < 0.d0))
then
44t1=ctf*(5.d0/3.d0)*rho**(2.d0/3.d0)