OOF2: The Manual

Name

OOF.Mesh.Profiles.New — Construct a new named Profile.

Synopsis

OOF.Mesh.Profiles.New(name,profile)

Details

  • Parent Menu: OOF.Mesh.Profiles
  • Callback: function newNamedProfile in module ooflib.engine.IO.boundarycondition
  • Threadability: Threadable
  • Parameters:

    name
    Name for the new Profile. Type: A character string, or the variable automatic.
    profile
    The new Profile. Type: An object of the CoreProfile class.

Description

Construct a new named Profile object. The new Profile is stored in a global list, accessible to all Meshes.

The given name must be unique. If it is not unique, the string <x> will be appended to it, where x is a suitable integer. If the given name is automatic, then a boring but unique name will be generated automatically.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */