gibuu is hosted by Hepforge, IPPP Durham
GiBUU

TABLE OF CONTENTS


/mediumDefinition [ Modules ]

[ Top ] [ Modules ]

NAME

module mediumDefinition

PURPOSE

Includes a type which defines the nuclear medium


mediumDefinition/medium [ Types ]

[ Top ] [ mediumDefinition ] [ Types ]

SOURCE

  Type medium
     real     :: density=0.            ! sqrt(j_mu j^mu) of baryons in units 1/fm**3
     real     :: densityProton=0.      ! sqrt(j_mu j^mu) of protons in units 1/fm**3
     real     :: densityNeutron=0.     ! sqrt(j_mu j^mu) of neutrons in units 1/fm**3
     real     :: temperature=0.        ! Temperature of medium
     logical  :: useMedium=.false.     ! whether to use medium informations
  End Type medium

mediumDefinition/writeMedium [ Subroutines ]

[ Top ] [ mediumDefinition ] [ Subroutines ]

NAME

subroutine writeMedium(med)

PURPOSE

Prints the content of an instance of type medium to the screen.

INPUTS

OUTPUT

  • NONE