MFIX  2016-1
ambm Module Reference

Functions/Subroutines

subroutine lock_ambm
 
subroutine unlock_ambm
 

Variables

double precision, dimension(:,:,:), allocatable a_m
 
double precision, dimension(:,:), allocatable b_m
 
logical ambm_locked = .false.
 

Function/Subroutine Documentation

subroutine ambm::lock_ambm ( )

Definition at line 38 of file ambm_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine ambm::unlock_ambm ( )

Definition at line 52 of file ambm_mod.f.

Here is the caller graph for this function:

Variable Documentation

double precision, dimension(:, :, :), allocatable ambm::a_m

Definition at line 27 of file ambm_mod.f.

logical ambm::ambm_locked = .false.

Definition at line 30 of file ambm_mod.f.

double precision, dimension(:, :), allocatable ambm::b_m

Definition at line 28 of file ambm_mod.f.