afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
Modules | Functions/Subroutines | Variables
m_table_data.f90 File Reference

Go to the source code of this file.

Modules

module  m_table_data
 Module with settings and routines for tabulated data.
 

Functions/Subroutines

subroutine, public m_table_data::table_data_initialize (cfg)
 Initialize this module.
 
subroutine, public m_table_data::table_set_column (tbl, i_col, x, y, max_err)
 Interpolate data and store in lookup table.
 
subroutine, public m_table_data::table_from_file (file_name, data_name, x_data, y_data)
 Routine to read in tabulated data from a file.
 

Variables

integer, public, protected m_table_data::table_size = 1000
 How large lookup tables should be.
 
real(dp), public, protected m_table_data::table_min_townsend = 0.0
 Minimum field (Td) for lookup tables.
 
real(dp), public, protected m_table_data::table_max_townsend = -1.0_dp
 Maximum field (Td) for lookup tables.
 
integer, public, protected m_table_data::table_xspacing = -1
 X-spacing for lookup table.