| compressionRatio |
| appearance as argument number 1 |
|
|
| (instance compressionRatio BinaryPredicate) | Cars.kif 1903-1903 | compression ratio is an instance of binary predicate |
| (domain compressionRatio 1 Engine) | Cars.kif 1904-1904 | The number 1 argument of compression ratio is an instance of engine |
| (domain compressionRatio 2 RealNumber) | Cars.kif 1905-1905 | The number 2 argument of compression ratio is an instance of real number |
| (documentation compressionRatio EnglishLanguage "The ratio of the volume of the CombustionChamber of the EngineCylinder at the maximum point of compression of the cylinder, to the volume of the chamber with the piston fully retracted.") | Cars.kif 1907-1910 | The number 2 argument of compression ratio is an instance of real number |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage compressionRatio "the compression ratio of %1 is %n %2") | Cars.kif 1906-1906 | |
| (termFormat EnglishLanguage compressionRatio "compression ratio") | domainEnglishFormat.kif 65805-65805 |
| antecedent |
|
|
| (<=> (compressionRatio ?E ?R) (and (minCylinderVolume ?E (MeasureFn ?MIN ?M)) (maxCylinderVolume ?E (MeasureFn ?MAX ?M)) (equal ?R (DivisionFn ?MIN ?MAX)))) |
Cars.kif 1912-1917 | The compression ratio of X is Y if and only if the minimum volume of the cylinders in the engine X is Z W(s) and the maximum volume of the cylinders in the engine X is V W(s) and equal Y and Z and V |
|
|