Skip to content

Help Understanding pgkyl data format #178

@BrendanMicheal

Description

@BrendanMicheal

I have been trying to understand how Gkeyll formats data for evolved species with the moments app. I've been running the rt_5m_gem.lua from the moments luareg for testing and am confused on what is being plotted when analyzing with postgykl. For example, the field plots return the E and B fields along each axis, but I can't tell what the last two graphs are depicting. They are initialized as 0.0 without a variable name in the lua file itself. When exporting the field Gkeyll file as a .txt using write -f the resulting file has 10 rows of data. If you could let me know what is being recorded and plotted, I would greatly appreciate it.

Snippet where the initial conditions are fed to Moments.Field

field = Moments.Field.new {
    ...

    -- Initial conditions function.
    init = function (t, xn)
      ...
      return Ex, Ey, Ez, Bx, By, Bz, 0.0, 0.0
    end,

    evolve = true, 
  }

c6 and c7 are the plots I am struggling to understand
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions