aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_GIF_Setup.F90
blob: bb62b08d26a2a674c51812aba7107e0b26faab79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 /*@@
   @file      EOS_GIF_Setup.F90
   @date      Mon Mar 14 17:41:20 2005
   @author    Ian Hawke
   @desc 
   Setup the scalar variables
   @enddesc 
 @@*/

#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"

subroutine EOS_GIF_Setup()

  USE EOS_GIF_Scalars

  implicit none

  DECLARE_CCTK_PARAMETERS

  eos_if_gamma_local = eos_ideal_fluid_gamma
  mean_molecular_weight_local = mean_molecular_weight
  k_boltzmann = 1.d30
  
end subroutine EOS_GIF_Setup