OOF2: The Manual
Name
Constant Profile (ConstantProfile) — Boundary condition has a constant value.
Synopsis
ConstantProfile(value)
Details
-
Base classes:
ProfileXProfileXTProfileXTd -
Parameters:
value- Value of this profile. Type: A real number.
Description
A ConstantProfile object represents a
boundary Profile
that is a constant.
ConstantProfile(value=123.)
is equivalent to
ContinuumProfile(function='123.').



