0.6.0
Loading...
Searching...
No Matches
udf_library.f90 File Reference

Data Types

interface  mod_udf_library::p_no_args
 
interface  mod_udf_library::p_cell_field
 
interface  mod_udf_library::p_checkpoint
 
interface  mod_udf_library::p_restart
 
interface  mod_udf_library::p_probe
 
interface  mod_udf_library::p_cell_advection
 
interface  mod_udf_library::p_cell_diffusion
 
type  mod_udf_library::t_user_library
 
interface  mod_udf_library::dlopen
 
interface  mod_udf_library::dlsym
 
interface  mod_udf_library::dlerror
 
interface  mod_udf_library::strlen
 

Modules

module  mod_udf_library
 

Functions/Subroutines

subroutine, public mod_udf_library::load_udf_library (path)
 
subroutine, public mod_udf_library::udf_preprocess ()
 
subroutine, public mod_udf_library::udf_navier_initial_conditions ()
 
subroutine, public mod_udf_library::udf_energy_initial_conditions ()
 
subroutine, public mod_udf_library::udf_phase_advection_initial_conditions ()
 
subroutine, public mod_udf_library::udf_species_transport_initial_conditions ()
 
subroutine, public mod_udf_library::udf_reference_solution ()
 
subroutine, public mod_udf_library::udf_navier_boundary_conditions ()
 
subroutine, public mod_udf_library::udf_energy_boundary_conditions ()
 
subroutine, public mod_udf_library::udf_phase_advection_boundary_conditions ()
 
subroutine, public mod_udf_library::udf_species_transport_boundary_conditions ()
 
subroutine, public mod_udf_library::udf_momentum_source_term ()
 
subroutine, public mod_udf_library::udf_energy_source_term ()
 
subroutine, public mod_udf_library::udf_species_transport_source_term ()
 
subroutine, public mod_udf_library::udf_momentum_linear_term ()
 
subroutine, public mod_udf_library::udf_energy_linear_term ()
 
subroutine, public mod_udf_library::udf_species_transport_linear_term ()
 
subroutine, public mod_udf_library::udf_prepare_navier ()
 
subroutine, public mod_udf_library::udf_prepare_energy ()
 
subroutine, public mod_udf_library::udf_prepare_phase_advection ()
 
subroutine, public mod_udf_library::udf_prepare_species_transport ()
 
subroutine, public mod_udf_library::udf_post_process ()
 
subroutine, public mod_udf_library::udf_probe_fields (probe_label, sampler, sample_list)
 
subroutine, public mod_udf_library::udf_compute_material_properties ()
 
subroutine, public mod_udf_library::udf_pressure_update ()
 
subroutine, public mod_udf_library::udf_grad_div_coef (coefficient)
 
subroutine, public mod_udf_library::udf_checkpoint_define (adios_writer)
 
subroutine, public mod_udf_library::udf_checkpoint_write (adios_writer)
 
subroutine, public mod_udf_library::udf_restart (adios_reader)
 
subroutine, public mod_udf_library::udf_solve_user_equations ()
 
subroutine, public mod_udf_library::udf_apply_cell_advection_scheme (coefficient, velocity, matrix_line, ns, i, j, k)
 
subroutine, public mod_udf_library::udf_apply_cell_diffusion_scheme (face_diffusion_coefficient, matrix_line, ns, i, j, k)
 
subroutine mod_udf_library::c_f_string (c_string, f_string)
 
subroutine mod_udf_library::print_diagnostic (id)
 

Variables

type(t_user_library), dimension(:), allocatable, public mod_udf_library::udf