Skip to content

sirepo radia

Michael Keilman edited this page Aug 11, 2022 · 8 revisions

Radia C++ code is here - we are concerned with the python implementation

move high-level descriptions to Radia page when complete Simulation types

  • freehand
  • Dipole
    • basic
    • c-bend
    • h-bend
  • Undulator
    • basic
    • hybrid

Freehand

Dipole

Undulator

GUI

Freehand vs. parameterized

vtk.js does not implement axes - we use d3

Back end

wraps Radia

all Radia calls in radia_util.py, e.g. radia.Solve()

Radia subdivides objects and calculates fields in parallel but does not solve relaxation in parallel. Uses MPI

solver code in geometryReport.py.jinja

Many object types - use dispatch methods to build or update them

freehand objects are built on the client

Clone this wiki locally