OOF2: The Manual

Name

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

Synopsis

ConstantProfile(value)

Details

  • Base classes: CoreProfile Profile
  • 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.').
    


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */