OOF2: The Manual
Name
OOF.Mesh.Boundary.Integrate_Flux — Integrate a Flux over a specified boundary.
Synopsis
OOF.Mesh.Boundary.Integrate_Flux(mesh,boundary,flux,destination)
Details
- Parent Menu: OOF.Mesh.Boundary
-
Callback: function
_integrateFluxin moduleoof2.engine.IO.meshbdymenu -
Threadability:
Threadable -
Parameters:
Description
Integrate_Flux integrates the specified Flux
over the length of the given edge
boundary and reports the result to the given
destination. For example, if
flux is Stress, then the
output will be the x and y components of the force exerted on the
boundary.
destination must be the name of a file or automatic.
If it's a file, the output will be appended
to the file. If it's automatic, the output
will go to the OOF2 Message window.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




