(defEntity extraction-turbine-system
:subclass-of (system-model)
:documentation "the system consisting of ..."
:attributes
((xTbn :type simple-turbine
:abbreviation tbn
:The-*-the-object "turbine"
:documentation "the turbine" )
(xtbn-cv :type 1-2-control-volume
:documentation "the control volume ..."
:the-*-the-object ("control volume ..."
)
(expsn-prcs :type steady-flow-expansion
:abbreviation xpn-prcs
:The-*-the-object "expansion process"
:documentation "the expansion process"
:graphical-representation
(:Display-Class ())
) )
:consequences
((cv-component (xtbn-cv ?self) (xtbn ?self))
(component-cv (xtbn ?self) (xtbn-cv ?self) )
(process-cv expsn-prcs (xtbn-cv ?self))
)
)
Contents    Page-10    Prev    Next    Page+10    Index