MFIX  2016-1
cooling_rate.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cooling_rate (s, mi, ni, n, m, Ti, T, chi, sigmai, alpha, rhoi, xve
 
subroutine mnewt (ntrial, x, s, tolx, tolf, mi, ni, n, m, chi, sigmai, alpha, rhoi)
 
subroutine func_jacobi_eval (X, s, FVEC, FJAC, mi, ni, n, m, chi, sigmai, alpha, rhoi)
 
subroutine ludcmp (a, n, np, indx, d, calledFrom)
 
subroutine lubksb (a, n, np, indx, b)
 

Function/Subroutine Documentation

subroutine cooling_rate ( integer, intent(in)  s,
double precision, dimension(s)  mi,
double precision, dimension(s)  ni,
double precision  n,
double precision  m,
double precision, dimension(s)  Ti,
double precision  T,
double precision, dimension(s,s)  chi,
double precision, dimension(s)  sigmai,
double precision, dimension(s,s)  alpha,
double precision, dimension(s)  rhoi,
  xve 
)

Definition at line 15 of file cooling_rate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine func_jacobi_eval ( double precision, dimension(s)  X,
integer, intent(in)  s,
double precision, dimension(s)  FVEC,
double precision, dimension(s,s)  FJAC,
double precision, dimension(s)  mi,
double precision, dimension(s)  ni,
double precision  n,
double precision  m,
double precision, dimension(s,s)  chi,
double precision, dimension(s)  sigmai,
double precision, dimension(s,s)  alpha,
double precision, dimension(s)  rhoi 
)

Definition at line 144 of file cooling_rate.f.

Here is the caller graph for this function:

subroutine lubksb ( double precision, dimension(n,n), intent(in)  a,
integer, intent(in)  n,
integer  np,
integer, dimension(n), intent(in)  indx,
double precision, dimension(n), intent(inout)  b 
)

Definition at line 383 of file cooling_rate.f.

Here is the caller graph for this function:

subroutine ludcmp ( double precision, dimension(n,n), intent(inout)  a,
integer, intent(in)  n,
integer  np,
integer, dimension(n), intent(out)  indx,
double precision, intent(out)  d,
character(len=*), intent(in)  calledFrom 
)

Definition at line 287 of file cooling_rate.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mnewt ( integer, intent(in)  ntrial,
double precision, dimension(s)  x,
integer, intent(in)  s,
double precision, intent(in)  tolx,
double precision, intent(in)  tolf,
double precision, dimension(s)  mi,
double precision, dimension(s)  ni,
double precision  n,
double precision  m,
double precision, dimension(s,s)  chi,
double precision, dimension(s)  sigmai,
double precision, dimension(s,s)  alpha,
double precision, dimension(s)  rhoi 
)

Definition at line 71 of file cooling_rate.f.

Here is the call graph for this function:

Here is the caller graph for this function: