############################################################################## # Flags: nomenu, noprompt, nomessage, # ############################################################################## # section: -flux # ############################################################################## # symbol = h_1 # # quantity= h # # solution= 1 # # # # normal = z -- [x|y|z] # # cutat = undefined -- coordinate of the integration plane # # xlow= undefined , xhigh= undefined # # ylow= undefined , yhigh= undefined # # zlow= undefined , zhigh= undefined # # ( used: @cutat : undefined ) # # ( used: @xlow : undefined , @xhigh : undefined ) # # ( used: @ylow : undefined , @yhigh : undefined ) # # ( used: @zlow : undefined , @zhigh : undefined ) # # @flux : undefined [undefined] # ############################################################################## # doit, ?, return, end, help, ls # ##############################################################################
symbol= QUAN_ISOL
:
quantity= QUAN
:
solution= ISOL
:
normal= [x|y|z]
:
cutat=
:
"normal"
coordinate of the area through which the integration
shall be performed.
xlow= ??, xhigh= ??, ylow= ??, yhigh= ??, zlow= ??, zhigh= ??
:
normal= x
, the values xlow= ??, xhigh= ??
are ignored.
normal= y
, the values ylow= ??, yhigh= ??
are ignored.
normal= z
, the values zlow= ??, zhigh= ??
are ignored.
doit
, the actually used values will be accessible as the symbolic
variables @cutat, @xlow, @xhigh, @ylow, @yhigh, @zlow, @zhigh
.
doit
:
@flux
for subsequent
calculations.