Value Command

This computes the value of a field quantity at a point. Use it to find

To find the value of a field quantity at a point:

  1. Load the field quantity into the top register, and perform any needed operations on it.
  2. Load the appropriate point into the calculator using the Geometry/Point command.
  3. Click Value.

To view the numerical results of this operation, use the Eval command.

You can also use the Value command to access the intermediate SurfaceValue function

For example, after inputting an expression for a quantity, such as an E field, and then selecting a surface geometry, the calculator stack displays something like this.

Clicking the Value command changes the display to the following, showing the intermediate SurfaceValue function.

In this case SurfaceValue provides the x, y, z, coordinates of the FEM mesh and Lagrangian points so you can use Write to generate an .fld file containing an evaluated scalar quantity at those points. In general for Value:

  1. Enter any quantity onto the stack.
  2. Enter a volume / surface / line / point onto the stack.
  3. Press the Value button and you will get an appropriate geometry value on the stack.

Now you can perform suitable operations such as Write, Integrate, etc. For PointValue, you can also do Eval.

Related Topics 

Using the Fields Calculator