OOF2: The Manual

Name

Constant Profile (ConstantProfile) — Boundary condition has a constant value.

Synopsis

ConstantProfile(value)

Details

Description

A ConstantProfile object represents a boundary Profile that is a constant (not a function of position or time).

    ConstantProfile(value=123.)
  

is equivalent to

    ContinuumProfile(function='123.').