> restart:

Standard Worksheet SSSPF

D-F

Physical quatities are defined in the initialization file

> grts();

`GRTensorII Version 1.79 (R4)`

`6 February 2001`

`Developed by Peter Musgrave, Denis Pollney and Kay...

`Copyright 1994-2001 by the authors.`

`Latest version available from: http://grtensor.phy...

Created definition for G(up,dn) 

Created definition for rho

Created definition for Iso

Created definition for p

Created definition for gthetatheta

Created definition for R(dn,dn,up,up) 

Created definition for mass

`D:/Xitami/webpages/GRTensorJ/Metricss`

> qload(df);

`Default spacetime` = df

`For the df spacetime:`

Coordinates

x(up)

`x `^`1` = xi, `x `^`2` = theta, `x `^`3` = phi, `x...

`Line element`

` ds`^2 = 7/2*R^2*(2-7*xi^2+xi^2*sqrt(57))^2/(14+70...

`M.C Durgapal and R.S Fuloria, Gen. Rel. Grav., 17,...

Physical parameters

> grcalc(Iso,rho,p,mass):

`CPU Time ` = .140

> grdisplay(_);

`For the df spacetime:`

Iso

Iso = `All components are zero`

rho

rho = -8/7/(2-7*xi^2+xi^2*sqrt(57))^4*(63+77*xi^2*s...

p

p = 16/7/R^2/(2-7*xi^2+xi^2*sqrt(57))^4*(-14+2*sqrt...

mass

mass = -16/7*(R^2*xi^2)^(3/2)/R^2*(21-3*sqrt(57)-53...

Perssure plots (gamma=1)

> pj:=subs(grcomponent(p,[])):

> p1:=subs(R=1,pj):

> plot(p1,xi=0..1,title="Pressure D-F");

[Maple Plot]

Energy density plots

> rhoj:=subs(grcomponent(rho,[])):

> rho1:=subs(R=1,rhoj):

> plot(rho1,xi=0..1,title="Energy Density D-F");

[Maple Plot]

Mass plots

> mj:=subs(grcomponent(mass,[])):

> mj1:=subs(R=1,mj):

> plot(mj1,xi=0..1,title="Mass D-F");

[Maple Plot]

Trapping

Potential impac parameter

> B:=radsimp(sqrt(grcomponent(g(dn,dn),[theta,theta]))/sqrt(-grcomponent(g(dn,dn),[t,t]))):

> Bj:=subs(R=1,B):

> plot(Bj,xi=0..1,title="Trapping D-F");

[Maple Plot]

w - modes

Potential

> V:=1/((Bj^2))*(6+4*Pi*xi^2*R^2*(grcomponent(rho,[])-grcomponent(p,[]))-6*grcomponent(mass,[])/(xi*R)):

> Vj:=subs(R=1,V):

> plot(Vj,xi=0.1..1.0,title="w - modes D-F");

[Maple Plot]

V:=sqrt(dp/dr/drho/dr)

> vs:=sqrt(diff(grcomponent(p,[]),xi)/(diff(grcomponent(rho,[]),xi))):

> vsj:=subs(R=1,vs):

> plot(vsj,xi=0..1,title="V D-F");

[Maple Plot]

>