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.

      ConstantProfile(value=123.)
    

is equivalent to

      ContinuumProfile(function='123.').