source: DCWoRMS/branches/coolemall/src/test/fips/EnvironmentConditions.java @ 1599

Revision 1599, 322 bytes checked in by wojtekp, 8 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.fips;
2
3public class EnvironmentConditions {
4        public static int ROOM_TEMPERATURE = 22;
5        public static int AIR_HEAT_CAPACITY = 1024;
6        public static double AIR_PRESSURE = 1013.25;
7        public static double AIR_DENSITY = 1.168;
8
9        public static int NODES_IN_A_ROW = 2;
10        public static int NODES_IN_A_COLUMN = 3;
11       
12
13
14
15}
Note: See TracBrowser for help on using the repository browser.