maxCylinderVolume |
appearance as argument number 1 |
(documentation maxCylinderVolume EnglishLanguage "The volume of the CombustionChamber of the EngineCylinder at the maximum point of extension of the piston.") | Cars.kif 1877-1879 | |
(domain maxCylinderVolume 1 Engine) | Cars.kif 1873-1873 | The number 1 argument of max cylinder volume is an instance of engine |
(domain maxCylinderVolume 2 VolumeMeasure) | Cars.kif 1874-1874 | The number 2 argument of max cylinder volume is an instance of volume measure |
(instance maxCylinderVolume BinaryPredicate) | Cars.kif 1872-1872 | max cylinder volume is an instance of binary predicate |
appearance as argument number 2 |
(format EnglishLanguage maxCylinderVolume "the maximum volume of the cylinders in the engine %1 is %n %2") | Cars.kif 1875-1876 | |
(termFormat EnglishLanguage maxCylinderVolume "max cylinder volume") | domainEnglishFormat.kif 65924-65924 |
antecedent |
consequent |
(<=> (compressionRatio ?E ?R) (and (minCylinderVolume ?E (MeasureFn ?MIN ?M)) (maxCylinderVolume ?E (MeasureFn ?MAX ?M)) (equal ?R (DivisionFn ?MIN ?MAX)))) |
Cars.kif 1911-1916 | The compression ratio of an engine is a real number if and only if the minimum volume of the cylinders in the engine the engine is another real number an unit of measure(s) and the maximum volume of the cylinders in the engine the engine is the unit of measureAX the unit of measure(s) and the real number is equal to the other real number and the unit of measureAX |