Field Data Manager

Field Data Manager allows you to import and manage field data for use in a Custom model (typically, a Particle Body Force).

Field data is of the following two types:
  • Vector
    A Vector field is a construction in vector calculus used to represent a field (such as the velocity profile of a fluid or a magnetic force field) as points in Euclidian space. Each point has an associated magnitude and direction. EDEM displays Vector field data using arrow representation. The color of the arrow indicates the magnitude of the vector.

  • Scalar
    A Scalar field associates a scalar value to points in space. This can be used to measure temperature distribution throughout space or air pressure, for example. EDEM displays Scalar field data using point representation. The color of the points indicates the scalar value.

Combined with a CFD application such as ANSYS Fluent, EDEM’s vector field import can greatly reduce simulation time by providing one-way coupling. For example, in a particle-fluid problem, the fluid drag is significant but the particle effect on fluid flow is not.

  1. Run a FLUENT-only simulation.
  2. Export the flow field from FLUENT.
  3. Import the vector field data into EDEM.
  4. Run a model with fluid drag on the particles.

One-way coupling is much faster than two-way coupling, and returns useful simulation data.

Custom plug-ins can query field data and configure the interpolation algorithm using EDEM’s API. For more information about EDEM's API, see the EDEM Programming Guide.