20 REAL(R8) FUNCTION arho(I,NRHO)
21 INTEGER ,
INTENT(IN) ::i,nrho
22 arho=1.0_r8/(nrho-1)*(i-1)
25 REAL(R8) FUNCTION avpr(X,T)
26 REAL(R8) ,
INTENT(IN) :: x,t
31 REAL(R8) ,
INTENT(IN) :: x,t
36 REAL(R8) ,
INTENT(IN) :: x,t
40 REAL(R8) FUNCTION ag1(X,T)
41 REAL(R8) ,
INTENT(IN) :: x,t
45 REAL(R8) FUNCTION dag1(X,T)
46 REAL(R8) ,
INTENT(IN) :: x,t
51 REAL(R8) ,
INTENT(IN) :: x,t
55 REAL(R8) FUNCTION ag2(X,T)
56 REAL(R8) ,
INTENT(IN) :: x,t
60 REAL(R8) FUNCTION dag2(X,T)
61 REAL(R8) ,
INTENT(IN) :: x,t
66 REAL(R8) ,
INTENT(IN) :: x,t
70 REAL(R8) FUNCTION ag3(X,T)
71 REAL(R8) ,
INTENT(IN) :: x,t
75 REAL(R8) FUNCTION dag3(X,T)
76 REAL(R8) ,
INTENT(IN) :: x,t
81 REAL(R8) ,
INTENT(IN) :: x,t
86 REAL(R8) ,
INTENT(IN) :: x,t
90 REAL(R8) FUNCTION abt(T)
91 REAL(R8) ,
INTENT(IN) :: t
96 REAL(R8) ,
INTENT(IN) :: t
105 REAL(R8) ,
INTENT(IN) :: x,t
106 apsi=x**2*(1+.2_r8*sin(2*itm_pi*t))
110 REAL(R8) ,
INTENT(IN) :: x,t
111 dtapsi=x**2*.2_r8*cos(2.0_r8*itm_pi*t)*2.0_r8*itm_pi
115 REAL(R8) ,
INTENT(IN) :: x,t
116 dapsi=2.0_r8*x*(1+.2_r8*sin(2*itm_pi*t))
120 REAL(R8) ,
INTENT(IN) :: x,t
121 ddapsi=2.0_r8*(1+.2_r8*sin(2*itm_pi*t))
124 REAL(R8) FUNCTION ani(IION,X,T)
125 REAL(R8) ,
INTENT(IN) :: x,t
126 INTEGER,
INTENT (IN) :: iion
127 ani=(1.e19_r8*(1.0_r8-x**2)+1.e18_r8)*(1+.2_r8*sin(2*itm_pi*t))
130 REAL(R8) FUNCTION dani(IION,X,T)
131 REAL(R8) ,
INTENT(IN) :: x,t
132 INTEGER,
INTENT (IN) :: iion
133 dani=-x*1.e19_r8*2.0_r8*(1+.2_r8*sin(2*itm_pi*t))
137 REAL(R8) ,
INTENT(IN) :: x,t
138 INTEGER,
INTENT (IN) :: iion
139 ddani=-1.e19_r8*2.0_r8*(1+.2_r8*sin(2*itm_pi*t))
143 REAL(R8) ,
INTENT(IN) :: x,t
144 INTEGER,
INTENT (IN) :: iion
145 dtani=(1.e19_r8*(1.0_r8-x**2)+1.e18_r8)*.2_r8*cos(2*itm_pi*t)*2.0_r8*itm_pi
148 REAL(R8) FUNCTION ati(IION,X,T)
149 REAL(R8) ,
INTENT(IN) :: x,t
150 INTEGER,
INTENT(IN ) :: iion
151 ati=(1.e6_r8*(1.0_r8-x**2)+1.e2_r8)*(1+.2_r8*sin(2*itm_pi*t))
155 REAL(R8) ,
INTENT(IN) :: x,t
156 INTEGER,
INTENT(IN ) :: iion
157 dtati=(1.e6_r8*(1.0_r8-x**2)+1.e2_r8)*.2_r8*cos(2*itm_pi*t)*2.0_r8*itm_pi
160 REAL(R8) FUNCTION dati(IION,X,T)
161 REAL(R8) ,
INTENT(IN) :: x,t
162 INTEGER,
INTENT(IN ) :: iion
163 dati=-2.0_r8*x*1.e6_r8*(1+.2_r8*sin(2*itm_pi*t))
167 REAL(R8) ,
INTENT(IN) :: x,t
168 INTEGER,
INTENT(IN ) :: iion
169 ddati=-2.0_r8*1.e6_r8*(1+.2_r8*sin(2*itm_pi*t))
172 REAL(R8) FUNCTION ate(X,T)
173 REAL(R8) ,
INTENT(IN) :: x,t
174 ate=(1.2e6_r8*(1.0_r8-x**2)+1.e2_r8)*(1+.2_r8*sin(2*itm_pi*t))
178 REAL(R8) ,
INTENT(IN) :: x,t
179 date=-2.0_r8*x*1.2e6_r8*(1+.2_r8*sin(2*itm_pi*t))
183 REAL(R8) ,
INTENT(IN) :: x,t
184 ddate=-2.0_r8*1.2e6_r8*(1+.2_r8*sin(2*itm_pi*t))
188 REAL(R8) ,
INTENT(IN) :: x,t
189 dtate=(1.2e6_r8*(1.0_r8-x**2)+1.e2_r8)*.2_r8*cos(2*itm_pi*t)*2.0_r8*itm_pi
193 REAL(R8) ,
INTENT(IN) :: x,t
194 INTEGER,
INTENT (IN) :: iion
195 avtor=1.e0_r8 +x**2*(1.0_r8+0.2_r8*sin(2.0_r8*itm_pi*t))
199 REAL(R8) ,
INTENT(IN) :: x,t
200 INTEGER,
INTENT (IN) :: iion
201 davtor=2.0_r8*x*(1.0_r8+0.2_r8*sin(2.0_r8*itm_pi*t))
205 REAL(R8) ,
INTENT(IN) :: x,t
206 INTEGER,
INTENT (IN) :: iion
207 ddavtor=2.0_r8*(1.0_r8+0.2_r8*sin(2.0_r8*itm_pi*t))
211 REAL(R8) ,
INTENT(IN) :: x,t
212 INTEGER,
INTENT (IN) :: iion
213 dtavtor=x**2*0.2_r8*cos(2.0_r8*itm_pi*t)*2.0_r8*itm_pi
222 REAL(R8) ,
INTENT(IN) :: x,t
223 INTEGER,
INTENT (IN) :: iion
228 REAL(R8) ,
INTENT(IN) :: x,t
229 INTEGER,
INTENT (IN) :: iion
234 REAL(R8) ,
INTENT(IN) :: x,t
235 INTEGER,
INTENT (IN) :: iion
240 REAL(R8) ,
INTENT(IN) :: x,t
241 INTEGER,
INTENT (IN) :: iion
245 REAL(R8) FUNCTION avti(IION,X,T)
246 REAL(R8) ,
INTENT(IN) :: x,t
247 INTEGER,
INTENT (IN) :: iion
252 REAL(R8) ,
INTENT(IN) :: x,t
253 INTEGER,
INTENT (IN) :: iion
258 REAL(R8) ,
INTENT(IN) :: x,t
259 INTEGER,
INTENT (IN) :: iion
264 REAL(R8) ,
INTENT(IN) :: x,t
265 INTEGER,
INTENT (IN) :: iion
269 REAL(R8) FUNCTION av(IION,X,T)
270 REAL(R8) ,
INTENT(IN) :: x,t
271 INTEGER,
INTENT (IN) :: iion
275 REAL(R8) FUNCTION dav(IION,X,T)
276 REAL(R8) ,
INTENT(IN) :: x,t
277 INTEGER,
INTENT (IN) :: iion
281 REAL(R8) FUNCTION ad(IION,X,T)
282 REAL(R8) ,
INTENT(IN) :: x,t
283 INTEGER,
INTENT (IN) :: iion
287 REAL(R8) FUNCTION dad(IION,X,T)
288 REAL(R8) ,
INTENT(IN) :: x,t
289 INTEGER,
INTENT (IN) :: iion
294 REAL(R8) ,
INTENT(IN) :: x,t
299 REAL(R8) ,
INTENT(IN) :: x,t
304 REAL(R8) ,
INTENT(IN) :: x,t
309 REAL(R8) ,
INTENT(IN) :: x,t
315 REAL(R8) ,
INTENT(IN) :: x,t
325 REAL(R8) ,
INTENT(IN) :: x,t
331 REAL(R8) ,
INTENT(IN) :: x,t
332 INTEGER,
INTENT (IN) :: iion
337 REAL(R8) ,
INTENT(IN) :: x,t
338 INTEGER,
INTENT (IN) :: iion
343 REAL (R8) ,
INTENT(IN) ::x,t
344 INTEGER ,
INTENT(IN) :: iion
349 REAL (R8) ,
INTENT(IN) :: x,t
REAL(R8) function avpr(X, T)
REAL(R8) function dakate(X, T)
REAL(R8) function dadvtor(IION, X, T)
REAL(R8) function date(X, T)
REAL(R8) function dtati(IION, X, T)
REAL(R8) function ddati(IION, X, T)
REAL(R8) function davte(X, T)
REAL(R8) function aui_imp(IION, X, T)
REAL(R8) function ag3(X, T)
REAL(R8) function dtag2(X, T)
REAL(R8) function dakappae(IION, X, T)
REAL(R8) function dad(IION, X, T)
REAL(R8) function advtor(IION, X, T)
REAL(R8) function ag1(X, T)
REAL(R8) function apsi(X, T)
REAL(R8) function aconvtor(IION, X, T)
REAL(R8) function asigma(X, T)
REAL(R8) function av(IION, X, T)
REAL(R8) function davti(IION, X, T)
REAL(R8) function dtate(X, T)
REAL(R8) function ate(X, T)
REAL(R8) function dtag1(X, T)
REAL(R8) function arho(I, NRHO)
REAL(R8) function dav(IION, X, T)
REAL(R8) function dtapsi(X, T)
REAL(R8) function akate(X, T)
REAL(R8) function ddani(IION, X, T)
REAL(R8) function ad(IION, X, T)
REAL(R8) function dapsi(X, T)
REAL(R8) function daconvtor(IION, X, T)
REAL(R8) function ati(IION, X, T)
REAL(R8) function dtavtor(IION, X, T)
REAL(R8) function avtor(IION, X, T)
REAL(R8) function dtavpr(X, T)
REAL(R8) function dafdia(X, T)
REAL(R8) function dag3(X, T)
REAL(R8) function ddate(X, T)
REAL(R8) function avti(IION, X, T)
REAL(R8) function ag2(X, T)
REAL(R8) function davtor(IION, X, T)
REAL(R8) function akappae(IION, X, T)
REAL(R8) function ddavtor(IION, X, T)
REAL(R8) function acurr_imp(X, T)
REAL(R8) function avte(X, T)
REAL(R8) function afdia(X, T)
REAL(R8) function dag2(X, T)
REAL(R8) function asi_imp(IION, X, T)
REAL(R8) function dtabt(T)
Analytical functions for the calculation of the "analytic" solution.
REAL(R8) function ddapsi(X, T)
REAL(R8) function dag1(X, T)
REAL(R8) function davpr(X, T)
REAL(R8) function aqe_imp(X, T)
REAL(R8) function dani(IION, X, T)
REAL(R8) function dtani(IION, X, T)
REAL(R8) function aqi_imp(IION, X, T)
REAL(R8) function ani(IION, X, T)