![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| MachNumber(Mach number) |
| appearance as argument number 1 |
|
|
| (instance MachNumber CompositeUnitOfMeasure) | Transportation.kif 5215-5215 | Mach number is an instance of composite unit of measure |
| (documentation MachNumber EnglishLanguage "MachNumber is a measure of the compressbility characteristics of Fluid flow. It is a dimensionless Quantity in Fluid dynamics representing the ratio of air speed to the local speedOfSound. When the speed of sound is known, the Mach number at which an aircraft is flying can be calculated by the equation of M = u / c , where M is the Mach number, u is the velocity of the moving aircraft and c is the speed of sound at the given altitude and temperature. [Wikipedia]") | Transportation.kif 5216-5222 | Mach number is an instance of composite unit of measure |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage MachNumber "Mach number") | Transportation.kif 5223-5223 |
| antecedent |
|
|
| (=> (and (instance ?F Flying) (patient ?F ?A) (instance ?A Aircraft) (path ?F ?R) (distanceOnPath ?L ?R) (duration (WhenFn ?F) ?D) (speedOfSound ?Q ?R (WhenFn ?F)) (holdsDuring (WhenFn ?F) (measure ?A (MeasureFn ?M MachNumber)))) (equal ?M (DivisionFn (SpeedFn ?L ?D) ?Q))) |
Transportation.kif 5225-5237 | If All of the following hold: (1) X is an instance of flying (2) Y is a patient of X (3) Y is an instance of aircraft (4) Z is path along which X occurs (5) the distance of Z is W (6) duration of the time of existence of X is V (7) the speedOfSound for U at Z is U (8) the measure of Y is T Mach number(s) holds during the time of existence of X, then equal T, W per V, and U |
| (=> (and (instance ?F Flying) (patient ?F ?A) (instance ?A Aircraft) (holdsDuring (WhenFn ?F) (and (measure ?A (MeasureFn ?M MachNumber)) (greaterThan ?M 1) (lessThan ?M 5)))) (attribute ?A Supersonic)) |
Transportation.kif 5262-5273 | If X is an instance of flying, Y is a patient of X, Y is an instance of aircraft, and the measure of Y is Z Mach number(s) and Z is greater than 1 and Z is less than 5 holds during the time of existence of X, then Supersonic is an attribute of Y |
| consequent |
|
|