PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
Loading...
Searching...
No Matches
files_utilities.f90 File Reference

Go to the source code of this file.

Modules

module  files_utilities
 Numerical utilities related to files.

Functions/Subroutines

integer function, public files_utilities::nextunit (unit)
 Search for available new unit.
integer function, public files_utilities::skip_comment (file_i, file_name)
 Skips comment when reading a file.
subroutine, public files_utilities::get_file_info (file_name, file_size, acc_time, mod_time)
 Gets file information.
character(len=max_str_ln) function, public files_utilities::get_full_pb3d_name (rich_lvl)
 Returns the name of the PB3D output file.
integer function, public files_utilities::delete_file (file_name)
 Removes a file.
integer function, public files_utilities::count_lines (file_i)
 Count non-comment lines in a file.