OOF2: The Manual

Name

Continuum Profile (ContinuumProfileXTd) — Boundary condition is arbitrary function of position and time.

Synopsis

ContinuumProfileXTd(function,timeDerivative,timeDerivative2)

Details

  • Base class: ProfileXTd
  • Parameters:

    function
    A function of x, y, nx, ny, i, s, alpha, and/or t. Type: A ProfileFunctionXT object.
    timeDerivative
    The time derivative of the profile function, as a function of x, y, nx, ny, i, s, alpha, and/or t. Type: A ProfileFunctionXT object.
    timeDerivative2
    The second time derivative of the profile function, as a function of x, y, nx, ny, i, s, alpha, and/or t. Type: A ProfileFunctionXT object.

Description

A ContinuumProfileXTd object represents a Profile that varies continuously as a function of space and may also be a function of time. The function and its first and second time derivatives must be provided. Although the parameters are ProfileFunctionXT objects, they may be given as a simple strings. See ProfileFunctionXT for details.