MFIX  2016-1
utilities Module Reference

Functions/Subroutines

logical function mfix_isnan (x)
 
double precision function max_vel_inlet ()
 
logical function check_vel_bound ()
 
integer function seek_comment (LINE, MAXCOL)
 
integer function seek_end (LINE, MAXCOL)
 
integer function line_too_big (LINE, LINE_LEN, MAXCOL)
 
logical function blank_line (line)
 
subroutine bound_x (ARRAY, IJKMAX2)
 

Function/Subroutine Documentation

logical function utilities::blank_line ( character, dimension(*)  line)

Definition at line 347 of file utilities_mod.f.

Here is the caller graph for this function:

subroutine utilities::bound_x ( double precision, dimension(dimension_3)  ARRAY,
integer  IJKMAX2 
)

Definition at line 375 of file utilities_mod.f.

Here is the caller graph for this function:

logical function utilities::check_vel_bound ( )

Definition at line 141 of file utilities_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

integer function utilities::line_too_big ( character(len=*)  LINE,
integer  LINE_LEN,
integer  MAXCOL 
)

Definition at line 310 of file utilities_mod.f.

Here is the caller graph for this function:

double precision function utilities::max_vel_inlet ( )

Definition at line 48 of file utilities_mod.f.

Here is the caller graph for this function:

logical function utilities::mfix_isnan ( double precision, intent(in)  x)

Definition at line 14 of file utilities_mod.f.

Here is the caller graph for this function:

integer function utilities::seek_comment ( character(len=*)  LINE,
integer  MAXCOL 
)

Definition at line 229 of file utilities_mod.f.

Here is the caller graph for this function:

integer function utilities::seek_end ( character, dimension(*)  LINE,
integer  MAXCOL 
)

Definition at line 277 of file utilities_mod.f.

Here is the caller graph for this function: