minCylinderVolume |
appearance as argument number 1 |
![]() |
(documentation minCylinderVolume EnglishLanguage "The volume of the CombustionChamber of the EngineCylinder at the maximum point of compression of the cylinder.") | Cars.kif 1848-1850 | |
(domain minCylinderVolume 1 Engine) | Cars.kif 1843-1843 | minCylinderVolume の数値 1 引数は Engine の instance では |
(domain minCylinderVolume 2 VolumeMeasure) | Cars.kif 1844-1844 | minCylinderVolume の数値 2 引数は 容積測定 の instance では |
(instance minCylinderVolume BinaryPredicate) | Cars.kif 1842-1842 | minCylinderVolume は 2進述語 の instance では |
appearance as argument number 2 |
![]() |
(format EnglishLanguage minCylinderVolume "the minimum volume of the cylinders in the engine %1 is %n %2") | Cars.kif 1845-1846 | |
(termFormat EnglishLanguage minCylinderVolume "min cylinder volume") | domainEnglishFormat.kif 65886-65886 |
antecedent |
![]() |
(=> (and (instance ?EC EngineCycle) (instance ?E InternalCombustionEngine) (instance ?CC CombustionChamber) (part ?CC ?E) (eventLocated ?EC ?E) (instance ?U UnitOfVolume) (holdsDuring (WhenFn ?EC) (minCylinderVolume ?E (MeasureFn ?V1 ?U)))) (not (exists (?V2 ?T) (and (during ?T (WhenFn ?EC)) (holdsDuring ?T (measure ?CC (MeasureFn ?V2 ?U))) (greaterThan ?V1 ?V2))))) |
Cars.kif 1852-1871 |
|
consequent |
![]() |
(<=> (compressionRatio ?E ?R) (and (minCylinderVolume ?E (MeasureFn ?MIN ?M)) (maxCylinderVolume ?E (MeasureFn ?MAX ?M)) (equal ?R (DivisionFn ?MIN ?MAX)))) |
Cars.kif 1912-1917 | compressionRatio Engine and 実数 minCylinderVolume Engine and 実数 の 測定単位(s) maxCylinderVolume Engine and 測定単位AX の 測定単位(s) equal 実数 and 実数 + 測定単位AX |
![]() |
![]() |