•
|
For time-dependent problems, use the time variable (t) with the unit seconds (s).
|
•
|
The value of t for results evaluation corresponds to the selection made in the Time list in the Data sections for the visualization and data evaluation nodes in the Results branch in the Model Builder. See the Results Analysis and Plots section.
|
•
|
When computing derivatives with respect to time, you must use the mesh time symbol TIME instead of t, or use one of the frame-specific time derivative operators, frame.dt(expr), that automatically add convective terms derived from the mesh motion. For example, the time derivative of a temperature field T computed with respect to fixed points in the mesh is d(T,TIME) or equivalently mesh.dt(T). The corresponding time derivative for a fixed point in the spatial frame is spatial.dt(T).
|
•
|
The TIME symbol is not a variable in the usual sense. It cannot be evaluated, but it is equal to the time t in the sense that d(t,TIME) is equal to 1.
|
•
|
When specifying an eigenvalue problem, use the eigenvalue variable (lambda) like any other variable.
|
•
|
To choose between different eigenvalues, select one from the Eigenvalue list in the Data sections for the visualization and data evaluation nodes in the Results section of the Model Builder. The value of the eigenvalue variable corresponds to the selection made in the Eigenvalue list. See the Results Analysis and Plots section.
|
By default, the COMSOL Multiphysics software plots the real part of complex-valued data. You can use the imag function to plot the imaginary part and the abs function to plot the absolute value (modulus) of complex-valued data.
|
These variables are built-in variables with reserved variable names. If you use a parameter called t, for example, COMSOL Multiphysics uses it for a stationary study, but the time-dependent solver overrides it with the value of t from the solver. Any variable or parameter using one of these names can be overridden during solution or postprocessing. Avoid using these reserved variable names for user-defined parameters and variables, unless you are aware of how they are handled in COMSOL Multiphysics.
|