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 1878-1880 | |
(domain maxCylinderVolume 1 Engine) | Cars.kif 1874-1874 | maxCylinderVolume の数値 1 引数は Engine の instance では |
(domain maxCylinderVolume 2 VolumeMeasure) | Cars.kif 1875-1875 | maxCylinderVolume の数値 2 引数は 容積測定 の instance では |
(instance maxCylinderVolume BinaryPredicate) | Cars.kif 1873-1873 | maxCylinderVolume は 2進述語 の instance では |
appearance as argument number 2 |
![]() |
(format EnglishLanguage maxCylinderVolume "the maximum volume of the cylinders in the engine %1 is %n %2") | Cars.kif 1876-1877 | |
(termFormat EnglishLanguage maxCylinderVolume "max cylinder volume") | domainEnglishFormat.kif 65880-65880 |
antecedent |
![]() |
(=> (and (instance ?EC EngineCycle) (instance ?E InternalCombustionEngine) (instance ?CC CombustionChamber) (part ?CC ?E) (eventLocated ?EC ?E) (instance ?U UnitOfVolume) (holdsDuring (WhenFn ?EC) (maxCylinderVolume ?E (MeasureFn ?V1 ?U)))) (not (exists (?V2 ?T) (and (during ?T (WhenFn ?EC)) (holdsDuring ?T (measure ?CC (MeasureFn ?V2 ?U))) (greaterThan ?V2 ?V1))))) |
Cars.kif 1882-1901 |
|
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 |
![]() |
![]() |