All Classes Files Functions Variables Pages
Files Extension

Input files

Click on the extension to go to the file description

file extension meaning

file content

prefix

hard-coded file name which contains the prefix of input and output files

.cfg input

main ASCII file to define a simulation's configuration

.fsr free surface receiver

ASCII file to define \(x,y\)-coordinates of receivers located on the free surface

.vor volume receiver

ASCII file to define \(x,y,z\)-coordinates of receivers located inside the domain of study

.dcs double couple source

ASCII file to define double couple point sources' parameters

.sfs single force source

ASCII file to define single force point sources' parameters

.dat data

binary file generated by mesh_partitioning.exe from .inp to define mesh and elements connectivity for cpu my_rank (only needed by EFISPEC3D version 0.9)

.inp ABAQUS mesh

ASCII file generated by CUBIT with the command line 'export abaqus "filename.inp" block all dimension 3'. Both EFISPEC3D versions (0.9 and 1.0) can read .inp file.

.ex2 EXODUS_II mesh

binary file generated by CUBIT with the command line 'export mesh "filename.ex2" block all dimension 3'. Only EFISPEC3D version 1.0 can read .ex2 file.

Output files

file extension meaning

file content

.lst listing

ASCII file generated by EFISPEC3D which contains output information about a simulation

.gpl gnuplot

binary file which contains receivers' displacement, velocity and acceleration time histories. Readable by Gnuplot

.grd grid

binary native GMT file which contains receivers' snapshot of free surface receivers. Readable by GMT

.vtu VTK UnstructuredGrid

binary VTK xml file which contains hexahedron elements and medium elastic properties. Readable by ParaView

.vts VTK StructuredGrid

binary VTK xml file which contains snapshot of free surface receivers. Readable by ParaView

.pvd ParaView collection

ASCII xml file which contains collection of .vtu or .vts files. Readable by ParaView

mod_global_variables::get_newunit mod_global_variables::ig_lagrange_order

Note
  • unit 10 is the general impression file .lst (see parameter mod_global_variables::ig_lst_file).
  • units 20 to 100 are used for files to be opened and closed by the same subroutine.
  • units 101 to 2000 are managed by the function mod_global_variables::get_newunit.