The Coefficient Form PDE (c) interface (
), found under the
Mathematics>PDE Interfaces branch (
) when adding an interface, covers many well-known PDEs.
When this interface is added, these default nodes are also added to the Model Builder:
Coefficient Form PDE,
Zero Flux, and
Initial Values. Then, from the
Physics toolbar, add other nodes that implement, for example, boundary conditions. You can also right-click
Coefficient Form PDE to select features from the context menu.
The Label is the default physics interface name.
The Name is used primarily as a scope prefix for variables defined by the physics interface. Refer to such physics interface variables in expressions using the pattern
<name>.<variable_name>. In order to distinguish between variables belonging to different physics interfaces, the
name string must be unique. Only letters, numbers, and underscores (_) are permitted in the
Name field. The first character must be a letter.
The default Name (for the first Coefficient Form PDE interface in the model) is
c (in domains),
cb (on boundaries),
ce (on edges), or
cp (at points).
From the list, select the Dependent variable quantity that defines the unit for the dependent variable
u. The default is
Dimensionless [1]. Select
None to enter a unit (for example,
K,
m/s, or
mol/m^3) in the
Unit field.
Select the Source term quantity that defines the unit for the source term
f (the unit for the right — and left — side of the PDE).
None is the default quantity, and
m^-2 is the default
Unit, which is consistent with a dimensionless dependent variable. Enter another unit (for example,
W/m^3 or
A/m^3) in the
Unit field as needed.
Enter the Number of dependent variables (the default is 1) and set the field and dependent variable names. The default
Field name and
Dependent variables name for a single scalar PDE variable is
u. If the
Field name coincides with the name of another field of the same unit and number of components, the two fields (and the interfaces which define them) share degrees of freedom and dependent variable names.
If you have added a Deformed Geometry or Moving Mesh interface, there is also a Frame list for specifying the frame for differentiation and quadrature. Choosing the frame can be needed if you want to write your own mesh smoothing or regularization equations when working with a deformed geometry. Select
Geometry,
Mesh,
Spatial (the default), or
Material from the
Frame list.