Zvolte jazyk: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Koncept:
Anglické slovo:
Hlavní stránka

tuhnutí (Freezing)

The Class of Processes where an Object is cooled and converted from a Liquid to a Solid.

Ontologie

SUMO / PROCESSES

Nadtřída(y)

[tree]
entita
is subclass of
  fyzický objekt  
is subclass of
  proces  
is subclass of
  interní změna  
is subclass of
  změna skupenství  
is subclass of
  tuhnutí  

Související termín(y)

var  kondenzace  tání 

Related WordNet synsets

freeze, freezing
the withdrawal of hear to change something from a liquid to a solid
freeze is kind of (all)...   freeze is kind of...   kinds of freeze...   kinds of freeze (all)...  
freeze, freeze out, freeze down
change from a liquid to a solid when cold; "Water freezes at 32 degrees Fahrenheit"
freeze is kind of (all)...   freeze is kind of...  
frozen
turned into ice; affected by freezing or by long and severe cold; "the frozen North"; "frozen pipes"; "children skating on a frozen brook"
frozen is opposite to...   see also...   frozen is similar to...  
See more related synsets on a separate page.

Axiomy (2)

Jestliže freeze je instancí třídy tuhnutí, potom existuje ochlazování cool tak, že cool je a subprocess of freeze.
(=>
      (instance ?FREEZE Freezing)
      (exists
            (?COOL)
            (and
                  (instance ?COOL Cooling)
                  (subProcess ?COOL ?FREEZE))))

Jestliže freeze je instancí třídy tuhnutí a obj je účastníkem freeze, potom existuje part tak, že part je částí obj a liquid je atributem part právě před doba existence freeze a solid je atributem part právě po doba existence freeze.
(=>
      (and
            (instance ?FREEZE Freezing)
            (patient ?FREEZE ?OBJ))
      (exists
            (?PART)
            (and
                  (part ?PART ?OBJ)
                  (holdsDuring
                        (ImmediatePastFn
                              (WhenFn ?FREEZE))
                        (attribute ?PART Liquid))
                  (holdsDuring
                        (ImmediateFutureFn
                              (WhenFn ?FREEZE))
                        (attribute ?PART Solid)))))