Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 rivejä
194 B

  1. # 1 "/home/admin/SimulationCore2/Simulation/Constants.f90"
  2. module Constants
  3. real,parameter::PI=3.14159265
  4. REAL:: SG=1.12,WDENS=1000,GRAVITY=9.81,RE_CR=2000,NU=9e-6
  5. end module Constants