OOF2: The Manual

Name

Linear Profile (LinearProfile) — Boundary condition is a linear function of arclength.

Synopsis

LinearProfile(start, end)

Details

  • Base classes: ProfileX ProfileXT ProfileXTd
  • Parameters:

    start
    Start value of this profile. Type: A real number.
    end
    End value of this profile. Type: A real number.

Description

A LinearProfile object represents a boundary Profile that is a linear function of arclength along the boundary.

    LinearProfile(start=1, end=5) 

is equivalent to

    ContinuumProfile(function='1 + 4*alpha'). 

LinearProfiles are only meaningful for Edge Boundaries.