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 _integrateFlux in module oof2.engine.IO.meshbdymenu
  • Threadability: Threadable
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    boundary
    Target boundary. Type: The name of an edge boundary in a mesh.
    flux
    Type: A Flux object.
    destination
    Where to put the result? Type: A character string.

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 */