|
The Variables Section |
Top Previous Next |
|
The VARIABLES section is used to define and assign names to all the primary dependent variables used in a problem descriptor. All names appearing in the VARIABLES section will be represented by a finite element approximation over the problem mesh. Each variable is assumed to define a continuous scalar field over the problem domain. It is further assumed that each variable will be accompanied by a partial differential equation listed in the EQUATIONS section.
In assigning names to the dependent variables, the following rules apply:
Example: VARIABLES U,V
|