pic_constants.f90 Source File

all things constants, physical, chemical, etc


This file depends on

sourcefile~~pic_constants.f90~~EfferentGraph sourcefile~pic_constants.f90 pic_constants.f90 sourcefile~pic_types.f90 pic_types.F90 sourcefile~pic_constants.f90->sourcefile~pic_types.f90

Source Code

!! all things constants, physical, chemical, etc
module pic_constants
  !! this will be the physical constants module
   use pic_types, only: dp
   implicit none
   private
   real(dp), parameter, public :: gravity = 9.81_dp

end module pic_constants