MFIX
2016-1
Main Page
Modules
Data Types List
Files
File List
File Members
usr_mod.f
Go to the documentation of this file.
1
MODULE
usr
2
!
3
! Declare the user-defined namelist variables (usrnlst.inc) in this module.
4
! Also Include user-defined variables in this module. To access the
5
! variables from a subroutine add the statement "Use usr". If allocatable
6
! arrays are defined in this module allocate them in usr0. To turn on the
7
! user defined subroutines (usr0, usr1, and usr2) set call_usr to true in
8
! mfix.dat.
9
!
10
! a dummy variable listed in usrnlst.inc
11
DOUBLE PRECISION
dummy_dp
12
13
END MODULE
usr
usr
Definition:
usr_mod.f:1
usr::dummy_dp
double precision dummy_dp
Definition:
usr_mod.f:11
usr_mod.f
Generated by
1.8.11