The BOUNDARY CONDITIONS Section

<< Click to Display Table of Contents >>

Navigation:  Problem Descriptor Reference > The Sections of a Descriptor >

The BOUNDARY CONDITIONS Section

Previous pageReturn to chapter overviewNext page

The BOUNDARY CONDITIONS section is used to create sets of boundary conditions that can be applied to a boundary path by the USE BC statement.

 

 

Example:

BOUNDARY CONDITIONS

"outside" :

  VALUE(u)=1

  NATURAL(v)=0

"inside" :

  NATURAL(u)=100

  VALUE(v)=10

 

BOUNDARIES
 

REGION 1

START(...)

USE BC "outside"

... ! value of u is 1 on this path

 

REGION 2

START(...)

USE BC "inside"

... ! natural of u is 100 on this path

 

 

Examples:

Samples | Usage | Misc | BC_Sets.pde