data/Table5.13.R

Table5.13 <- data.frame(
	'PctCarbonation' = c(
		10, 10, 12, 12, 14, 14,
		10, 10, 12, 12, 14, 14,
		10, 10, 12, 12, 14, 14,
		10, 10, 12, 12, 14, 14
	),
	'OperatingPressure' = c(
		25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25,
		30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30
	),
	'LineSpeed' = c(
		200, 200, 200, 200, 200, 200,
		250, 250, 250, 250, 250, 250,
		200, 200, 200, 200, 200, 200,
		250, 250, 250, 250, 250, 250
	),
	'FillHeightDeviation' = c(
		-3, -1, 0, 1, 5, 4,
		-1, 0, 2, 1, 7, 6,
		-1, 0, 2, 3, 7, 9,
		1, 1, 6, 5, 10, 11
	)
)
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.