package test.fips; public class EnvironmentConditions { public static int ROOM_TEMPERATURE = 22; public static int AIR_HEAT_CAPACITY = 1024; public static double AIR_PRESSURE = 1013.25; public static double AIR_DENSITY = 1.168; public static int NODES_IN_A_ROW = 2; public static int NODES_IN_A_COLUMN = 3; }